Open
0 of 1 issue completedDescription
List of basic cleanup stuff that I want to try and get done to get the repo into a better place.
Updates
- Update the
pip
dependencies. - Update the
npm
dependencies.- These are very old, but naively updating them last year broke a lot of stuff.
- So this is potentially quite time-consuming.
Cleanup
- Delete the
.vscode
folder.- I don't use it, so I can't maintain it.
- feat: add more to pre-commit, add cSpell configuration #56
- Do a basic spellcheck.
custum
is the biggest offender.- feat: add more to pre-commit, add cSpell configuration #56
- Apply some linters.
- Rewrite the README.
- All links to samples will be broken as of chore: delete existing samples #30
- Reference that this is a fork.
- The configuration section needs to be completely replaced.
- It's really hard to read.
- docs: rewrite all documentation #45
- Add a link to the future PyPi.
Configuration
- Change the configuration option to
to-pdf
rather thanwith-pdf
.
Developer Tools
- Adopt
pre-commit
- Adopt
commitlint
- I'm rejecting this suggestion
Installation
- Swap to
pyproject.toml
- Create
mkdocs-to-pdf
on PyPi.