diff --git a/.vscode/launch.json b/.vscode/launch.json index 15b70fa1..b1f39e46 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,4 +30,4 @@ }, } ] -} \ No newline at end of file +} diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index b8ab0fb4..2433ffc0 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -43,4 +43,4 @@ })) ]).then(_ => versions.forEach(addVersion)) -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/docs/reference.md b/docs/reference.md index 3a0e8a67..43ba83b8 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -1,6 +1,11 @@ # Reference -Technical reference material including APIs and release notes. +```{toctree} +:maxdepth: 1 +:glob: + +reference/* +``` ```{toctree} :maxdepth: 1 diff --git a/docs/reference/api.rst b/docs/reference/api.rst index 9b395740..b9071f80 100644 --- a/docs/reference/api.rst +++ b/docs/reference/api.rst @@ -89,4 +89,4 @@ from code: Utilities --------- - This package contains general methods for working with pandablocks. \ No newline at end of file + This package contains general methods for working with pandablocks.