diff --git a/documentation/source/code-of-conduct.rst b/documentation/source/code-of-conduct.rst index 2d70708..3f04422 100644 --- a/documentation/source/code-of-conduct.rst +++ b/documentation/source/code-of-conduct.rst @@ -1 +1,6 @@ +.. _code-of-conduct: + +Code of Conduct +*************** + .. include:: ../../CODE_OF_CONDUCT.rst diff --git a/documentation/source/conf.py b/documentation/source/conf.py index 15626ba..68007d8 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -5,3 +5,4 @@ html_theme = 'alabaster' master_doc = 'index' project = 'merkle-tree-stream' templates_path = ['_templates'] +extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints'] diff --git a/documentation/source/contribute.rst b/documentation/source/contribute.rst index ac7b6bc..0c99a3e 100644 --- a/documentation/source/contribute.rst +++ b/documentation/source/contribute.rst @@ -1 +1,5 @@ +********** +Contribute +********** + .. include:: ../../CONTRIBUTING.rst diff --git a/documentation/source/install.rst b/documentation/source/install.rst index 6e7e65a..79a9b4a 100644 --- a/documentation/source/install.rst +++ b/documentation/source/install.rst @@ -1,6 +1,6 @@ -************ -Installation -************ +******* +Install +******* .. code-block:: bash