Pure-Python asynchronous interface to Gearman
Go to file
Antoine Musso fb5018382f Generate a geard.8 manpage for Debian packaging
I have created a Debian package for gear and the Debian policy requires
daemon to ship with a manpage.

This patch:
* extracts out geard program output out of index.rst to a new geard.rst
  including it at the original place for convenience.
* configure sphinx to generate a geard.8 manpage from geard.rst
* geard.rst remains unlinked in the HTML documentation since it is
  included in index.rst.

Minor issue:
* I haven't found how to add cross references between the two manpages
  without interfering with the HTML documentation output.

Change-Id: I2576cfa4acb0b91d789dc1ce42299ae91c6f9422
2014-05-16 21:36:08 +02:00
doc/source Generate a geard.8 manpage for Debian packaging 2014-05-16 21:36:08 +02:00
gear Restructure logging 2014-05-01 11:35:07 -07:00
.gitignore Add pbr-based setup. 2013-04-08 12:31:53 -04:00
.gitreview Added .gitreview 2013-04-05 18:53:07 +00:00
.testr.conf Support python3. 2013-06-05 15:07:36 -07:00
CONTRIBUTING.rst Add pbr-based setup. 2013-04-08 12:31:53 -04:00
LICENSE Initial commit. 2013-04-05 12:58:12 -07:00
MANIFEST.in Add pbr-based setup. 2013-04-08 12:31:53 -04:00
README.rst Add pbr-based setup. 2013-04-08 12:31:53 -04:00
requirements.txt Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
setup.cfg Add server command: "geard". 2013-06-20 16:48:40 -07:00
setup.py Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
test-requirements.txt Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
tox.ini add tox shortcut to build docs 2014-04-17 12:15:40 -07:00

README.rst

python-gear

A pure-Python asynchronous library to interface with Gearman.