Skip to content

Commit

Permalink
upd README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rin204 committed Jul 23, 2023
1 parent 1d377fc commit 67a0381
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: docs
# name: docs

on:
push:
branches:
- main
# on:
# push:
# branches:
# - main

jobs:
docs:
runs-on: ubuntu-latest
# jobs:
# docs:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
# steps:
# - uses: actions/checkout@v1

- name: Set up Python
uses: actions/setup-python@v1
# - name: Set up Python
# uses: actions/setup-python@v1

- name: Install dependencies
run: pip3 install -U online-judge-verify-helper
# - name: Install dependencies
# run: pip3 install -U online-judge-verify-helper

- name: generate docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YUKICODER_TOKEN: ${{ secrets.YUKICODER_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}
run: oj-verify docs
# - name: generate docs
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# YUKICODER_TOKEN: ${{ secrets.YUKICODER_TOKEN }}
# GH_PAT: ${{ secrets.GH_PAT }}
# run: oj-verify docs
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ MOD 系は 998244353 を暗に仮定しているものがいくつかあるの

個人用競プロ用で作成したライブラリなので,書き方が変なものは一定すうあると思いますが,ご了承ください.

一部 `Base_` と末尾についている class があります.これらは,主に引数で与える想定になる関数について,
- `Base_` が付いていない場合:引数に与える
- `Base_` が付いている場合:class を継承して各種関数を作成する

使い方を想定しています.使用感は https://github.com/Rin204/Library-Python/blob/main/src/%24tests/data_structure/segtree.test.py https://github.com/Rin204/Library-Python/blob/main/src/%24tests/data_structure/segtree2.test.py あたりを見てください.

## expansion.py

Expand Down

0 comments on commit 67a0381

Please sign in to comment.