mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block rootrellink %}
|
||||
|
||||
<li><img src="_static/phoenix_small.png" alt="" style="vertical-align: middle; margin-top: 7px"/></li>
|
||||
<li><img src="_static/phoenix_small.ico" alt="" style="vertical-align: middle; margin-top: 7px"/></li>
|
||||
<li><a href="index.html" style="color: rgb(238, 152, 22); hover: rgb(53, 95, 124);">Home</a> | </li>
|
||||
<li><a href="search.html" style="color: rgb(238, 152, 22); hover: rgb(53, 95, 124);">Search</a> | </li>
|
||||
<li><a href="gallery.html" style="color: rgb(238, 152, 22); hover: rgb(53, 95, 124);">Gallery</a> | </li>
|
||||
|
||||
@@ -148,7 +148,9 @@ def BuildEnumsAndMethods(sphinxDir):
|
||||
text = text.replace('See also\n', '.. seealso:: ')
|
||||
# Avoid Sphinx warnings on wx.TreeCtrl
|
||||
text = text.replace('**( `', '** ( `')
|
||||
|
||||
# Replace EmptyString stuff
|
||||
text = text.replace('EmptyString', "''")
|
||||
|
||||
if text != orig_text:
|
||||
fid = open(input, 'wt')
|
||||
fid.write(text)
|
||||
|
||||
Reference in New Issue
Block a user