mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-15 03:58:46 +02:00
Simplified the index.rst (#492)
- removed a line of test text - Limited the automodule Toctree
This commit is contained in:
parent
9777b75409
commit
b7cdfa6fa3
3
documentations/_static/css/custom.css
Normal file
3
documentations/_static/css/custom.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
section {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
@ -74,11 +74,13 @@ mermaid_output_format: Final[str] = "raw"
|
|||||||
|
|
||||||
html_theme: Final[str] = "sphinx_rtd_theme"
|
html_theme: Final[str] = "sphinx_rtd_theme"
|
||||||
html_static_path: Final[list[str]] = ["_static"]
|
html_static_path: Final[list[str]] = ["_static"]
|
||||||
|
html_css_files = [
|
||||||
|
"css/custom.css",
|
||||||
|
]
|
||||||
|
|
||||||
napoleon_google_docstring: Final[bool] = True
|
napoleon_google_docstring: Final[bool] = True
|
||||||
napoleon_numpy_docstring: Final[bool] = False
|
napoleon_numpy_docstring: Final[bool] = False
|
||||||
|
|
||||||
|
|
||||||
nbsphinx_execute = "never"
|
nbsphinx_execute = "never"
|
||||||
|
|
||||||
intersphinx_mapping: Final[dict[str, tuple[str, None]]] = {
|
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),
|
"matplotlib": ("https://matplotlib.org/stable/", None),
|
||||||
"scikit-learn": ("https://scikit-learn.org/stable/", None),
|
"scikit-learn": ("https://scikit-learn.org/stable/", None),
|
||||||
"sphinx": ("https://docs.sympy.org/latest/", 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 = "/"
|
notfound_urls_prefix = "/"
|
||||||
|
@ -53,6 +53,7 @@ The timeline to reach this goal is:
|
|||||||
:glob:
|
:glob:
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
:caption: Seminararbeiten
|
:caption: Seminararbeiten
|
||||||
|
:numbered:
|
||||||
|
|
||||||
seminararbeiten/DevOps/Seminarpraesentation.ipynb
|
seminararbeiten/DevOps/Seminarpraesentation.ipynb
|
||||||
seminararbeiten/Datenspeicherung/00_Datenspeicherung
|
seminararbeiten/Datenspeicherung/00_Datenspeicherung
|
||||||
@ -67,7 +68,7 @@ The timeline to reach this goal is:
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:glob:
|
:glob:
|
||||||
:maxdepth: 0
|
:maxdepth: 6
|
||||||
:caption: Modules
|
:caption: Modules
|
||||||
|
|
||||||
modules
|
modules
|
||||||
@ -79,8 +80,6 @@ The timeline to reach this goal is:
|
|||||||
:inherited-members:
|
:inherited-members:
|
||||||
:autodoc_member_order:
|
:autodoc_member_order:
|
||||||
|
|
||||||
Some other test
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user