diff --git a/doc/source/conf.py b/doc/source/conf.py index bbb9370..1ea313a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -226,8 +226,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ( - 'man/openstack', - 'openstack', + 'man/satori', + 'satori', u'OpenStack Configuration Discovery', [u'OpenStack contributors'], 1, diff --git a/doc/source/man/satori.rst b/doc/source/man/satori.rst new file mode 100644 index 0000000..eab82e0 --- /dev/null +++ b/doc/source/man/satori.rst @@ -0,0 +1,51 @@ +==================== +:program:`satori` +==================== + +OpenStack Configuration Discovery + +SYNOPSIS +======== + +:program:`satori` + + +DESCRIPTION +=========== + +:program:`satori` provides configuration discovery. + + + +OPTIONS +======= + +:program:`satori` has no options yet + + +AUTHORS +======= + +Please refer to the AUTHORS file distributed with Satori. + + +COPYRIGHT +========= + +Copyright 2011-2013 OpenStack Foundation and the authors listed in the AUTHORS file. + + +LICENSE +======= + +http://www.apache.org/licenses/LICENSE-2.0 + + +SEE ALSO +======== + +The `Satori page `_ +in the `OpenStack Wiki `_ contains further +documentation. +s +The individual OpenStack project CLIs, the OpenStack API references. \ No newline at end of file