summaryrefslogtreecommitdiff
path: root/doc/build/static/docs.css
Commit message (Collapse)AuthorAgeFilesLines
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-0/+8
| | | | | Conflicts: doc/build/index.rst
* too small!Mike Bayer2013-08-211-1/+1
|
* add some heightMike Bayer2013-08-211-2/+5
|
* CSS tweaks to support version styling in the latest versions of sphinxMike Bayer2013-07-121-9/+16
|
* glossary updatesMike Bayer2012-10-281-0/+1
|
* add changelogsMike Bayer2012-10-251-1/+2
|
* - add md5-hashed links to changelog entriesMike Bayer2012-10-211-0/+8
|
* - move out maxdbMike Bayer2012-10-181-2/+9
| | | | | | - begin consolidating docs for dialects to be more self contained - add a separate section for "external" dialects - not sure how we're going to go with this yet.
* - add a glossary b.c. hey its a good ideaMike Bayer2012-09-301-0/+4
|
* - add new sphinx handlers to render method and attribute inheritanceMike Bayer2012-09-091-5/+13
| | | | for inherited members
* Add some basic CSS styles for version informations paragraph markups.Mike Bayer2012-06-081-1/+9
|
* integrate new readthedocs/sqla.org doc buildMike Bayer2012-01-231-0/+11
|
* doc styling reworkMike Bayer2011-11-251-185/+224
|
* - Repaired edge case where mapper would failMike Bayer2011-08-061-4/+1
| | | | | | | | to fully update internal state when a relationship on a new mapper would establish a backref on the first mapper. - continuing with tutorial, moving eager loading into its own place and describing more fully
* - rework tutorial to be all declarative, all the timeMike Bayer2011-08-061-1/+5
| | | | - add detail to declarative docs about base classes
* - get all comparison operators to document with sphinx - column based, ↵Mike Bayer2011-05-261-0/+3
| | | | | | relationship based. Should fix misunderstandings like [ticket:2177]
* css fixMike Bayer2011-04-171-2/+2
|
* some font changes to match the site styleMike Bayer2011-04-151-139/+144
|
* - add a new "documentation overview" page. rip off a project widely knownMike Bayer2011-04-141-5/+63
| | | | to start with "Dj".
* - whitespace removal bonanzaMike Bayer2011-01-021-3/+3
|
* - add doc pages for exceptionsMike Bayer2010-09-091-1/+2
|
* get slightly better about deprecations in docstrings, tho this is kind of an ↵Mike Bayer2010-08-091-2/+3
| | | | uphill climb
* introductionsMike Bayer2010-08-081-1/+2
|
* - more 78 charsMike Bayer2010-07-101-1/+3
| | | | | - BIGINT doc - clean up docs in schema.py
* some prep for the 'viewcode' plugin, which works, though not sure if its helpfulMike Bayer2010-07-041-0/+3
|
* - added documentation for Inspector [ticket:1820]Mike Bayer2010-06-131-0/+4
| | | | | - fixed "toplevel" regexp to include tokens of the form foo-bar-toplevel (i.e. multiple dashes) - some CSS adjustment so that all API headings are in gray.
* documentation updatesMike Bayer2010-03-281-4/+8
|
* - 0.6beta3 versionMike Bayer2010-03-271-1/+5
| | | | | - remove redundant orderinglist docs, use just module docs - add warning for primary keys/unique colummns, [ticket:1669]
* a big, unmissable, green box describing the caveats of String() and Sequence.Mike Bayer2010-02-051-0/+15
|
* tweaksMike Bayer2009-09-201-4/+5
|
* a pictureMike Bayer2009-09-201-0/+5
|
* - restored the main search formMike Bayer2008-12-081-1/+5
| | | | | - fixed search highlighting - the url docstring works again from a ReST perspective, still not PDF
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-0/+284
- 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.