Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Paper List #1795

Open
wants to merge 2 commits into
base: dev-1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def builder_inited_handler(app):
subprocess.run(['./stats.py'])
subprocess.run(['./dataset_zoo.py'])
subprocess.run(['./project_zoo.py'])
subprocess.run(['./paper_zoo.py'])


def setup(app):
Expand Down
6 changes: 6 additions & 0 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ You can switch between English and Chinese in the lower-left corner of the layou
textrecog_models.md
kie_models.md

.. toctree::
:maxdepth: 2
:caption: Paper Zoo

paper_zoo/index.rst

.. toctree::
:maxdepth: 2
:caption: Notes
Expand Down
Loading