add the msw module for the docs

This commit is contained in:
Robin Dunn
2016-05-17 08:21:33 -07:00
parent 8a022cf799
commit ae42d4d894
2 changed files with 4 additions and 0 deletions

View File

@@ -94,6 +94,9 @@
<p class="biglink"><a class="biglink" href="{{ pathto("xml.1classindex") }}">wx.xml</a><br/>
<span class="linkdescr">Some simple XML classes for use with XRC</span></p>
<p class="biglink"><a class="biglink" href="msw.1classindex.html">wx.msw</a><br/>
<span class="linkdescr">A few classes available only Windows</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("py") }}">wx.py</a><br/>
<span class="linkdescr">The py package, containing PyCrust and related modules</span></p>

View File

@@ -82,6 +82,7 @@ MODULENAME_REPLACE = {'_core' : '',
'_richtext': 'richtext.',
'_webkit' : 'webkit.',
'_media' : 'media.',
'_msw' : 'msw',
}
NO_MODULE = {