blob: 825551840e3b4f738b92011fff39122998829131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
=====================
netaddr documentation
=====================
A Python library for representing and manipulating layer 3 (IP) and layer 2 (MAC)
network addresses.
netaddr's documentation uses the `Diátaxis approach to technical documentation
authoring <https://diataxis.fr/>`_ and is organized like so:
* :doc:`tutorials` take you on a step-by-step journey through some of the netaddr's features.
Start here if you're new to netaddr.
* :doc:`how-to` are recipes and provide steps to address common problems and use-cases.
* :doc:`reference` contains technical description of various parts of netaddr machinery
(including the :doc:`api`).
.. toctree::
:maxdepth: 1
:hidden:
:caption: User documentation
tutorials
how-to
reference
authors
contributors
.. toctree::
:maxdepth: 1
:hidden:
:caption: Developer documentation
dev-how-to/index
------------------
Indices and tables
------------------
* :ref:`genindex`
* :ref:`search`
|