djangonauts / django-hstore

PostgreSQL HStore support for Django.
http://django-hstore.readthedocs.io/
Other
517 stars 142 forks source link

Covert documentation to sphinx #157

Closed MattHardcastle closed 7 years ago

MattHardcastle commented 7 years ago

This converts the documentation to Sphinx format. Sphinx is required for converting documentation to readthedocs #156 . If merged it should be trivial to get readthedocs.org setup. It doesn't contain changes to the build-docs.sh script but that script can probably be removed after readthedocs.org is configured?

Finally, this pull request is broken up into easy to follow commits. Your contribution guidelines mention you prefer a single commit for a change. I'm happy to squash the branch if you prefer.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.04% when pulling bb5b7c0018ef299f9bdde0bcc9d10caf124e1c68 on MattHardcastle:covert-docs-to-sphinx into 61427e474cb2f4be8fdfce225d78a5330bc77eb0 on djangonauts:master.

nemesifier commented 7 years ago

Sorry for the delay, will try it and merge it asap

nemesifier commented 7 years ago

@MattHardcastle would you be interested in #161?