aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial.rst
AgeCommit message (Collapse)Author
2010-07-01Moved all source files into the source folder, separating the build from the ↵Sebastian Thiel
source directory
2010-06-29revised tutorial to match the changed usage, added basic information about ↵Sebastian Thiel
object databases
2010-05-06docs: removed >>> in front of examples to make copy-pasting easierSebastian Thiel
remove hard linebreaks in favor of soft-linebreaks done by the editor, as this is more flexible when editing
2010-03-02Small improvements to the tutorial prior to tagging 0.2rc1Sebastian Thiel
2009-12-30tree: implemented recursive paths in __div__ and __getitem__ method, ↵Sebastian Thiel
allowing the keys to contain slashes; adjusted test to check for this
2009-11-04head.checkout method added including testSebastian Thiel
2009-11-04Converted tabs to spaces.Sebastian Thiel
Set required mock version to 0.5
2009-11-04added paragraph about the diffing engine and how to switch branches, which ↵Sebastian Thiel
once more shows the need for a real checkout for all the people who do not want to implement all the safety facilities themselves
2009-11-04Added Index Object paragraph and wrote the Remote Handling paragraph. ↵Sebastian Thiel
Updated repo area
2009-11-04added paragraph about using the git-python commandSebastian Thiel
2009-11-04Worked on the tree object handling and realized an issue with attribute ↵Sebastian Thiel
naming on index objects and the way the system handles these
2009-11-04initial work on tutorial.rstSebastian Thiel
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier