summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2014-08-06Fix typo in exampleLars Wirzenius1-1/+1
Reported-by: Richard Baron Penman
2012-05-23Add documentation for larch on-disk storageLars Wirzenius2-0/+70
2011-06-10Move separate LRU cache implementation into larch.Lars Wirzenius2-0/+8
PyPI has a bunch of other implementations, so there's no point in my adding more. On the other hand, I don't want to rely on those, since I'd have to adapt larch code to use them. I can do that later, to reduce the amount of code I have in larch.
2011-06-06Split large single page into subpages.Lars Wirzenius8-6/+67
2011-06-06Add some more examples.Lars Wirzenius1-1/+17
2011-06-06Documentation of BTree class.Lars Wirzenius1-1/+1
2011-06-06Note that values are strings.Lars Wirzenius1-1/+2
2011-06-06Note that keys are strings.Lars Wirzenius1-1/+1
2011-06-06Add stuff to index to explain what larch is, and quickstart tutorial.Lars Wirzenius1-1/+64
2011-06-06Fix version getting from larch.Lars Wirzenius1-2/+2
2011-06-06Set up front page.Lars Wirzenius1-8/+8
2011-06-06Have sphinx get version directly from larch.Lars Wirzenius1-3/+5
2011-06-06Initial setup of sphinx (output from sphinx-quicksetup).Lars Wirzenius3-0/+303