diff --git a/doc/source/conf.py b/doc/source/conf.py index 7816277..5dc2e4e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -214,8 +214,10 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'gear', u'Gear Documentation', - [u'OpenStack Foundation'], 1) + ('index', 'gear', u'Gear Full Documentation', + [u'OpenStack Foundation'], 1), + ('geard', 'geard', u'async pure python Gearman daemon', + [u'OpenStack Foundation'], 8), ] # If true, show URL addresses after external links. diff --git a/doc/source/geard.rst b/doc/source/geard.rst new file mode 100644 index 0000000..aa0f922 --- /dev/null +++ b/doc/source/geard.rst @@ -0,0 +1 @@ +.. program-output:: geard --help diff --git a/doc/source/index.rst b/doc/source/index.rst index 8fb361a..6ab1677 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,7 +63,7 @@ Server Example You can run the Gearman server by executing the `geard` command. For help execute `geard --help` -.. program-output:: geard --help +.. include:: geard.rst SSL Connections ---------------