mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Some main.html --> index.html changes
This commit is contained in:
2
build.py
2
build.py
@@ -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))
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user