Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 1 | -44/+0 |
| | | | | | | and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy. | ||||
* | - all new approach which allows the main text to be on the top | Mike Bayer | 2014-05-29 | 1 | -29/+5 |
| | |||||
* | - disallow negative scroll positions from affecting the left nav position | Mike Bayer | 2014-05-27 | 1 | -1/+2 |
| | |||||
* | - again use "fixed" for sidebar in all automated cases, dynamically | Mike Bayer | 2014-05-27 | 1 | -1/+7 |
| | | | | | | adjust its top within the initial scroll period, this is what foundationdb is doing. For whatever reason that comes out smooth on all browsers. the rationale is so that its independently scrollable at all times. | ||||
* | OK this one seems to be the most solid | Mike Bayer | 2014-05-27 | 1 | -5/+7 |
| | |||||
* | - use relative/absolute positioning and greatly simplify everything, | Mike Bayer | 2014-05-27 | 1 | -16/+5 |
| | | | | works in chrome + safari | ||||
* | more tweaks | Mike Bayer | 2014-05-26 | 1 | -6/+24 |
| | |||||
* | - automate the offset part | Mike Bayer | 2014-05-26 | 1 | -3/+5 |
| | |||||
* | - add mobile detection, turn the whole thing off if mobile | Mike Bayer | 2014-05-26 | 1 | -1/+3 |
| | |||||
* | - pull in the whole top into the fixed part, reduce the size, clean it up | Mike Bayer | 2014-05-26 | 1 | -7/+6 |
| | |||||
* | - experiment with multi-zoned navigation | Mike Bayer | 2014-05-01 | 1 | -6/+35 |
| | |||||
* | hypothetical "floaty thing" for navigation, doesn't really work yet | Mike Bayer | 2014-01-25 | 1 | -1/+8 |
| | |||||
* | integrate new readthedocs/sqla.org doc build | Mike Bayer | 2012-01-23 | 1 | -1/+7 |
| | |||||
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -0/+7 |
- Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown "API Reference" section which organizes editorial documentation combined with generated docstrings. Cross linking between sections and API docs are vastly improved, a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided. |