Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 2 support | Christoph Reiter | 2020-03-08 | 1 | -2/+2 |
| | | | | Depend on setuptools to make sure we write out requires-python in all cases | ||||
* | docs: document GObject.Object.weak_ref(). Fixes #245 | Christoph Reiter | 2019-02-14 | 1 | -1/+1 |
| | |||||
* | docs: convert NEWS file to reST and link bugs | Christoph Reiter | 2017-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Looks nicer in the online docs and makes it easier to look up bugs and link to specific releases. Rename the custom reST role for bugs from gnomebug to bzbug. With the upcoming move to gitlab that makes it more clear that those are referencing bugzilla. Adjust the "make release-news" target to output something similar to the new format to make converting to reST easier. Update the maintainer release todo list to state that the changelog should be copied from stable branches to master. It would be nice if the NEWS file in master, which gets exposed on readthedocs, would contain all the information available. | ||||
* | Add sphinx based documentation | Christoph Reiter | 2017-12-11 | 1 | -0/+16 |
Takes the documentation developed at https://github.com/pygobject/pygobject-docs and puts into /docs See https://pygobject.readthedocs.io for how it looks Now that we move to gitlab we can use webhooks to trigger builds on readthedocs from gitlab directly and we should also have a nicer contribution UX. This also gets rid of most of README/HACKING/INSTALL and moves most of the information into the documentation. The README is kept short and only makes clear what pygobject is and points to the online docs as that should answer all questions. setup.py now sets the content of README.rst as long_descriptions, as that is the content shown on PyPI. This makes the page on PyPI look the same as on gitlab. https://bugzilla.gnome.org/show_bug.cgi?id=791448 |