Add a man page for Flake8

Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247
This commit is contained in:
Ian Cordasco 2016-11-13 14:32:23 -06:00
parent 3fecbe177d
commit e380665530
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
4 changed files with 153 additions and 1 deletions

View file

@ -264,7 +264,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'flake8', u'flake8 Documentation',
('manpage', 'flake8', u'Flake8 Command Line Documentation',
[author], 1)
]