mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
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:
@@ -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.',
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user