Update README.md

This commit is contained in:
th3r00t
2019-11-10 01:41:33 -05:00
committed by GitHub
parent afeee201b6
commit 640a5ff8de

View File

@@ -12,12 +12,16 @@ Thus I am creating pyShelf and I hope to be able to provide all the functionalit
I am open to and hoping for community help in the design and execution of this program. I am open to and hoping for community help in the design and execution of this program.
## Development ## Development
pyShelf uses ['sem-ver'](https://semver.org)
pyShelf uses [`pre-commit`](https://pre-commit.com/) to automate some tasks. pyShelf uses [`pre-commit`](https://pre-commit.com/) to automate some tasks.
Before developing, run `pre-commit install`. Before developing, run `pre-commit install`.
See the [documentation](https://pre-commit.com/) for more information. See the [documentation](https://pre-commit.com/) for more information.
pyShelf uses ['Doxygen'](https://http://www.doxygen.nl/) for source code documentation. pyShelf uses ['Doxygen'](https://http://www.doxygen.nl/) for source code documentation.
Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting. Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting.
pyShelf follows ['sem-ver'](https://semver.org) standards. Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly.
## Configuration ## Configuration
All configuration is done in config.py. All configuration is done in config.py.
The only currently required configuration is to set book_path to the location of your books. The only currently required configuration is to set book_path to the location of your books.