Sphinx IP address extension
Go to file
Jan Dittberner 8044e1a071 Use content type supported by PyPI 2021-01-02 07:32:13 +01:00
jandd Run through black and isort 2021-01-02 07:24:22 +01:00
tests Run through black and isort 2021-01-02 07:24:22 +01:00
.gitignore Fix deprecations and modernize testing 2021-01-02 07:24:22 +01:00
CHANGES.rst Switch to PEP 517 build, drop tox 2021-01-02 07:24:22 +01:00
COPYING Initial version of the IP Sphinx extension 2016-04-16 23:43:22 +02:00
MANIFEST.in Fix deprecations and modernize testing 2021-01-02 07:24:22 +01:00
Pipfile Switch to PEP 517 build, drop tox 2021-01-02 07:24:22 +01:00
Pipfile.lock Switch to PEP 517 build, drop tox 2021-01-02 07:24:22 +01:00
README.rst Switch to PEP 517 build, drop tox 2021-01-02 07:24:22 +01:00
pyproject.toml Switch to PEP 517 build, drop tox 2021-01-02 07:24:22 +01:00
setup.cfg Use content type supported by PyPI 2021-01-02 07:32:13 +01:00

README.rst

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

Running test

To install all dependencies and run the tests use:

pipenv install --dev
pipenv run pytest

Contributors