Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 5, 2020
1 parent cae5734 commit 4d4c6c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/reference/basic_loader.rst
Expand Up @@ -6,6 +6,10 @@ File Loader Wrapper
.. autoclass:: pytablereader.TableFileLoader
:inherited-members:

Text Loader Wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytablereader.TableTextLoader
:inherited-members:

URL Loader Wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/reference/loader_factory.rst
Expand Up @@ -7,6 +7,12 @@ File Loader Factory
:inherited-members:
:undoc-members:

Text Loader Factory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytablereader.factory.TableTextLoaderFactory
:inherited-members:
:undoc-members:

Url Loader Factory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pytablereader.factory.TableUrlLoaderFactory
Expand Down

0 comments on commit 4d4c6c0

Please sign in to comment.