Skip to content

Commit

Permalink
📝 improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 8, 2023
1 parent 3754910 commit 8581b46
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
16 changes: 11 additions & 5 deletions docs/03_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
TalkyTrader
===========

.. automodule:: tt.bot
:members:
:undoc-members:


API EndPoint
============

Expand Down Expand Up @@ -52,11 +57,9 @@ Plugins are the core of Talky Trader, they are loaded at startup and
are used to interact with the trading platform.


.. toctree::
:maxdepth: 2

plugins

.. automodule:: tt.plugins
:members:
:undoc-members:


TalkyTrader Module Reference
Expand All @@ -68,3 +71,6 @@ TalkyTrader Module Reference
:recursive:

tt



11 changes: 4 additions & 7 deletions docs/plugins/helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ helper
Provide multiple function such as giving the list of
available command, network ping or restarting the bot

.. toctree::
:maxdepth: 2

plugins/helper


Function
=====

Expand Down Expand Up @@ -38,4 +32,7 @@ Restart
Module Reference
================

.. automodule::tt.plugins.default_plugins.helper_plugin
.. automodule:: tt.plugins.default_plugins.helper_plugin
:members:
:undoc-members:

0 comments on commit 8581b46

Please sign in to comment.