Merge lp://staging/~codersquid/capomastro/autotracking-docs into lp://staging/capomastro
Status: | Merged |
---|---|
Approved by: | Caio Begotti |
Approved revision: | 180 |
Merged at revision: | 170 |
Proposed branch: | lp://staging/~codersquid/capomastro/autotracking-docs |
Merge into: | lp://staging/capomastro |
Diff against target: |
1186 lines (+869/-84) 16 files modified
debian/control (+1/-1) docs/Makefile (+9/-2) docs/doc-requirements.txt (+2/-0) docs/source/apps.dot (+285/-0) docs/source/archives.dot (+109/-0) docs/source/archives.rst (+6/-1) docs/source/conf.py (+2/-0) docs/source/dependency.rst (+53/-18) docs/source/development.rst (+11/-0) docs/source/index.rst (+18/-14) docs/source/jenkins.dot (+112/-0) docs/source/jenkins.rst (+6/-0) docs/source/project.dot (+142/-0) docs/source/project.rst (+27/-5) docs/source/setup.rst (+85/-42) projects/models.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~codersquid/capomastro/autotracking-docs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Caio Begotti (community) | Approve | ||
Review via email: mp+252795@code.staging.launchpad.net |
Description of the change
This change covers some cleanup and some documentation clarifications on how dependency auto-tracking works.
Cleanup
* the 'default' theme of sphinx is deprecated. changed theme to alabaster
* nested development content like setup under a new development page
* corrected grammar and minor style issues
Content changes
* reorganized index
- intro text is at the top, toc is at the bottom
- toc is in a suggested order rather than alpha by files.
I tried to pick an order that seemed reasonable, starting with
the concept of projects, next to dependencies, and on through the
rest of the concepts.
* made changes to project, dependency, setup
* added graphviz diagrams for the app models to corresponding app pages
I put this branches compiled files here http://
and trunk here http://
Comments in the diff! :-D