Major overhaul:
- transition to `pyproject.toml` config - include license (Apache-2.0) - add dev tools - add documentation config (`mkdocs` based) - turn `README.md` into a symlink to docs `index.md` - add convenience scripts for testing and linting
This commit is contained in:
0
docs/css/extra.css
Normal file
0
docs/css/extra.css
Normal file
15
docs/index.md
Normal file
15
docs/index.md
Normal file
@ -0,0 +1,15 @@
|
||||
# ${REPO_NAME}
|
||||
|
||||
${REPO_DESCRIPTION}
|
||||
|
||||
## Usage
|
||||
|
||||
...
|
||||
|
||||
## Installation
|
||||
|
||||
`pip install ${REPO_NAME}`
|
||||
|
||||
## Dependencies
|
||||
|
||||
Python Version ..., OS ...
|
Reference in New Issue
Block a user