Update documentation
This commit is contained in:
parent
81875a2cc5
commit
0dbfc5fe6b
53 changed files with 18837 additions and 0 deletions
23
html/_sources/lib/Battery.rst.txt
Normal file
23
html/_sources/lib/Battery.rst.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
.. _lib_battery:
|
||||
|
||||
Battery
|
||||
########
|
||||
|
||||
Class Documentation
|
||||
********************
|
||||
|
||||
.. autoclass:: compLib.Battery.Battery
|
||||
:members:
|
||||
|
||||
|
||||
Examples
|
||||
*********
|
||||
|
||||
Printing percentage
|
||||
====================
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from compLib.Battery import Battery
|
||||
|
||||
print(Battery.percent())
|
Reference in a new issue