File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ AirOS Backend
44
55.. include :: ../_github.rst
66
7- The ``AirOS `` backend allows to generate AirOS v8.3 compatible configurations.
7+ The ``AirOs `` backend allows to generate AirOS v8.3 compatible configurations.
88
99Initialization
1010--------------
1111
12- .. automethod :: netjsonconfig.AirOS .__init__
12+ .. automethod :: netjsonconfig.AirOs .__init__
1313
1414Initialization example:
1515
1616.. code-block :: python
1717
18- from netjsonconfig import AirOS
18+ from netjsonconfig import AirOs
1919
20- router = AirOS ({
20+ router = AirOs ({
2121 " general" : {
2222 " hostname" : " MasterAntenna"
2323 }
@@ -33,24 +33,24 @@ read about the following basic concepts:
3333Render method
3434-------------
3535
36- .. automethod :: netjsonconfig.AirOS .render
36+ .. automethod :: netjsonconfig.AirOs .render
3737
3838Generate method
3939---------------
4040
41- .. automethod :: netjsonconfig.AirOS .generate
41+ .. automethod :: netjsonconfig.AirOs .generate
4242
4343
4444Write method
4545------------
4646
47- .. automethod :: netjsonconfig.AirOS .write
47+ .. automethod :: netjsonconfig.AirOs .write
4848
4949
5050JSON method
5151-----------
5252
53- .. automethod :: netjsonconfig.AirOS .json
53+ .. automethod :: netjsonconfig.AirOs .json
5454
5555
5656General settings
You can’t perform that action at this time.
0 commit comments