3b75d900f6
* Added: Sphinx configuration including readthedocs config * Added: Sphinx fabric task to auto-document the project * Fixed: Some issues in the code causing autodoc to fail when parsing * Added: Manual docs - structure, proof of concepts and RsT examples * Fixed: RsT formatting in docstrings * Fixed: Some adjacent minor style and lint issues
20 lines
205 B
Plaintext
20 lines
205 B
Plaintext
**pyc
|
|
**dat
|
|
**.DS_Store
|
|
src/build
|
|
src/dist
|
|
src/.eggs
|
|
src/.project
|
|
src/.pydevproject
|
|
src/.settings/
|
|
src/**/.dll
|
|
src/**/*.o
|
|
src/**/*.so
|
|
build/lib.*
|
|
build/temp.*
|
|
dist
|
|
*.egg-info
|
|
docs/_*/*
|
|
docs/autodoc/
|
|
pyan/
|