Sphinx IP address extension
Go to file
Jan Dittberner 14238838ef Release 0.2.4
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABCgAGBQJXLRpGAAoJEA15HcjXN8HZXikH/jaySMrv/MY+qJmQFcBBVO/N
 iKnOKy1DuW68oo9Hcf16gNO9l4wQopVL3hzDm96oM4Ep30yIp6ykKtUKDQh+2nrO
 MSz0TNW1TIxeJTiMJh5sfCVvIB2r7Ut4E5PGCaFHN5fF4jVnL9w0wO8hWPSlvdaz
 lSYDaxBeFdHSS6pWrn2CVWlV+xGS34rVzrZZTdargjV9ms0qO0rFUnzR+KCI+MfF
 K6ToqL8wLQNgOoVpcKbZ/lr7lhVSYP7lbE/7UufF4ZMtN0+cnrXbJMPK7F7+aoyZ
 GhuavB/+4GbW6odn+NEmCU2ks/zfSwaUkDsZv/BJ1JLflUYCRfIUjVmYkuw7Lf0=
 =89xW
 -----END PGP SIGNATURE-----

Merge tag '0.2.4' into develop

Release 0.2.4

* tag '0.2.4':
  Finalize change log
2016-05-07 00:27:24 +02:00
jandd Fix index generation issue 2016-05-07 00:17:28 +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
CHANGES.rst Finalize change log 2016-05-07 00:26:54 +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 Move change log to a separate file 2016-05-05 11:59:23 +02:00
setup.cfg Add test infrastructure 2016-05-01 18:12:02 +02:00
setup.py Fix index generation issue 2016-05-07 00:17:28 +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