Some main.html --> index.html changes

This commit is contained in:
Robin Dunn
2017-07-21 08:53:06 -07:00
parent f06c6533f5
commit 34783b3735
2 changed files with 2 additions and 2 deletions

View File

@@ -872,7 +872,7 @@ def cmd_docset_py(options, args):
# update its Info.plist file
docset = os.path.abspath(docset)
runcmd('defaults write {}/Contents/Info isJavaScriptEnabled true'.format(docset))
runcmd('defaults write {}/Contents/Info dashIndexFilePath main.html'.format(docset))
runcmd('defaults write {}/Contents/Info dashIndexFilePath index.html'.format(docset))
runcmd('defaults write {}/Contents/Info DocSetPlatformFamily wxpy'.format(docset))
runcmd('plutil -convert xml1 {}/Contents/Info.plist'.format(docset))

View File

@@ -58,7 +58,7 @@ platform specific code.
For more information please refer to the
`README file <https://github.com/wxWidgets/Phoenix/blob/wxPython-{version}/README.rst>`_,
the `Migration Guide <{docs_base}/MigrationGuide.html>`_,
or the `wxPython API documentation <{docs_base}/main.html>`_.
or the `wxPython API documentation <{docs_base}/index.html>`_.
Archive files containing a copy of the wxPython documentation, the demo and
samples, and also a set of MSVC .pdb files for Windows are available at sourceforge,