I've found some bugs in the Juju Documentation that I'd like to fix, but the docs are in some format I've not seen before, how can I contribute?
|
Branch the code:
Go into the docs directory and find the document you want to edit. The files are in Restructured Text format:
Make your changes with your favorite text editor, then commit it to your local repository and then push it up to Launchpad.
Replace "~jorge" with your launchpad username and "foo" with a name that describes a fix, so something like Then Checking the DocumentationYou can optionally check that your formatting is correct before you submit the fix to the project. Juju uses Sphinx for documentation, so you need to install it:
And then run it from the
This puts the HTML in the build/ directory where you can browse it. |
||||
|
|
