Skip to content

Commit acc50cd

Browse files
Add readme to top of index.rst and fix circleci (#29)
* add readme.rst to top of index * update python for upstream docker change
1 parent 64c3f10 commit acc50cd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
- image: painless/tox
77
steps:
88
- checkout
9-
- run: pyenv local 2.7.13 3.6.0
9+
- run: pyenv local 2.7.15 3.6.6 3.7.0
1010
- run: make install
1111
- run: tox

docs/_source/documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ can be shuffled to return a similarly connected feature set.
130130
.. ipython:: python
131131
132132
sel2.graphs[4]
133-
sel2._shuffle_all_representatives()
133+
sel2.shuffle_all_representatives()
134134
sel2.graphs[4]
135135
136136
**Module Contents**

docs/_source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Welcome to the Henchman documentation!
2-
======================================
1+
.. include:: readme.rst
32

43
.. toctree::
54
:maxdepth: 2

0 commit comments

Comments
 (0)