Skip to content

Commit

Permalink
updated intersphinx_mapping and update of itom sphinx extension (copy…
Browse files Browse the repository at this point in the history
… from latest version in itom project)
  • Loading branch information
magro11 committed Nov 11, 2024
1 parent dfa8f4a commit f22370c
Show file tree
Hide file tree
Showing 7 changed files with 972 additions and 424 deletions.
8 changes: 7 additions & 1 deletion mainsite_hidden/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,10 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"http://docs.python.org/": None}
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"matplotlib": ("https://matplotlib.org", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
}
8 changes: 5 additions & 3 deletions mainsite_hidden/source_plugins/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,9 @@


intersphinx_mapping = {
"python": ("https://docs.python.org/3.6", None),
"numpy": ("https://docs.scipy.org/doc/numpy", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"matplotlib": ("https://matplotlib.org", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
}
3 changes: 3 additions & 0 deletions mainsite_hidden/source_plugins/sphinxext/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
__version__ = "0.7.0"

from .numpydoc import setup
Loading

0 comments on commit f22370c

Please sign in to comment.