* Document how to build the doumentation with sphinx
For convinience, I added a Makefile which spares one to memorize the
long sphinx command, or type python setup.py build_sphinx
You simply use `make html` and you will get the docs.
* Render README with markdown properly
conf.py includes some code to work around a bug in
common mark. The markdown is now properly converted to HTML.
* Fix rendering of CONTRIBUTING.md
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
coverage>=4.0.3
|
|
nose>=1.3.7
|
|
pytest
|
|
pluggy>=0.3.1
|
|
py>=1.4.31
|
|
randomize>=0.13
|
|
mock>=2.0.0
|
|
sphinx>=1.4 # BSD
|
|
recommonmark
|
|
sphinx_markdown_tables
|
|
codecov>=1.4.0
|
|
pycodestyle
|
|
autopep8
|
|
isort
|