| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Depend on setuptools to make sure we write out requires-python in all cases
|
| |
|
| |
|
| |
|
|
|
|
| |
List the authors like before and link them to the gitlab user profile.
|
|
|
|
|
|
| |
This allows one to use :issue:`42` or :mr:`42` in the documentation
and the NEWS file and will result in links pointing to the
specified issue/merge request.
|
|
|
|
|
|
|
|
|
|
|
| |
Changes all the links to point to the gitlab instance.
Adds the gitlab setup to the sphinx theme configuration, so the theme
can show "Edit on GitLab" links on each page.
Create a new page pointing to the git report and bug tracker.
Someone on IRC mentioned that this info is hard to find, so try to make
it more proiminent.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
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
|