Skip to content

Commit d1d15e4

Browse files
committedJan 2, 2016
Convert docs to reST
1 parent 2a38056 commit d1d15e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1842
-1166
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_build

‎.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
sudo: false
2+
3+
addons:
4+
apt_packages:
5+
- enchant
6+
7+
install:
8+
- pip install --user -r requirements.txt
9+
10+
script:
11+
- make SPHINXOPTS='-nW' html
12+
- make spelling

0 commit comments

Comments
 (0)
Please sign in to comment.