diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-06 17:48:34 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-04-06 20:09:07 +0200 |
commit | 98d9ae6bc83c6b57fa4d868a2da1992d051f7606 (patch) | |
tree | cc8cf30dd58fe50836f7a7bc23c2877fa97072cc /index.md | |
parent | 8a193ef016bbf52bfd3a69519a503d5e79b2a399 (diff) | |
download | club1-docs-98d9ae6bc83c6b57fa4d868a2da1992d051f7606.tar.gz club1-docs-98d9ae6bc83c6b57fa4d868a2da1992d051f7606.zip |
feat: start using Sphinx specific features
- Add a Glossary and start using it
- Add an Attention admonition about the specifics of MyST-Parser
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -8,4 +8,16 @@ maxdepth: 2 general services/index interne/index +glossary +``` + + +```{eval-rst} +.. only:: html + + Indexes et tables + ================= + + - :ref:`genindex` + - :ref:`glossary` ``` |