Sphinx IP address extension
Go to file
Jan Dittberner 3daf568fb6 Release 0.3.0
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCgAdFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAl0qOmkACgkQDXkdyNc3
 wdmuyggAzGz+7aDzbEwVMdi6J0kKit+eIN/QKwyuc29At0LSiCoOU+BYqfpZMhrG
 CjrSdawWjElPIEqWUU5Oi1KYRQjOY5+E8SBx7Txp4LeYUEyttVoIypHF3ACZRzjS
 2SG69SszcxORAH5VID9cgdrAHxfqiG4olaBFRjqxa0xg2V1JwUWXR/ZiSuUjzJQH
 xexrGO1rrRk/XqDwZ6S0kxM3QvcvlQYSvlubTnB57mBlYTQNzX+Hg3cmRWVIVNr5
 8UENigOiiGn0FEpE5s4/GxqhQ98DvAt9a2kcZiM/OnFL7jUMsiAZ4CklLomhSs1A
 wo9J51QyY+biirygU5HKUYswxrhnlA==
 =JPEU
 -----END PGP SIGNATURE-----

Merge tag '0.3.0' into develop

Release 0.3.0

* tag '0.3.0':
  Add twine to dev dependencies
  Add coverage to dev dependencies
  Bump version to 0.3.0
2019-07-13 22:09:17 +02:00
jandd Bump version to 0.3.0 2019-07-13 22:02:42 +02:00
tests Fix compatibility with Sphinx 2.1 2019-07-13 21:52:52 +02:00
.gitignore Ignore JetBrains IDE files 2019-07-13 20:21:15 +02:00
CHANGES.rst Bump version to 0.3.0 2019-07-13 22:02:42 +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
Pipfile Add twine to dev dependencies 2019-07-13 22:06:28 +02:00
Pipfile.lock Add twine to dev dependencies 2019-07-13 22:06:28 +02:00
README.rst Document new repository location 2019-07-13 21:52:26 +02:00
setup.cfg Add test infrastructure 2016-05-01 18:12:02 +02:00
setup.py Bump version to 0.3.0 2019-07-13 22:02:42 +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/jan/sphinxext-ip.git

Contributors