diff options
author | Raul Cuza <raulcuza@gmail.com> | 2010-03-13 16:41:36 -0500 |
---|---|---|
committer | Raul Cuza <raulcuza@gmail.com> | 2010-03-13 16:41:36 -0500 |
commit | 28279100a8148332f85ebdd7e708592af97af8f8 (patch) | |
tree | 3cf6ac19b00937a062b0bf25bcd2981abb1b3e03 /doc | |
parent | 8923eaf4461144aa227dd904c0a63a91349a54ec (diff) | |
download | bcfg2-28279100a8148332f85ebdd7e708592af97af8f8.tar.gz bcfg2-28279100a8148332f85ebdd7e708592af97af8f8.tar.bz2 bcfg2-28279100a8148332f85ebdd7e708592af97af8f8.zip |
Added styleguide to development section under the assumption that creating documentation is a part of development. :-)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/docstyleguide.txt (renamed from doc/docstyleguide.txt) | 0 | ||||
-rw-r--r-- | doc/development/index.txt | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/docstyleguide.txt b/doc/development/docstyleguide.txt index ef94bf232..ef94bf232 100644 --- a/doc/docstyleguide.txt +++ b/doc/development/docstyleguide.txt diff --git a/doc/development/index.txt b/doc/development/index.txt index 4e2f29a54..6ed00f861 100644 --- a/doc/development/index.txt +++ b/doc/development/index.txt @@ -2,6 +2,7 @@ .. _development-index: +================= Bcfg2 Development ================= @@ -300,5 +301,15 @@ do so. We will call our new plugin `MyMetadata`. #. Add MyMetadata to ``src/lib/Server/Plugins/__init__.py`` #. Replace Metadata with MyMetadata in the plugins line of bcfg2.conf + +Documentation +------------- + +One of the areas where everyone can help is with the documentation. *Insert verbiage on how people can help.* + + + .. toctree:: :maxdepth: 1 + + docstyleguide
\ No newline at end of file |