diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-23 17:23:25 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-23 17:23:25 +0200 |
commit | 8b5c1e6a6cd5536d9414262c42452f8655658728 (patch) | |
tree | 29bf1540f93e33c64f63dc58b9bc2a90738310f7 /docs/source/index.rst | |
parent | eedd47efb3255f55216125cd3cd2ebdad3b8c1b6 (diff) |
Got the docs to be generated
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..b994f13 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,22 @@ +.. Gasp Example documentation master file, created by + sphinx-quickstart on Tue Aug 22 16:01:56 2023. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Gasp Example's documentation! +======================================== + +.. toctree:: + :hidden: + :maxdepth: 2 + :caption: Manual + + manual/introduction + +.. toctree:: + :hidden: + :maxdepth: 2 + :caption: API Reference + + c_api/index + cpp_api/index |