summaryrefslogtreecommitdiff
path: root/doc/build/static/init.js
Commit message (Collapse)AuthorAgeFilesLines
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-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 topMike Bayer2014-05-291-29/+5
|
* - disallow negative scroll positions from affecting the left nav positionMike Bayer2014-05-271-1/+2
|
* - again use "fixed" for sidebar in all automated cases, dynamicallyMike Bayer2014-05-271-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 solidMike Bayer2014-05-271-5/+7
|
* - use relative/absolute positioning and greatly simplify everything,Mike Bayer2014-05-271-16/+5
| | | | works in chrome + safari
* more tweaksMike Bayer2014-05-261-6/+24
|
* - automate the offset partMike Bayer2014-05-261-3/+5
|
* - add mobile detection, turn the whole thing off if mobileMike Bayer2014-05-261-1/+3
|
* - pull in the whole top into the fixed part, reduce the size, clean it upMike Bayer2014-05-261-7/+6
|
* - experiment with multi-zoned navigationMike Bayer2014-05-011-6/+35
|
* hypothetical "floaty thing" for navigation, doesn't really work yetMike Bayer2014-01-251-1/+8
|
* integrate new readthedocs/sqla.org doc buildMike Bayer2012-01-231-1/+7
|
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-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.