Skip to content

Commit

Permalink
Fix docs errors (#248)
Browse files Browse the repository at this point in the history
* Removed version info from docs config

* Fixed autodoc errors
  • Loading branch information
NeelayS committed Oct 1, 2022
1 parent 39d21ae commit 78257eb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/api/config/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Config


Retrieve
-------
---------

.. automodule:: ezflow.config.retrieve
:members:
Expand Down
4 changes: 2 additions & 2 deletions docs/api/decoder/ezflow.decoder.noniterative.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Non-iterative Deocders
Soft Regression
---------------------

.. automodule:: ezflow.decoder.non_iterative.soft_regression
.. automodule:: ezflow.decoder.noniterative.soft_regression
:members:



Operators
---------------------

.. automodule:: ezflow.decoder.non_iterative.operators
.. automodule:: ezflow.decoder.noniterative.operators
:members:


11 changes: 1 addition & 10 deletions docs/api/encoder/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Encoder
================

Convolution Encoder
---------------
--------------------

.. automodule:: ezflow.encoder.conv_encoder
:members:
Expand Down Expand Up @@ -47,12 +47,3 @@ Builder
.. automodule:: ezflow.encoder.build
:members:



Config
---------------

.. automodule:: ezflow.encoder.config
:members:


9 changes: 0 additions & 9 deletions docs/api/utils/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ Other Utilities
.. automodule:: ezflow.utils.other_utils
:members:



Profiler
------------

.. automodule:: ezflow.utils.profiler
:members:



Registry
------------
Expand Down
9 changes: 0 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@
copyright = "2021, Neelay Shah, Prajnan Goswami, Huaizu Jiang"
author = "Neelay Shah"

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
# the built documents.
#
# The short X.Y version.
version = ezflow.__version__
# The full version, including alpha/beta/rc tags.
release = ezflow.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
Expand Down

0 comments on commit 78257eb

Please sign in to comment.