summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2015-10-20 15:44:38 -0500
committerDean Troyer <dtroyer@gmail.com>2015-10-21 09:20:00 -0500
commit46fdaaba6b20ce548f2a5adc51c5954c55fc402c (patch)
treed270d70772d2e26dd5eafe0255fb9898a8426613 /doc/source/index.rst
parent69be668534bb84871c23bf1ec041b9e5afcd1596 (diff)
downloadpython-openstackclient-46fdaaba6b20ce548f2a5adc51c5954c55fc402c.tar.gz
Add Command Options guideline doc
Add a developer guideline for command options to define the options used across multiple commands and make them behave consistently. Change-Id: I1dbbafe8061e10b271cd55cac056731508c52204
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index c90b8e52..6b7d63f3 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -37,6 +37,7 @@ Developer Documentation
:maxdepth: 1
developing
+ command-options
Project Goals
-------------