djangonauts / django-hstore

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

Documentation for old versions #155

Closed dangayle closed 7 years ago

dangayle commented 8 years ago

Is there a way to get to the documentation for the older versions?

MattHardcastle commented 8 years ago

You can get the documentation, going back to version 1.2.5, in the doc directory at the commit that was tagged for that release. For example, docs is the documentation for version 1.2.5.

As far as I can tell github.io, the hosting platform for django-hstore's documentation, doesn't have a way of referring to previous versions of the site, so you're probably not going to find the HTML output of the documentation without building it yourself.

dangayle commented 7 years ago

Ok, thanks.

nemesifier commented 7 years ago

I would like to convert the docs to sphinx in order to publish it on readthedocs.org, so we can have this feature, but I have no time to do this right now. If anyone is interested to help me out let me know.

MattHardcastle commented 7 years ago

I can take a stab at it @nemesisdesign. The conversion from asciidoc to restructed should be simple enough.