Skip to content

Commit

Permalink
docs: cross reference ostk core, mathematics
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Jun 19, 2024
1 parent 33fabf4 commit dfa03e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ def setup(app):
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"ostk.core": (
"https://open-space-collective.github.io/open-space-toolkit-core/_build/html/",
None,
),
"ostk.mathematics": (
"https://open-space-collective.github.io/open-space-toolkit-mathematics/_build/html/",
None,
),
"ostk.physics": (
"https://open-space-collective.github.io/open-space-toolkit-physics/_build/html/",
None,
Expand Down

0 comments on commit dfa03e7

Please sign in to comment.