Skip to content

Commit

Permalink
Modify index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLaclavere committed Dec 6, 2024
1 parent a94c4df commit 0070b99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.11

- name: Install dependencies
run: python -m pip install myst-parser numpy numpydoc sphinx sphinx_rtd_theme
run: python -m pip install myst-parser numpydoc sphinx sphinx_rtd_theme

- name: Build API documentation
run: |
Expand Down
24 changes: 12 additions & 12 deletions sphinx_documentation/docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.. Test documentation master file, created by
sphinx-quickstart on Fri Dec 6 14:20:38 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Test documentation
==================

Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.

Welcome to mycosmo's documentation!
===================================

.. toctree::
:maxdepth: 2
:caption: Contents:

about



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 0070b99

Please sign in to comment.