Skip to content

Commit b1de9e6

Browse files
authored
Merge pull request #40 from executablebooks/misc-edits
🔧 MAINTAIN: Misc edits
2 parents 7d6ba18 + 0e66a76 commit b1de9e6

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

TODO.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
# ToDo
22

3-
- [x] add documentation `requirements.txt`
4-
- [x] rewrite test files to address new implementation
5-
- [ ] create `proof` role?
6-
- [ ] incorporate flake8 and black
7-
- [x] update CSS to address new implementation changes
8-
- [ ] implement LaTeX
9-
- [ ] add config value to unenumerable_node? > simply set numfig to False
10-
- [ ] implement `{number}` and `{title}` in role
11-
12-
## Test Cases
13-
14-
- [x] admonition with title + math
15-
- [x] admonition with number
16-
- [x] admonition with content + math
17-
- [x] admonition with classname
18-
- [x] admonition with label
19-
- [x] reference target ```{proof:ref}`target` ```
20-
- [x] reference w/ text ```{proof:ref}`text <target>` ```
21-
- [x] admonition nonumber
22-
- [x] admonition notitle
3+
- [ ] #8: document how this is different to sphinxcontrib-proof
4+
- [ ] #13: support role placeholders such as number, title, and %s
5+
- [ ] #27: Clicking on ref link leads to wrong location
6+
- [ ] implement LaTeX methods

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ sphinx>=3.0
22
sphinx-book-theme
33
myst-nb
44
sphinxcontrib-bibtex
5-
sphinxcontrib.prettyproof

0 commit comments

Comments
 (0)