Skip to content

Commit

Permalink
#29 move docs folder to project root + regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
emican committed Feb 12, 2021
1 parent be42377 commit 415bd97
Show file tree
Hide file tree
Showing 64 changed files with 8 additions and 20,639 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion qttk/docs/conf.py → docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys
import sphinx_rtd_theme
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../qttk'))


# -- Project information -----------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions qttk/docs/qttk.rst → docs/qttk.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Quantitative Trading ToolKit [qttk]
qttk package
============

Utilities
Subpackages
-----------

.. toctree::
:maxdepth: 2
:maxdepth: 4

qttk.utils

Indicators
Submodules
----------

qttk.bollinger module
Expand Down Expand Up @@ -44,10 +44,10 @@ qttk.ema module
:undoc-members:
:show-inheritance:

qttk.ema2 module
----------------
qttk.indicators module
----------------------

.. automodule:: qttk.ema2
.. automodule:: qttk.indicators
:members:
:undoc-members:
:show-inheritance:
Expand Down
File renamed without changes.
Binary file removed qttk/docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed qttk/docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed qttk/docs/_build/doctrees/modules.doctree
Binary file not shown.
Binary file removed qttk/docs/_build/doctrees/qttk.doctree
Binary file not shown.
Binary file removed qttk/docs/_build/doctrees/qttk.utils.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions qttk/docs/_build/html/.buildinfo

This file was deleted.

22 changes: 0 additions & 22 deletions qttk/docs/_build/html/_sources/index.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions qttk/docs/_build/html/_sources/modules.rst.txt

This file was deleted.

141 changes: 0 additions & 141 deletions qttk/docs/_build/html/_sources/qttk.rst.txt

This file was deleted.

45 changes: 0 additions & 45 deletions qttk/docs/_build/html/_sources/qttk.utils.rst.txt

This file was deleted.

Loading

0 comments on commit 415bd97

Please sign in to comment.