Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Jul 20, 2022
1 parent 58deca0 commit 11c3c2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ game_client.execute(random.choice(list(all_supports.values())))
- [DataAnalysis](https://github.com/CharlesPikachu/dataanalysis): Some data analysis projects in charles_pikachu.
- [Imagedl](https://github.com/CharlesPikachu/imagedl): Search and download images from specific websites.
- [Pytoydl](https://github.com/CharlesPikachu/pytoydl): A toy deep learning framework built upon numpy.
- [NovelDL](https://github.com/CharlesPikachu/noveldl): Search and download novels from some specific websites.


# Citation
Expand Down
2 changes: 2 additions & 0 deletions docs/Recommend.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@
- [图片下载器](https://github.com/CharlesPikachu/imagedl)

- [从零开始实现一个深度学习框架](https://github.com/CharlesPikachu/pytoydl)

- [小说下载器](https://github.com/CharlesPikachu/noveldl)
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recommonmark
sphinx
sphinx_markdown_tables
sphinx==4.5.0
sphinx_markdown_tables==0.0.12
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
license=cpgames.__license__,
include_package_data=True,
package_data=package_data,
install_requires=list(open('requirements.txt', 'r').readlines()),
install_requires=[lab.strip('\n') for lab in list(open('requirements.txt', 'r').readlines())],
zip_safe=True,
packages=find_packages(),
)

0 comments on commit 11c3c2a

Please sign in to comment.