Spaces:
Sleeping
Sleeping
Fanwang Meng
commited on
Commit
·
fa9369b
1
Parent(s):
3a41aea
Fix the order of dependencies in requirements.txt
Browse files- book/content/base.rst +2 -2
- book/content/dissimilarity.rst +3 -3
- book/content/partition.rst +1 -1
- book/content/requirements.txt +1 -0
book/content/base.rst
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
Base class
|
2 |
-
|
3 |
-
.. automodule:: selector.base
|
4 |
:members:
|
|
|
1 |
Base class
|
2 |
+
==========
|
3 |
+
.. automodule:: selector.methods.base
|
4 |
:members:
|
book/content/dissimilarity.rst
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
.. automodule:: selector.
|
4 |
:members:
|
|
|
1 |
+
Distance based methods
|
2 |
+
======================
|
3 |
+
.. automodule:: selector.distance
|
4 |
:members:
|
book/content/partition.rst
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Partition based methods
|
2 |
-
|
3 |
|
4 |
.. automodule:: selector.partition
|
5 |
:members:
|
|
|
1 |
Partition based methods
|
2 |
+
=======================
|
3 |
|
4 |
.. automodule:: selector.partition
|
5 |
:members:
|
book/content/requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
ghp-import
|
2 |
jupyter-book
|
3 |
matplotlib
|
|
|
1 |
+
docutils<0.18
|
2 |
ghp-import
|
3 |
jupyter-book
|
4 |
matplotlib
|