Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Sep 7, 2024
1 parent cc59895 commit 69c0244
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can find **Full Project Documentation** [here][documentation_path]

`tenda-everest` is python package to manage Tenda Everest router.
This package was tested on **EVEREST EWR-F303** Wireless Router with **Tenda** firmware **V02.03.01.125**
(and similar). But this package may be can work on different routers with other firmwares.
(and similar). But this package may work on different routers with other firmwares.

![Everest ewr-f303 router picture](https://github.com/quillcraftsman/tenda-everest/blob/main/everest.jpeg)

Expand Down
2 changes: 1 addition & 1 deletion docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Mission

**tenda-everest** is python package to manage Tenda Everest router.
This package was tested on **EVEREST EWR-F303** Wireless Router with **Tenda** firmware **V02.03.01.125**
(and similar). But this package may be can work on different routers with other firmwares.
(and similar). But this package may work on different routers with other firmwares.

Open Source Project
-------------------
Expand Down
7 changes: 7 additions & 0 deletions docs/package/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tenda_everest
=============

.. toctree::
:maxdepth: 4

tenda_everest
29 changes: 29 additions & 0 deletions docs/package/tenda_everest.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
tenda\_everest package
======================

Submodules
----------

tenda\_everest.main module
--------------------------

.. automodule:: tenda_everest.main
:members:
:undoc-members:
:show-inheritance:

tenda\_everest.package module
-----------------------------

.. automodule:: tenda_everest.package
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: tenda_everest
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 69c0244

Please sign in to comment.