summaryrefslogtreecommitdiff
path: root/doc/source/reference.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document git.__version__Santos Gallegos2019-07-201-0/+7
| | | | Closes #311
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+25
| | | | | | That way they are protected from regression. Fixes #239
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-0/+2
| | | | | | GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations. Related to #239
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-211-1/+2
| | | | | | Now travisci tests should work once again. Related to #239
* Documentation is now being built for all new modulesSebastian Thiel2010-11-231-3/+38
|
* Fixed API reference docs as far as possibleSebastian Thiel2010-11-211-6/+20
|
* Fixed the missing Repo type documentation thanks to a hint of gasche, fixed ↵Sebastian Thiel2010-07-141-3/+10
| | | | a few more resT syntax errors on the way
* Moved all source files into the source folder, separating the build from the ↵Sebastian Thiel2010-07-011-0/+146
source directory