mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-14 20:08:47 +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_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 = "/"
|
||||
|
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user