Commit Graph

8 Commits

Author SHA1 Message Date
Jacob Alexander
6e7fffd7de Applying black formatting
- Fixing flake8 configuration to agree with black
- Adding black validation check to github actions
2021-10-01 11:12:21 -07:00
Jacob Alexander
a4ef16e831 Fixing flake8 linting errors
- Enabling builds to fail on simple lint failures now
2020-11-20 23:38:13 -08:00
Jacob Alexander
5e8ccba536 Updating docs for v1.0.0b2
- Full cleanup of all the docs
- General sphinx housekeeping
- Updated all the old/bad links
- More reliable tests
- Updated Changelog
- Removed dead/deprecated code
- Added documentation generation test
2020-06-14 17:05:45 -07:00
Jacob Alexander
b3021e4f6b Fixing flake8 warnings and errors
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude benchmark

Excluding the benchmark directory (due to protobuf generated files)
Also removing some Python2 specific code
2019-09-27 00:15:13 -07:00
Jason Paryani
42cc239e56 Add intersphinx for linking to python docs 2013-08-26 10:08:16 -07:00
Jason Paryani
57dc3aa9fe Fix version detection 2013-08-25 17:56:59 -07:00
Jason Paryani
fdb427fb5c Change the docs to not require library installation 2013-08-18 22:20:37 -07:00
Jason Paryani
22b3199335 Initial commit of docs 2013-08-18 21:49:12 -07:00