Metadata-Version: 2.4
Name: sphinxcontrib-manpage
Version: 0.6
Summary: Sphinx linux manpage extension
Home-page: https://github.com/tdi/sphinxcontrib-manpage
Author: Dariusz Dwornikowski
Author-email: dariusz.dwornikowski@cs.put.poznan.pl
License: Apache Common 2.0
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Requires-Dist: Sphinx>=0.9
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

sphinxcontrib-manpage
=====================

Sphinx role to render html links to online Linux manpages. 

Usage
-----

`:linuxman:ls(1)` will render a link to http://linux.die.net/man/1/ls. 

Config
------

You can configure custom url with a `linux_man_url_regex` directive in `conf.py`, the syntax is as
follows:

`http://linux.die.net/man/$num/$topic`, where `$num` is the man page number and `$topic` is a
string. 


Licence and credits
-------------------

Copyright (c) Dariusz Dwornikowski and Poznan University of Technology. 
Distributed under the Apache Commons 2.0. 
