Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Feb 12, 2017
1 parent 5e49783 commit 05cedd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 79 deletions.
83 changes: 5 additions & 78 deletions docs/AlphaTwirl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,88 +8,15 @@ Subpackages

AlphaTwirl.Aggregate
AlphaTwirl.Binning
AlphaTwirl.Collector
AlphaTwirl.Concurrently
AlphaTwirl.Counter
AlphaTwirl.EventReader
AlphaTwirl.Configure
AlphaTwirl.Events
AlphaTwirl.HeppyResult
AlphaTwirl.Loop
AlphaTwirl.ProgressBar

Submodules
----------

AlphaTwirl.AlphaTwirl module
----------------------------

.. automodule:: AlphaTwirl.AlphaTwirl
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.Combine module
-------------------------

.. automodule:: AlphaTwirl.Combine
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.CombineIntoList module
---------------------------------

.. automodule:: AlphaTwirl.CombineIntoList
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.CombineIntoPandasDataFrame module
--------------------------------------------

.. automodule:: AlphaTwirl.CombineIntoPandasDataFrame
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.WriteListToFile module
---------------------------------

.. automodule:: AlphaTwirl.WriteListToFile
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.WritePandasDataFrameToFile module
--------------------------------------------

.. automodule:: AlphaTwirl.WritePandasDataFrameToFile
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.buildBinningFromTbl module
-------------------------------------

.. automodule:: AlphaTwirl.buildBinningFromTbl
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.dataframe module
---------------------------

.. automodule:: AlphaTwirl.dataframe
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.mkdir_p module
-------------------------

.. automodule:: AlphaTwirl.mkdir_p
:members:
:undoc-members:
:show-inheritance:

AlphaTwirl.Summary
AlphaTwirl.misc

Module contents
---------------
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

In the top directory of AlphaTwirl (one directory up from this directory):

rm docs/AlphaTwirl.*.rst
rm docs/AlphaTwirl*.rst
sphinx-apidoc -F -A "Tai Sakuma" -V "0.7" -R "0.7.x" -o docs/ AlphaTwirl/

Edit conf.py to increment the version number
Expand Down

0 comments on commit 05cedd7

Please sign in to comment.