Phoenix docs update: added support for wx.html2 and friends, converted a bunch of snippets and translated the wx.Command/wx.CommandProcessor overviews. Revised some internal links between documentation classes and overviews (again... please wx-devs stop renaming the interlinks between classes and overviews).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Andrea Gavana
2012-11-29 21:18:30 +00:00
parent 79a234544a
commit cd5581f696
39 changed files with 319 additions and 20 deletions

View File

@@ -59,7 +59,8 @@ SECTIONS = [('return' , ':returns:'),
('available' , '.. availability::'),
('note' , '.. note::'),
('see' , '.. seealso::'),
('todo' , '.. todo::')]
('todo' , '.. todo::'),
('par' , '')]
# List of things to remove/ignore (there may be more)
@@ -100,9 +101,11 @@ NO_MODULE = {
# Widgets
# Enums/constants
'DataViewCellMode' : 'dataview.',
'DataViewCellRenderState': 'dataview.',
'DataViewColumnFlags' : 'dataview.',
'DataViewCellMode' : 'dataview.',
'DataViewCellRenderState' : 'dataview.',
'DataViewColumnFlags' : 'dataview.',
'DataViewItemObjectMapper': 'dataview.',
'PyDataViewModel' : 'dataview.',
}