Skip to content

Commit

Permalink
[airos] updated docs to use correct airos backend name
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Jul 25, 2017
1 parent 4b98fee commit ac95dca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/backends/airos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ AirOS Backend

.. include:: ../_github.rst

The ``AirOS`` backend allows to generate AirOS v8.3 compatible configurations.
The ``AirOs`` backend allows to generate AirOS v8.3 compatible configurations.

Initialization
--------------

.. automethod:: netjsonconfig.AirOS.__init__
.. automethod:: netjsonconfig.AirOs.__init__

Initialization example:

.. code-block:: python
from netjsonconfig import AirOS
from netjsonconfig import AirOs
router = AirOS({
router = AirOs({
"general": {
"hostname": "MasterAntenna"
}
Expand All @@ -33,24 +33,24 @@ read about the following basic concepts:
Render method
-------------

.. automethod:: netjsonconfig.AirOS.render
.. automethod:: netjsonconfig.AirOs.render

Generate method
---------------

.. automethod:: netjsonconfig.AirOS.generate
.. automethod:: netjsonconfig.AirOs.generate


Write method
------------

.. automethod:: netjsonconfig.AirOS.write
.. automethod:: netjsonconfig.AirOs.write


JSON method
-----------

.. automethod:: netjsonconfig.AirOS.json
.. automethod:: netjsonconfig.AirOs.json


General settings
Expand Down

0 comments on commit ac95dca

Please sign in to comment.