Project

Profile

Help

Task #731

Updated by bmbouter almost 9 years ago

A base level of updating was done to the the 2.5, 2.6, and master docs when we switched to Redmine. There are still some things that need to be done to get the docs fully aligned with Redmine. 

 Deliverables: 

 * All projects (platform, rpm, puppet, docker, etc) all have a conf.py which contains "extlinks":https://github.com/pulp/pulp/blob/master/docs/conf.py#L265 and a way to easy-link to a Bugzilla bug from the docs. We need remove the bugzilla specific bug and bugs in a release with redmine extlinks. 

 * Update all usages of extlinks to use either similar one added for Redmine. Leave the new style (if its in redmine) or unroll the link manually since they will no longer work with the new exlinks. Bugzilla one there. 

 * Search through the docs for all projects and check to see if there are links into Bugzilla that need to be updated. If the bug was closed in Bugzilla with CLOSED UPSTREAM then update it with the extlinks reference to Redmine from above. 

 * Ensure that all queries for lists of fixed bugs for 2.6 and master all reference Redmine queries. 

 * Go through the contributing section of the dev guides to look for documentation that doesn't match our current Redmine process. For example the "traiging docs":https://github.com/pulp/pulp/blob/master/docs/dev-guide/contributing/bugs.rst#triaging-bugs are out of date with the use of keywords.

Back