forked from sopel-irc/sopel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Majorly overhaul organization and format
- Loading branch information
Showing
13 changed files
with
192 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Additional API features | ||
======================= | ||
|
||
Sopel includes a number of additional functions that are useful for various | ||
common IRC tasks. | ||
|
||
Note that ``sopel.web`` was deprecated in 6.2.0, and is not included in this | ||
documentation, but is still in use in many modules. It's highly recommended | ||
that you switch to `requests <http://docs.python-requests.org/en/latest/>`_ | ||
instead. | ||
|
||
.. contents:: | ||
|
||
sopel.tools | ||
------------ | ||
|
||
.. automodule:: sopel.tools | ||
:members: | ||
|
||
sopel.tools.time | ||
---------------- | ||
.. automodule:: sopel.tools.time | ||
:members: | ||
|
||
sopel.tools.calculation | ||
----------------------- | ||
.. automodule:: sopel.tools.calculation | ||
:members: | ||
|
||
sopel.tools.target | ||
------------------ | ||
.. automodule:: sopel.tools.target | ||
:members: | ||
|
||
sopel.tools.events | ||
------------------ | ||
.. autoclass:: sopel.tools.events | ||
:members: | ||
:undoc-members: | ||
|
||
sopel.formatting | ||
----------------- | ||
.. automodule:: sopel.formatting | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Configuration functionality | ||
=========================== | ||
|
||
.. automodule:: sopel.config | ||
:members: | ||
:undoc-members: | ||
|
||
|
||
.. automodule:: sopel.config.types | ||
:members: | ||
:undoc-members: | ||
|
||
The [core] configuration section | ||
-------------------------------- | ||
|
||
.. autoclass:: sopel.config.core_section.CoreSection | ||
:members: | ||
:undoc-members: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The bot's database | ||
================== | ||
|
||
.. automodule:: sopel.db | ||
:members: |
Oops, something went wrong.