docs warnings as errors and initial page similar to README

* Changed "index" to be more similar to the README (#1708).
* Fixes numerous issues like missing documents, syntax errors, etc (#1829, #432).
* Mention all docs in "contents.rst" so it's easier for users to locate (#1112).
* Add doc generation and checking to Travis and AppVeyor, to avoid re-introducing errors.

Fixes #432, Fixes #1112, Fixes #1708, Fixes #1829
This commit is contained in:
Bruno Oliveira
2016-08-22 23:35:41 -03:00
parent cb7c472e34
commit 519f02b014
32 changed files with 234 additions and 358 deletions
+1
View File
@@ -26,6 +26,7 @@ env:
- TESTENV=py27-nobyte
- TESTENV=doctesting
- TESTENV=freeze
- TESTENV=docs
script: tox --recreate -e $TESTENV