We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c141f commit b23d4ccCopy full SHA for b23d4cc
3 files changed
docs/source/index.rst
@@ -21,7 +21,7 @@ Installation is as easy as getting the code from `PyPI <https://pypi.python.org/
21
22
installation
23
cli
24
- kernel
+ kernels
25
diffusion
26
constants
27
matrix
docs/source/kernel.rst docs/source/kernels.rstdocs/source/kernel.rst renamed to docs/source/kernels.rst
@@ -2,5 +2,5 @@ Kernel
2
======
3
Pool of kernels available at DiffuPy.
4
5
-.. automodule:: diffupy.kernel
+.. automodule:: diffupy.kernels
6
:members:
setup.cfg
@@ -51,7 +51,6 @@ install_requires =
51
numpy
52
scipy
53
pybel==0.13.2
54
- pybel_tools
55
56
# Random options
57
zip_safe = false
0 commit comments