Skip to content

Commit

Permalink
sync main (#251)
Browse files Browse the repository at this point in the history
* Bump oauthlib from 3.1.1 to 3.2.1 in /docs (#245)

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/oauthlib/oauthlib/releases)
- [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst)
- [Commits](oauthlib/oauthlib@v3.1.1...v3.2.1)

---
updated-dependencies:
- dependency-name: oauthlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump oauthlib from 3.1.1 to 3.2.1 (#244)

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/oauthlib/oauthlib/releases)
- [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst)
- [Commits](oauthlib/oauthlib@v3.1.1...v3.2.1)

---
updated-dependencies:
- dependency-name: oauthlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump protobuf from 3.17.3 to 3.18.3 in /docs (#247)

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.18.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.17.3...v3.18.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump protobuf from 3.17.3 to 3.18.3 (#246)

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.18.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.17.3...v3.18.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix docs errors (#248)

* Removed version info from docs config

* Fixed autodoc errors

* Bump certifi from 2021.5.30 to 2022.12.7 in /docs (#250)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2021.05.30...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump certifi from 2021.5.30 to 2022.12.7 (#249)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2021.05.30...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Neelay Shah <neelay.shah@tuebingen.mpg.de>
  • Loading branch information
3 people authored Dec 14, 2022
1 parent 728de88 commit 6dc0089
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 37 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
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bleach==3.3.0
brotlipy==0.7.0
bump2version==0.5.11
cachetools==4.2.2
certifi==2021.5.30
certifi==2022.12.7
cffi==1.14.6
cfgv==3.3.0
chardet==4.0.0
Expand Down Expand Up @@ -57,7 +57,7 @@ mypy-extensions==0.4.3
networkx==2.6.2
nodeenv==1.6.0
numpy
oauthlib==3.1.1
oauthlib==3.2.1
olefile==0.46
omegaconf
opencv-python==4.5.3.56
Expand All @@ -71,7 +71,7 @@ pluggy==0.13.1
portalocker
poyo==0.5.0
pre-commit==2.14.0
protobuf==3.17.3
protobuf==3.18.3
py==1.10.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bleach==3.3.0
brotlipy==0.7.0
bump2version==0.5.11
cachetools==4.2.2
certifi==2021.5.30
certifi==2022.12.7
cffi==1.14.6
cfgv==3.3.0
chardet==4.0.0
Expand Down Expand Up @@ -51,7 +51,7 @@ mypy-extensions==0.4.3
networkx==2.6.2
nodeenv==1.6.0
numpy
oauthlib==3.1.1
oauthlib==3.2.1
olefile==0.46
omegaconf
opencv-python==4.5.3.56
Expand All @@ -65,7 +65,7 @@ pluggy==0.13.1
portalocker
poyo==0.5.0
pre-commit==2.14.0
protobuf==3.17.3
protobuf==3.18.3
py==1.10.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
Expand Down

0 comments on commit 6dc0089

Please sign in to comment.