Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHopwood committed Mar 22, 2021
1 parent ffba360 commit 7fed317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
import shlex

sys.path.insert(0, os.path.abspath("../pvops"))
sys.path.insert(0, os.path.abspath("../pvops/text2time"))
sys.path.insert(0, os.path.abspath("../pvops/text"))


# -- Project information -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Contributing
The long-term success of pvOps requires community support. One can make contributions by submitting issues and pull requests. Please follow the PR template

Copyright and License
=======
=====================

pvOps is copyright through Sandia National Laboratories. The software is distributed under the Revised BSD License.

Expand Down
24 changes: 0 additions & 24 deletions docs/text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@ text package
Submodules
----------

text.DataDensifier module
-------------------------

.. autoclass:: DataDensifier
:members:

.. automethod:: transform

.. automethod:: fit

.. automethod:: fit_transform

text.Doc2VecModel module
------------------------

.. autoclass:: Doc2VecModel
:members:

.. automethod:: transform

.. automethod:: fit

.. automethod:: fit_transform

text.classification\_deployer module
------------------------------------

Expand Down

0 comments on commit 7fed317

Please sign in to comment.