mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 01:32:21 +00:00
I'm using a second-level module namespace (gnpy.yang) for the same reasons as when shipping the example data via gnpy/example-data/ -- these will be used in the subsequent commits when we actually start adding YANG models. There is also some code (not much now, a lot more in future) for working with these models, and in future also for loading actual data. These *could* be put into gnpy.tools.*, but I think it's more straightforward to just keep them in the YANG namespace. Change-Id: Ic40738ddd8346429bde01e591d19fd2ce8cb687d
16 lines
229 B
ReStructuredText
16 lines
229 B
ReStructuredText
***************************
|
|
API Reference Documentation
|
|
***************************
|
|
|
|
``gnpy`` package
|
|
================
|
|
|
|
.. automodule:: gnpy
|
|
|
|
.. toctree::
|
|
|
|
gnpy-api-core
|
|
gnpy-api-topology
|
|
gnpy-api-tools
|
|
gnpy-api-yang
|