MkDocs, Readme, Files API, Automated session saving, v2.0.1
MkDocs: sphinx docstrings rewritten to google, improved config, written the major part of how-to. Readme: centered title + logo, added badges, features list, updated changelog. Improved Files API, added automatical session saving and restoring to Client. Some changes in makefile and gitignore. License Notice now refers to all contributors.
This commit is contained in:
parent
dc52f92985
commit
4892430f19
39 changed files with 1832 additions and 569 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -72,6 +72,9 @@ instance/
|
|||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# MkDocs
|
||||
site/
|
||||
|
||||
# PyBuilder
|
||||
.pybuilder/
|
||||
target/
|
||||
|
|
Reference in a new issue