Skip to content

Commit 1852d94

Browse files
committed
Paper List
1 parent ae25262 commit 1852d94

10 files changed

+745
-0
lines changed

docs/en/_static/js/collapsed.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
var collapsedSections = ['Migration Guides', 'API Reference']
2+
3+
$(document).ready(function () {
4+
$('.model-summary').DataTable({
5+
"stateSave": false,
6+
"lengthChange": false,
7+
"pageLength": 20,
8+
"order": []
9+
});
10+
});

docs/en/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def builder_inited_handler(app):
181181
subprocess.run(['./stats.py'])
182182
subprocess.run(['./dataset_zoo.py'])
183183
subprocess.run(['./project_zoo.py'])
184+
subprocess.run(['./paper_zoo.py'])
184185

185186

186187
def setup(app):

docs/en/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ You can switch between English and Chinese in the lower-left corner of the layou
6060
textrecog_models.md
6161
kie_models.md
6262

63+
.. toctree::
64+
:maxdepth: 2
65+
:caption: Paper Zoo
66+
67+
paper_zoo/index.rst
68+
6369
.. toctree::
6470
:maxdepth: 2
6571
:caption: Notes

0 commit comments

Comments
 (0)