Skip to content

Commit 76969e4

Browse files
authored
Add "Paper List" page to the docs. (#165)
* Add Paper list to website. * Update paper list. * Update paper list and README. * Fix paper list compilation for empty rows. * Fix bibtex to gsheet with empty rows. * Remove link to twitter account.
1 parent 7387967 commit 76969e4

8 files changed

+1894
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ docs/mkdocs.yml
110110
learn2learn/data/*.c
111111
learn2learn/data/*.so
112112
alltests.txt
113+
docs/MUJOCO_LOG.TXT
114+
token.pickle

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ alltests:
4545

4646
docs:
4747
rm -f docs/mkdocs.yml
48+
python scripts/compile_paper_list.py
4849
cd docs && pydocmd build && pydocmd serve
4950

5051
docs-deploy:
5152
rm -f docs/mkdocs.yml
53+
python scripts/compile_paper_list.py
5254
cd docs && pydocmd gh-deploy
5355

5456
# https://dev.to/neshaz/a-tutorial-for-tagging-releases-in-git-147e

docs/pydocmd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ pages:
105105
- Reinforcement Learning: examples.rl.md << ../examples/rl/README.md
106106
- Optimization: examples.optim.md << ../examples/optimization/README.md
107107
- Changelog: changelog.md << ../CHANGELOG.md
108+
- Paper List: paper_list.md
108109
- GitHub: https://github.com/learnables/learn2learn/
109110

110111

0 commit comments

Comments
 (0)