Commit Graph

9 Commits

Author SHA1 Message Date
wangfaxin 4510c60135
Update URL links to opendev.org locations
Some links still pointed to out-of-date openstack.org URLs. This updates
references to point to the current opendev.org locations.

Change-Id: I03a006948bf3f8b056cc7787c5fcda51aa9373fb
2022-04-14 16:06:21 -05:00
Hervé Beraud 699bfbbc02 fix docs url
Change-Id: Id403d5dadcc38bb12298b7e1ce31503d4789e092
2022-04-14 15:51:43 +02:00
Anne Gentle 2b1c945b45 Adds tox docs job
Follow PTI for this and add all needed changes, remove obsolete
options. Switch to openstackdocstheme instead of oslosphinx
since that is retired.

Remove module index - this repo has no modules and thus nothing is
generated.

Add job to publish documents.

Change-Id: Ida269f9755099f32a12f46082b529311ecb7e2b6
2019-05-18 13:45:47 +02:00
Matt Riedemann 73d434b28c Add the ability to get reviewer stats across all stable branches
This adds a special "all" stable branch value handling for the
reviewers entrypoint. This allows one to do something like:

$ reviewers --stable all --days 90 --output ~/stable-all-reviewers-90

It would be nice to be able to specify a specific project, like nova,
with --stable but that is another change for another day.

Change-Id: I045e982e587c9fb2c53a9cb587f944f09c2c5793
2017-08-30 13:58:37 -04:00
Matthieu Huin 60cfeec49e Document installation from repository
The reviewstats library cannot be installed from PyPI as it is, as
a tag is needed, or at least a package download URL must be
specified. A user can still install the library and the utilities
by cloning the repo and running the setup script, and therefore
this process is documented rather than the erroneous pip command.

Change-Id: I342fa0f68242316e7ef7bb5959118fdd32d10b9e
2015-04-02 09:40:49 -04:00
Robert Collins 046cb6f7b3 Add a bug statistics tool.
This is a first draft at a timeseries generator to extract an overview
of bug activity in Launchpad. I'm entirely sure that this can be
improved, mainly I wanted it up before the Nova meeting.

Change-Id: I887db503b8a0ce274f3819d90877ef14f13cbeff
2013-12-06 08:13:37 +13:00
Robert Collins a2b96dffc2 Document the JSON schema a little.
Change-Id: I804a6d347abf297b3ea84be3dbdf2748e18f4aa5
2013-11-27 03:14:55 +00:00
Robert Collins df820e42a5 Basic usage instructions.
Change-Id: Ifaa90d243fa2996e8c16682a9f4d0b3c423b8159
2013-11-25 11:18:04 -05:00
Robert Collins 98d4a78c16 Cookiecutterify reviewstats.
One step on a long path. Note that there is some noddy stuff in here
like a pointless test - its in cookiecutter and I don't want to muddle
code moves up with that, so 'meh'.

Change-Id: I500b92c0e8177c85e696d039417dcf982010775b
2013-11-25 03:26:57 +00:00