Turn pinout docs into man-page

Stops lintian whinging about missing man-pages
This commit is contained in:
Dave Jones
2017-07-16 20:45:34 +01:00
parent f288993437
commit afa23949e8
8 changed files with 186 additions and 24 deletions

View File

@@ -2,25 +2,8 @@
Command-line Tools
==================
Pinout
======
The gpiozero package contains a database of information about the various
revisions of Raspberry Pi. This is queried by the ``pinout`` command-line
tool to output details of the GPIO pins available.
revisions of Raspberry Pi. This is queried by the :program:`pinout`
command-line tool to output details of the GPIO pins available.
Unless specified, the revision of the current device will be detected. A
particular revision may be selected with the --revision command-line
option. For example::
pinout --revision 000d
By default, the output will include ANSI color codes if run in a color-capable
terminal. This behaviour may be overridden by the --color or --monochrome
options to force colored or non-colored output, respectively. For example::
pinout --monochrome
Full usage details are available with::
pinout --help
.. include:: cli_pinout.rst