summaryrefslogtreecommitdiff
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* docs: link to planned-development wiki pageIan Ward2014-01-011-2/+2
|
* convert the examples laterIan Ward2013-12-291-1/+1
|
* small changes to front pageIan Ward2013-12-291-1/+1
|
* docs: theme tweaksIan Ward2012-10-201-6/+6
|
* docs: nicer-looking landing page, link to home page from headers/footersIan Ward2012-10-191-4/+10
|
* docs: readthedocs theme settingIan Ward2012-10-171-0/+1
|
* docs: urwid colors and logoIan Ward2012-10-161-2/+11
|
* docs: get urwid version from version.pyIan Ward2012-07-221-3/+7
| | | | | --HG-- branch : feature-sphinx
* More headings to make important classes easier to findIan Ward2012-07-141-1/+1
| | | | | --HG-- branch : feature-sphinx
* doc: tweaking the sphinx configPatrick Totzke2012-05-261-4/+4
| | | | | | this bumps the year to 2012, sorts attributes/methods in autogenerated class docs groupwise: methods before properties and hides inheritance notes at the begining of class docs
* main_loop: move __init__ param docs back to __init__, hide doctests that ↵Ian Ward2012-03-281-1/+1
| | | | | | | aren't interesting as documentation --HG-- branch : feature-sphinx
* main_loop: move all reference docs into docstringsIan Ward2012-03-281-0/+6
| | | | | --HG-- branch : feature-sphinx
* Set release to alpha because sphix porting is still in alphamarco giusti2011-12-081-1/+1
| | | | | --HG-- branch : feature-sphinx
* Move file to .rst file extensionmarco giusti2011-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | --HG-- branch : feature-sphinx rename : docs/index.txt => docs/index.rst rename : docs/manual/canvascache.txt => docs/manual/canvascache.rst rename : docs/manual/displayattributes.txt => docs/manual/displayattributes.rst rename : docs/manual/displaymodules.txt => docs/manual/displaymodules.rst rename : docs/manual/eventloops.txt => docs/manual/eventloops.rst rename : docs/manual/index.txt => docs/manual/index.rst rename : docs/manual/listboxcontents.txt => docs/manual/listboxcontents.rst rename : docs/manual/mainloop.txt => docs/manual/mainloop.rst rename : docs/manual/standardwidgets.txt => docs/manual/standardwidgets.rst rename : docs/manual/textattributes.txt => docs/manual/textattributes.rst rename : docs/manual/textencodings.txt => docs/manual/textencodings.rst rename : docs/manual/textlayout.txt => docs/manual/textlayout.rst rename : docs/manual/userinput.txt => docs/manual/userinput.rst rename : docs/manual/widgetlayout.txt => docs/manual/widgetlayout.rst rename : docs/manual/widgetmethods.txt => docs/manual/widgetmethods.rst rename : docs/reference/index.txt => docs/reference/index.rst rename : docs/tutorial/index.txt => docs/tutorial/index.rst
* Fix static and templates pathsmarco giusti2011-12-031-2/+2
| | | | | --HG-- branch : feature-sphinx
* Fix file encoding in vim's modeline and short version stringmarco giusti2011-12-021-1/+1
| | | | | --HG-- branch : feature-sphinx
* Initial work on sphinx transitionmarco giusti2011-12-011-0/+285
--HG-- branch : feature-sphinx