Convert all GitHub wiki pages into ReStructuredText documents, set up ReadTheDocs

This commit is contained in:
Justin W. Flory
2017-12-02 19:16:17 -05:00
parent 48ae60e070
commit 79c607f96d
20 changed files with 2552 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env sh
#
# Script to automatically build and test the Sphinx documentation currently in
# the repo. This script should always be run before submitting a new pull
# request.
#
# If you're on Windows, please use the `make.bat` script in `docs/` directory.
#
make clean html