summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-05-24 18:57:52 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-05-24 18:57:52 +0100
commit6a3e91c8a2e01ab8a516b9f11be76c783e67827c (patch)
tree1f37ecd988bd67df4dbf911d277b5bc9f981187b /docs/source
parent221bd14fa9a4177904e2d2e8d17e867f1fcd0783 (diff)
downloadSmarker-master.tar.gz
Smarker-master.zip
Added source code to docs sidebarHEADmaster
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py6
-rw-r--r--docs/source/index.rst5
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index a168856..a55e222 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -35,8 +35,12 @@ extensions = [
'sphinx.ext.coverage',
'sphinx.ext.napoleon',
"sphinx_mdinclude",
- 'sphinxarg.ext'
+ 'sphinxarg.ext',
+ "sphinx_toolbox.sidebar_links",
+ 'sphinx_toolbox.github'
]
+github_username = 'jwansek'
+github_repository = 'Smarker'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 80fefaf..e4930f1 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -62,6 +62,9 @@ Also see :ref:`assessments`
assessments.rst
api.rst
+.. sidebar-links::
+ :caption: Source code:
+ :github:
Indices and tables
==================
@@ -69,3 +72,5 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
+* `Source Code <https://git.eda.gay/Smarker/files.html>`_
+* `License <https://git.eda.gay/Smarker/file/LICENSE.html>`_