Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yedivanseven committed Sep 2, 2019
1 parent c67881f commit 4a9e1e0
Show file tree
Hide file tree
Showing 108 changed files with 20,143 additions and 19 deletions.
4 changes: 4 additions & 0 deletions docs/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7b22b2250788829992c8385c2ed39a48
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/html/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/html/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.algorithms.base.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.algorithms.doctree
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.algorithms.plsa.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.corpus.doctree
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.doctree
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.pipeline.doctree
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.preprocessors.doctree
Binary file not shown.
Binary file added docs/html/.doctrees/plsa.visualize.doctree
Binary file not shown.
25 changes: 25 additions & 0 deletions docs/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. PLSA documentation master file, created by
sphinx-quickstart on Mon Sep 2 16:20:59 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to PLSA's documentation!
================================

.. toctree::
:maxdepth: 2
:caption: Contents:

plsa.preprocessors
plsa.pipeline
plsa.corpus
plsa.algorithms
plsa.visualize


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.algorithms.base.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.algorithms.base module
===========================

.. autoclass:: plsa.algorithms.base.BasePLSA
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.algorithms.conditional_plsa.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.algorithms.conditional\_plsa module
========================================

.. automodule:: plsa.algorithms.conditional_plsa
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.algorithms.plsa.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.algorithms.plsa module
===========================

.. automodule:: plsa.algorithms.plsa
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.algorithms.result.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.algorithms.result module
=============================

.. automodule:: plsa.algorithms.result
:members:
:undoc-members:
:show-inheritance:
20 changes: 20 additions & 0 deletions docs/html/_sources/plsa.algorithms.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
plsa.algorithms package
=======================

Submodules
----------

.. toctree::

plsa.algorithms.base
plsa.algorithms.conditional_plsa
plsa.algorithms.plsa
plsa.algorithms.result

Module contents
---------------

.. automodule:: plsa.algorithms
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.corpus.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.corpus module
==================

.. automodule:: plsa.corpus
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.pipeline.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.pipeline module
====================

.. automodule:: plsa.pipeline
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.preprocessors.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.preprocessors module
=========================

.. automodule:: plsa.preprocessors
:members:
:undoc-members:
:show-inheritance:
27 changes: 27 additions & 0 deletions docs/html/_sources/plsa.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
plsa package
============

Subpackages
-----------

.. toctree::

plsa.algorithms

Submodules
----------

.. toctree::

plsa.corpus
plsa.pipeline
plsa.preprocessors
plsa.visualize

Module contents
---------------

.. automodule:: plsa
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/html/_sources/plsa.visualize.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plsa.visualize module
=====================

.. automodule:: plsa.visualize
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 4a9e1e0

Please sign in to comment.