mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
advancement
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
This section of the documentation serves to provide a reference guide for developers, tinkerers, engieneers, and explorers for the Replit-py API, and showcases the function and method calls available within the library.
|
||||
|
||||
.. automodule:: replit
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Replit Web Framework & Utilities
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: replit.web.app
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: replit.web
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Replit DB
|
||||
---------
|
||||
|
||||
.. automodule:: replit.database
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Replit Profile Information
|
||||
--------------------------
|
||||
|
||||
.. automodule:: replit.users
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
|
||||
|
||||
replit.audio module
|
||||
-------------------
|
||||
|
||||
.. automodule:: replit.audio
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user