File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 "python" : ("https://docs.python.org/3/" , None ),
5252 "sphinx" : ("https://www.sphinx-doc.org/en/master/" , None ),
5353 "numpy" : ("https://numpy.org/doc/stable/" , None ),
54- "scipy" : ("https://docs.scipy.org/doc/scipy/" , None ),
5554}
5655intersphinx_disabled_domains = ["std" ]
5756
7877add_module_names = False
7978
8079branch = "main"
81- code_url = f"https://github.com/iscoe/ezmsg/blob/{ branch } /"
82- sigproc_code_url = f"https://github.com/ezmsg-org/ezmsg-sigproc/blob/{ branch } /"
80+ code_url = f"https://github.com/ezmsg-org/ezmsg/blob/{ branch } /"
8381
8482
8583def linkcode_resolve (domain , info ):
@@ -88,9 +86,7 @@ def linkcode_resolve(domain, info):
8886 if not info ["module" ]:
8987 return None
9088 filename = info ["module" ].replace ("." , "/" )
91- if "sigproc" in filename :
92- return f"{ sigproc_code_url } src/{ filename } .py"
93- elif "core" in filename :
89+ if "core" in filename :
9490 return f"{ code_url } src/ezmsg/core/__init__.py"
9591 else :
9692 return f"{ code_url } src/{ filename } .py"
You can’t perform that action at this time.
0 commit comments