summaryrefslogtreecommitdiff
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
* Add ellipsis wrapping mode documentationPhilip Matura2019-10-151-1/+7
|
* Merge branch 'remove-pollinglistwalker' of https://github.com/hkoof/urwid ↵Tony Cebzanov2019-05-201-2/+0
|\ | | | | | | into hkoof-remove-pollinglistwalker
| * remove PollingListWalker classHeiko Noordhof2014-11-061-2/+0
| |
* | extended numerical editing: integers and floatshootnot2018-02-041-0/+19
|/
* generate reference docs for AsyncioEventLoopIan Ward2014-10-171-0/+4
|
* update signals reference docs for weak signalsIan Ward2013-12-311-2/+6
|
* add TornadoEventLoop to docsIan Ward2013-12-311-0/+5
|
* reference: document SelectableIconIan Ward2012-10-191-0/+5
|
* reference: remove separate event loops sectionIan Ward2012-10-161-6/+3
|
* anual: friendlier landing pageIan Ward2012-10-161-0/+2
|
* reference: document WidgetDisableIan Ward2012-10-161-0/+4
|
* reference: improve decorations, add CommandMapIan Ward2012-10-162-0/+7
|
* manual: add new container api and list walker apisIan Ward2012-08-281-2/+4
| | | | | --HG-- branch : feature-sphinx
* manual: finish updating and correcting linksIan Ward2012-08-281-4/+16
| | | | | --HG-- branch : feature-sphinx
* manual: display modules update, add lcd_screen, move event loops into main ↵Ian Ward2012-08-281-0/+13
| | | | | | | | loop docs --HG-- branch : feature-sphinx rename : docs/manual/textencodings.rst => docs/manual/encodings.rst
* manual: start correcting links, minor text changesIan Ward2012-08-262-0/+4
| | | | | --HG-- branch : feature-sphinx
* reference: signals, global settings, attrspecIan Ward2012-07-174-0/+32
| | | | | --HG-- branch : feature-sphinx
* reference: text layout and display modulesIan Ward2012-07-174-0/+77
| | | | | --HG-- branch : feature-sphinx
* add canvas classes to referenceIan Ward2012-07-172-0/+3
| | | | | --HG-- branch : feature-sphinx
* add list walkers to referenceIan Ward2012-07-173-0/+29
| | | | | --HG-- branch : feature-sphinx
* add missing widgets to referenceIan Ward2012-07-173-7/+102
| | | | | --HG-- branch : feature-sphinx
* more work on basic widget referenceIan Ward2012-07-151-6/+16
| | | | | --HG-- branch : feature-sphinx
* More headings to make important classes easier to findIan Ward2012-07-142-3/+66
| | | | | --HG-- branch : feature-sphinx
* group widgets together in reference, add metaclass docsIan Ward2012-07-146-49/+54
| | | | | --HG-- branch : feature-sphinx
* clean up use of urwid. prefix in docsIan Ward2012-07-148-191/+66
| | | | | --HG-- branch : feature-sphinx
* fix ListBox keypress return values, finish documenting command namesIan Ward2012-07-141-0/+37
| | | | | --HG-- branch : feature-sphinx
* start documenting command namesIan Ward2012-07-141-0/+47
| | | | | --HG-- branch : feature-sphinx
* doc: remove explicit duplicate docs for ListBoxPatrick Totzke2012-05-292-170/+0
|
* doc: sphinx docstrings for OverlayPatrick Totzke2012-05-261-0/+2
|
* doc: sphinx docstrings for BoxAdapterPatrick Totzke2012-05-261-0/+2
|
* doc: sphinx docstrings for GridFlowPatrick Totzke2012-05-261-0/+2
|
* doc: sphinx docstrings for PilePatrick Totzke2012-05-261-0/+2
|
* doc: sphinx docstrings for ColumnsPatrick Totzke2012-05-261-0/+2
|
* doc: sphinx docstrings for ListBoxPatrick Totzke2012-05-261-2/+6
|
* doc: add containers reference sectionPatrick Totzke2012-05-262-0/+19
| | | | only adds the autoclasses to the reference sources
* docs: add decorations sectionPatrick Totzke2012-05-202-1/+17
|
* docs: remove :members: attribute from autoclassPatrick Totzke2012-05-201-5/+0
| | | | | .. entries. conf.py states this is automatically added, so its a duplication here
* docs: move urwid.WidgetError to exceptions sectionPatrick Totzke2012-05-202-2/+2
|
* docs: remove docs for depricated classesPatrick Totzke2012-05-201-12/+0
| | | | why document those? we should discourage people from using them
* doc: sphinx params for Main Event LoopsPatrick Totzke2012-05-203-13/+12
| | | | | This refactors the parameter docstrings for MainLoop and TwistedEventLoop to use sphinx markup.
* don't show private members in API referencePatrick Totzke2012-05-201-1/+1
| | | | they are private for a reason.
* reference: create basic.rst, move widget docs into sourceIan Ward2012-04-063-279/+160
| | | | | --HG-- branch : feature-sphinx
* reference: more constantsIan Ward2012-04-011-4/+107
| | | | | --HG-- branch : feature-sphinx
* reference: start documenting constantsIan Ward2012-04-013-0/+124
| | | | | --HG-- branch : feature-sphinx
* main_loop: move __init__ param docs back to __init__, hide doctests that ↵Ian Ward2012-03-281-3/+1
| | | | | | | aren't interesting as documentation --HG-- branch : feature-sphinx
* main_loop: move all reference docs into docstringsIan Ward2012-03-281-15/+7
| | | | | --HG-- branch : feature-sphinx
* incorporate reference docs into main_loop docstringsIan Ward2012-03-271-227/+17
| | | | | --HG-- branch : feature-sphinx
* Add widget and listbox reference docmarco giusti2011-12-154-17/+486
| | | | | --HG-- branch : feature-sphinx
* Start writing reference docsmarco giusti2011-12-082-0/+231
| | | | | --HG-- branch : feature-sphinx
* Move file to .rst file extensionmarco giusti2011-12-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | --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