Sphinx IP address extension
Go to file
Jan Dittberner 4ae68e2958 Release 0.2.1
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABCgAGBQJXKxS9AAoJEA15HcjXN8HZNWsIALO2+W2ZYT/WMGTsboAL8Gsy
 dnxNCdfu/fjrKx0sOfvCYoFqzD9U8B4lLpvU69ZUm5plWVSXMS3ssHZehqf8mMMS
 dcVlAYYherjNBelBz1m/9iI0We4C1OwXncZXVpOZn6TogWvkWqHhiwPALTyohT/A
 Ekv9NhD7UCtF4e1s2kC+wx5m5vZ+FfVcN6WeWtTV0FpSvVFA+WKl9s+bJlXWBYLS
 NiVqONzaBoIyDaRmEUsfV6IDhAvND9hxHiUASrkTpBwoR+epgZlchBCKvAs8ThzI
 h09EF7pbAiNBvU/Le6df20dVGiaFh3GIuoz6A5NZorLsIcI5lDlFj9j0nbgWNeM=
 =tR8W
 -----END PGP SIGNATURE-----

Merge tag '0.2.1' into develop

Release 0.2.1

* tag '0.2.1':
  Set release date in change log
2016-05-05 11:39:14 +02:00
jandd Implement proper clear_doc method for IPDomain 2016-05-05 11:34:27 +02:00
tests Add test data that breaks IP address parsing 2016-05-05 10:47:35 +02:00
.gitignore Add test data that breaks IP address parsing 2016-05-05 10:47:35 +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 Set release date in change log 2016-05-05 11:37:52 +02:00
setup.cfg Add test infrastructure 2016-05-01 18:12:02 +02:00
setup.py Bump version 2016-05-05 10:44:57 +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.1 - 2016-05-05

  • fix handling of invalid IP address/range values
  • implement a proper clear_doc method for the ip domain

0.2.0 - 2016-05-04

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