We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c3f10 commit acc50cdCopy full SHA for acc50cd
.circleci/config.yml
@@ -6,6 +6,6 @@ jobs:
6
- image: painless/tox
7
steps:
8
- checkout
9
- - run: pyenv local 2.7.13 3.6.0
+ - run: pyenv local 2.7.15 3.6.6 3.7.0
10
- run: make install
11
- run: tox
docs/_source/documentation.rst
@@ -130,7 +130,7 @@ can be shuffled to return a similarly connected feature set.
130
.. ipython:: python
131
132
sel2.graphs[4]
133
- sel2._shuffle_all_representatives()
+ sel2.shuffle_all_representatives()
134
135
136
**Module Contents**
docs/_source/index.rst
@@ -1,5 +1,4 @@
1
-Welcome to the Henchman documentation!
2
-======================================
+.. include:: readme.rst
3
4
.. toctree::
5
:maxdepth: 2
0 commit comments