Phoenix: add snippets and overview for the wx.grid module.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Andrea Gavana
2013-02-13 15:58:36 +00:00
parent 608313f472
commit cd4a234851
10 changed files with 198 additions and 0 deletions

View File

@@ -546,6 +546,9 @@ def MakeSummary(class_name, item_list, template, kind, add_tilde=True):
meth_name = regs[regs.index('`')+1:regs.rindex('`')]
newstr = ':meth:`~%s.%s`'%(class_name, meth_name)
new_docs = new_docs.replace(regs, newstr, 1)
if '===' in new_docs:
new_docs = ''
summary += format%(substr, new_docs) + '\n'