Simplified the index.rst (#492)

- removed a line of test text
- Limited the automodule Toctree
This commit is contained in:
Philipp Horstenkamp 2023-12-27 21:07:25 +01:00 committed by GitHub
parent 9777b75409
commit b7cdfa6fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View File

@ -0,0 +1,3 @@
section {
text-align: justify;
}

View File

@ -74,11 +74,13 @@ mermaid_output_format: Final[str] = "raw"
html_theme: Final[str] = "sphinx_rtd_theme"
html_static_path: Final[list[str]] = ["_static"]
html_css_files = [
"css/custom.css",
]
napoleon_google_docstring: Final[bool] = True
napoleon_numpy_docstring: Final[bool] = False
nbsphinx_execute = "never"
intersphinx_mapping: Final[dict[str, tuple[str, None]]] = {
@ -88,6 +90,10 @@ intersphinx_mapping: Final[dict[str, tuple[str, None]]] = {
"matplotlib": ("https://matplotlib.org/stable/", None),
"scikit-learn": ("https://scikit-learn.org/stable/", None),
"sphinx": ("https://docs.sympy.org/latest/", None),
"plotly": ("https://plotly.com/python-api-reference/", None),
"networkx": ("https://networkx.org/documentation/networkx-0.37/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"sqlalchemy": ("https://docs.sqlalchemy.org/en/14", None),
}
notfound_urls_prefix = "/"

View File

@ -53,6 +53,7 @@ The timeline to reach this goal is:
:glob:
:maxdepth: 3
:caption: Seminararbeiten
:numbered:
seminararbeiten/DevOps/Seminarpraesentation.ipynb
seminararbeiten/Datenspeicherung/00_Datenspeicherung
@ -67,7 +68,7 @@ The timeline to reach this goal is:
.. toctree::
:glob:
:maxdepth: 0
:maxdepth: 6
:caption: Modules
modules
@ -79,8 +80,6 @@ The timeline to reach this goal is:
:inherited-members:
:autodoc_member_order:
Some other test
Indices and tables
==================
* :ref:`genindex`