From 5de84c9242643f786eff03726286578726d7d390 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:20:59 +0200 Subject: Merging upstream version 7.3.7. Signed-off-by: Daniel Baumann --- doc/_static/tutorial/lumache-autosummary.png | Bin 26500 -> 20729 bytes doc/_static/tutorial/lumache-first-light.png | Bin 52126 -> 35872 bytes doc/_static/tutorial/lumache-furo.png | Bin 51223 -> 40306 bytes doc/_static/tutorial/lumache-py-function-full.png | Bin 71741 -> 56998 bytes doc/_static/tutorial/lumache-py-function.png | Bin 41828 -> 33130 bytes doc/_themes/sphinx13/layout.html | 11 +- doc/_themes/sphinx13/static/sphinx-logo.svg | 4 + doc/_themes/sphinx13/static/sphinx13.css | 25 +- doc/_themes/sphinx13/static/sphinxheader.png | Bin 11719 -> 0 bytes doc/_themes/sphinx13/theme.conf | 4 - doc/_themes/sphinx13/theme.toml | 4 + doc/authors.rst | 2 +- doc/changes.rst | 4 +- doc/conf.py | 156 +- doc/development/builders.rst | 18 +- doc/development/templating.rst | 5 +- doc/development/theming.rst | 125 +- .../tutorials/examples/autodoc_intenum.py | 19 +- doc/development/tutorials/examples/helloworld.py | 8 +- doc/development/tutorials/examples/recipe.py | 46 +- doc/development/tutorials/examples/todo.py | 34 +- doc/development/tutorials/recipe.rst | 6 +- doc/examples.rst | 2 +- doc/extdev/appapi.rst | 3 + doc/extdev/deprecated.rst | 14 + doc/extdev/i18n.rst | 4 +- doc/extdev/nodes.rst | 2 +- doc/extdev/utils.rst | 6 + doc/faq.rst | 2 +- doc/glossary.rst | 2 +- doc/index.rst | 2 +- doc/internals/code-of-conduct.rst | 2 +- doc/internals/contributing.rst | 12 +- doc/internals/organization.rst | 2 +- doc/internals/release-process.rst | 4 +- doc/latex.rst | 4 +- doc/man/sphinx-build.rst | 191 +- doc/man/sphinx-quickstart.rst | 3 + doc/support.rst | 2 +- doc/tutorial/automatic-doc-generation.rst | 2 +- doc/tutorial/deploying.rst | 15 +- doc/tutorial/describing-code.rst | 12 +- doc/tutorial/getting-started.rst | 2 +- doc/usage/advanced/intl.rst | 2 +- doc/usage/advanced/websupport/quickstart.rst | 4 +- doc/usage/advanced/websupport/searchadapters.rst | 2 +- doc/usage/advanced/websupport/storagebackends.rst | 2 +- doc/usage/builders/index.rst | 71 +- doc/usage/configuration.rst | 124 +- doc/usage/domains/c.rst | 367 +++ doc/usage/domains/cpp.rst | 760 ++++++ doc/usage/domains/index.rst | 208 ++ doc/usage/domains/javascript.rst | 132 + doc/usage/domains/mathematics.rst | 22 + doc/usage/domains/python.rst | 688 ++++++ doc/usage/domains/restructuredtext.rst | 99 + doc/usage/domains/standard.rst | 95 + doc/usage/extensions/autodoc.rst | 2 +- doc/usage/extensions/coverage.rst | 6 +- doc/usage/extensions/example_google.py | 1 + doc/usage/extensions/example_numpy.py | 6 +- doc/usage/extensions/graphviz.rst | 2 +- doc/usage/extensions/intersphinx.rst | 1 + doc/usage/extensions/math.rst | 4 +- doc/usage/extensions/napoleon.rst | 8 +- doc/usage/index.rst | 2 + doc/usage/installation.rst | 6 +- doc/usage/quickstart.rst | 10 +- doc/usage/referencing.rst | 258 ++ doc/usage/restructuredtext/basics.rst | 2 +- doc/usage/restructuredtext/directives.rst | 28 +- doc/usage/restructuredtext/domains.rst | 2563 ++------------------ doc/usage/restructuredtext/field-lists.rst | 2 +- doc/usage/restructuredtext/index.rst | 4 + doc/usage/restructuredtext/roles.rst | 282 +-- doc/usage/theming.rst | 6 +- 76 files changed, 3637 insertions(+), 2891 deletions(-) create mode 100644 doc/_themes/sphinx13/static/sphinx-logo.svg delete mode 100644 doc/_themes/sphinx13/static/sphinxheader.png delete mode 100644 doc/_themes/sphinx13/theme.conf create mode 100644 doc/_themes/sphinx13/theme.toml create mode 100644 doc/usage/domains/c.rst create mode 100644 doc/usage/domains/cpp.rst create mode 100644 doc/usage/domains/index.rst create mode 100644 doc/usage/domains/javascript.rst create mode 100644 doc/usage/domains/mathematics.rst create mode 100644 doc/usage/domains/python.rst create mode 100644 doc/usage/domains/restructuredtext.rst create mode 100644 doc/usage/domains/standard.rst create mode 100644 doc/usage/referencing.rst (limited to 'doc') diff --git a/doc/_static/tutorial/lumache-autosummary.png b/doc/_static/tutorial/lumache-autosummary.png index ed54ea3..f3d98a5 100644 Binary files a/doc/_static/tutorial/lumache-autosummary.png and b/doc/_static/tutorial/lumache-autosummary.png differ diff --git a/doc/_static/tutorial/lumache-first-light.png b/doc/_static/tutorial/lumache-first-light.png index fbf4aec..9a604cd 100644 Binary files a/doc/_static/tutorial/lumache-first-light.png and b/doc/_static/tutorial/lumache-first-light.png differ diff --git a/doc/_static/tutorial/lumache-furo.png b/doc/_static/tutorial/lumache-furo.png index c7aaee7..e3a1367 100644 Binary files a/doc/_static/tutorial/lumache-furo.png and b/doc/_static/tutorial/lumache-furo.png differ diff --git a/doc/_static/tutorial/lumache-py-function-full.png b/doc/_static/tutorial/lumache-py-function-full.png index d13b637..9991b52 100644 Binary files a/doc/_static/tutorial/lumache-py-function-full.png and b/doc/_static/tutorial/lumache-py-function-full.png differ diff --git a/doc/_static/tutorial/lumache-py-function.png b/doc/_static/tutorial/lumache-py-function.png index 06129d5..bf18d85 100644 Binary files a/doc/_static/tutorial/lumache-py-function.png and b/doc/_static/tutorial/lumache-py-function.png differ diff --git a/doc/_themes/sphinx13/layout.html b/doc/_themes/sphinx13/layout.html index 86a7943..aae163a 100644 --- a/doc/_themes/sphinx13/layout.html +++ b/doc/_themes/sphinx13/layout.html @@ -3,16 +3,17 @@ {% block extrahead %} {{ super() }} -{%- if not embedded and pagename == 'index' %} +{%- if not embedded and pagename == root_doc %} {%- endif %} {% endblock %} {% block header %} {% endblock %} @@ -20,7 +21,7 @@