mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 04:33:55 +02:00
Refactored the index.rst (#497)
Reworked the index.rst as requested in our meeting. Made drawio background transparent. Minor tweaks. --------- Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
This commit is contained in:
@ -52,7 +52,6 @@ extensions: Final[list[str]] = [
|
||||
exclude_patterns: Final[list[str]] = ["_build", "Thumbs.db", ".DS_Store", "templates"]
|
||||
|
||||
root_doc: Final[str] = "index"
|
||||
# master_doc = "index"
|
||||
|
||||
autodoc_default_flags: Final[list[str]] = [
|
||||
"members",
|
||||
@ -64,7 +63,7 @@ autodoc_default_options: Final[dict[str, bool]] = {
|
||||
_: True for _ in autodoc_default_flags
|
||||
}
|
||||
autodoc_typehints: Final[str] = "signature"
|
||||
simplify_optional_unions: Final[bool] = True
|
||||
simplify_optional_unions: Final[bool] = False
|
||||
typehint_defaults: Final[str] = "comma"
|
||||
source_suffix: Final[list[str]] = [".rst", ".md"]
|
||||
mermaid_output_format: Final[str] = "raw"
|
||||
@ -91,9 +90,12 @@ intersphinx_mapping: Final[dict[str, tuple[str, 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),
|
||||
"networkx": ("https://networkx.org/documentation/stable/", None),
|
||||
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
|
||||
"sqlalchemy": ("https://docs.sqlalchemy.org/en/14", None),
|
||||
}
|
||||
|
||||
notfound_urls_prefix = "/"
|
||||
|
||||
myst_enable_extensions = ["dollarmath", "amsmath"]
|
||||
drawio_default_transparency = True
|
||||
|
Reference in New Issue
Block a user