Skip to content

Commit

Permalink
Merge pull request #20 from competitive-programming-helper/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kagemeka committed Feb 7, 2022
2 parents f2eb002 + a48614a commit aa58ae6
Show file tree
Hide file tree
Showing 199 changed files with 8,695 additions and 14,182 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ contributing guides are coming soon.
# build document
(to do: make readthedocs.yaml)
```bash
$ poetry run sphinx-apidoc -F -H atcoder-api -A kagemeka -V <version>docs/ src/
$ poetry run sphinx-apidoc -F -H atcoder-api -A kagemeka -V <version> docs/ src/
$ cd docs/
$ make clean && make html
```
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN \
apt-utils \
curl \
git \
make \
&& curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - \
&& echo 'source $HOME/.poetry/env' >> ~/.bashrc \
&& python3 -m pip install -U pip
Expand Down
Binary file removed docs/_build/doctrees/atcoder.core.crawl.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/doctrees/atcoder.core.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/atcoder.core.scrape.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/atcoder.core.tests.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/atcoder.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/atcoder.tests.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 807fe2823d32c2affa681851bc75b4de
config: 553e85f6061541c0a4762f9d971f5e97
tags: 645f666f9bcd5a90fca523b33c5a78b7
268 changes: 268 additions & 0 deletions docs/_build/html/_modules/atcoder/auth.html

Large diffs are not rendered by default.

546 changes: 432 additions & 114 deletions docs/_build/html/_modules/atcoder/contest.html

Large diffs are not rendered by default.

135 changes: 0 additions & 135 deletions docs/_build/html/_modules/atcoder/core/auth.html

This file was deleted.

0 comments on commit aa58ae6

Please sign in to comment.