We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6411a91 commit 2515d91Copy full SHA for 2515d91
2 files changed
docs/source/conf.py
@@ -57,8 +57,6 @@
57
intersphinx_mapping = {
58
'python': ('https://docs.python.org/3', None),
59
'networkx': ('https://networkx.github.io/documentation/stable', None),
60
- 'sqlalchemy': ('https://docs.sqlalchemy.org/en/13/', None),
61
- 'pybel': ('https://pybel.readthedocs.io/en/latest/', None),
62
}
63
64
autodoc_member_order = 'bysource'
setup.cfg
@@ -7,7 +7,7 @@ version = 0.0.5-dev
7
description = Compute diffusion scores over networks
8
long_description = file: README.rst
9
10
-# URLs associated with PyBEL
+# URLs associated with DiffuPy
11
url = https://github.com/multipaths/DiffuPy
12
download_url = https://github.com/multipaths/DiffuPy
13
project_urls =
0 commit comments