File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
22
3+ PEP=${1:- pep.rst}
4+
35scripts/py2rst.py tests/test_qblike_2.py --start " Begin PEP section" --end " End PEP section" \
4- | scripts/rst_replace_section.py pep.rst pep827-qb-impl -i
6+ | scripts/rst_replace_section.py " $PEP " pep827-qb-impl -i
57
68
79scripts/py2rst.py tests/test_dataclass_like.py --start " Begin PEP section: dataclass like" --end " End PEP section" \
8- | scripts/rst_replace_section.py pep.rst pep827-init-impl -i
10+ | scripts/rst_replace_section.py " $PEP " pep827-init-impl -i
911
1012scripts/py2rst.py tests/test_fastapilike_2.py --start " Begin PEP section: Automatically deriving FastAPI CRUD models" --end " End PEP section" \
11- | scripts/rst_replace_section.py pep.rst pep827-fastapi-impl -i
13+ | scripts/rst_replace_section.py " $PEP " pep827-fastapi-impl -i
1214
1315scripts/py2rst.py tests/test_nplike.py --start " Begin PEP section" --end " End PEP section" \
14- | scripts/rst_replace_section.py pep.rst pep827-numpy-impl -i
16+ | scripts/rst_replace_section.py " $PEP " pep827-numpy-impl -i
You can’t perform that action at this time.
0 commit comments