Skip to content
Snippets Groups Projects

DOC: Fix and extend documentation on inheritance

Merged Florian Spreckelsen requested to merge f-doc-inheritance into dev
All threads resolved!
1 file
+ 10
2
Compare changes
  • Side-by-side
  • Inline
+ 10
2
@@ -187,14 +187,22 @@ epub_exclude_files = ['search.html']
# -- Extension configuration -------------------------------------------------
# True to prefix each section label with the name of the document it is in, followed by a colon. For
# example, index:Introduction for a section called Introduction that appears in document
# index.rst. Useful for avoiding ambiguity when the same section heading appears in different
# documents.
#
# Note: This stops "normal" links from working, so it should be kept at False.
# autosectionlabel_prefix_document = True
# -- Options for intersphinx -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
"caosdb-mysqlbackend": ("https://caosdb.gitlab.io/caosdb-mysqlbackend/",
"caosdb-mysqlbackend": ("https://docs.indiscale.com/caosdb-mysqlbackend/",
None),
"caosdb-server": ("https://caosdb.gitlab.io/caosdb-server/", None),
"caosdb-server": ("https://docs.indiscale.com/caosdb-server/", None),
}
Loading