diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-23 15:03:26 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-23 15:03:26 +0100 |
commit | 7b329c6143bbb615366c67db16ca8c6ae57e5448 (patch) | |
tree | 48515c174ecd4885b389218f723382be86b0429f /index.rst | |
download | club1-docs-7b329c6143bbb615366c67db16ca8c6ae57e5448.tar.gz club1-docs-7b329c6143bbb615366c67db16ca8c6ae57e5448.zip |
initial commit
run Welcome to the Sphinx 4.3.2 quickstart utility.
Please enter values for the following settings (just press Enter to
accept a default value, if one is given in brackets).
Selected root path: .
Error: an existing conf.py has been found in the selected root path.
sphinx-quickstart will not overwrite existing Sphinx projects.
> Please enter a new root path (or just Enter to exit) []:
Diffstat (limited to 'index.rst')
-rw-r--r-- | index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/index.rst b/index.rst new file mode 100644 index 0000000..89f0203 --- /dev/null +++ b/index.rst @@ -0,0 +1,20 @@ +.. Documentation CLUB1 documentation master file, created by + sphinx-quickstart on Wed Mar 23 13:19:28 2022. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Documentation CLUB1's documentation! +=============================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |