Sphinx IP address extension
Go to file
Jan Dittberner 88ffa4fbeb Merge branch 'release/0.2.0'
* release/0.2.0:
  Improve release metadata
  Add handling for multiple IP occurrences
  Format IP lists as tables
  Fix IP address sorting
  Bump version number
  Fix grammar mistake
  Don't add GPL to long_description
2016-05-04 13:46:53 +02:00
jandd Add handling for multiple IP occurrences 2016-05-04 13:29:09 +02:00
tests Add handling for multiple IP occurrences 2016-05-04 13:29:09 +02:00
.gitignore Fix description 2016-05-02 21:33:10 +02:00
COPYING Initial version of the IP Sphinx extension 2016-04-16 23:43:22 +02:00
MANIFEST.in Add test data to distribution 2016-05-02 21:24:49 +02:00
README.rst Improve release metadata 2016-05-04 13:44:09 +02:00
setup.cfg Add test infrastructure 2016-05-01 18:12:02 +02:00
setup.py Improve release metadata 2016-05-04 13:44:09 +02:00

jandd.sphinxext.ip

This is an IP address extension for Sphinx. The extension provides a domain ip that allows marking IPv4 and IPv6 addresses in documentation and contains directives to collect information regarding IP addresses in IP ranges.

Development

The extension is developed in a git repository that can be cloned by running:

git clone https://git.dittberner.info/sphinxext-ip.git

A repository browser is available at https://git.dittberner.info/?p=sphinxext-ip.git.

Contributors

Changes

0.2.0 - 2016-05-04

  • display IP address lists as tables
  • sort IP address lists numericaly