Sphinx IP address extension
Go to file
Jan Dittberner f81389ef6b Release 0.2.2
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABCgAGBQJXKxnRAAoJEA15HcjXN8HZG2MH+QFDWku9oluBEPkMeSaGC3o6
 9mjHRLYldPQeN9m24RVCHiwB9sOH8uISaBjfHYM3UuQyInOggl2QTMCHTFzPdhqr
 5KfgTpxaGErGa0Jv96tXhir7EmIZftrzStJu35GvgoaKLZ4HZ7WJ6JFQg1Oxt+mM
 HJJ5f/g/ci4R6ARmq3jrraUr96iSdd22PZBoVfte7ytkrnKdpTbaSertGIhQChgc
 30GUrbIeXKKyxvUsHJgC+6L8ZPfBIX3HPvjk7VV1lHeYm7/Gc6TZ8+//en7WSkEq
 +DOIo62tkLN3Dj1wERy0tIGKQTHlX1MJ8sEW4Eax3aC1MhjKDlA2Hp9hPDwGgaA=
 =aGpT
 -----END PGP SIGNATURE-----

Merge tag '0.2.2' into develop

Release 0.2.2

* tag '0.2.2':
  Finalize change log for 0.2.2
2016-05-05 12:00:54 +02:00
jandd Fix index entries that broke the latex builder 2016-05-05 11:55:57 +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 for 0.2.2 2016-05-05 12:00:08 +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 Move change log to a separate file 2016-05-05 11:59:23 +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