diff --git a/docs/sphinx/_static/css/phoenix.css b/docs/sphinx/_static/css/phoenix.css index 1fad634e..0086a0f6 100644 --- a/docs/sphinx/_static/css/phoenix.css +++ b/docs/sphinx/_static/css/phoenix.css @@ -723,3 +723,14 @@ tt { .myactive {background-color: rgb(230, 230, 230); background-position: 0 5px;} +p.mybiglink a.mybiglink { + font-size: 1.2em; + color: #355f7c; + text-decoration: none; + +} + +table.contentstable p.mybiglink { + line-height: 150%; +} + diff --git a/docs/sphinx/_templates/layout.html b/docs/sphinx/_templates/layout.html index 68f7af14..76db1973 100644 --- a/docs/sphinx/_templates/layout.html +++ b/docs/sphinx/_templates/layout.html @@ -1,7 +1,7 @@ {% extends "basic/layout.html" %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) - and (sidebars != []) and (pagename != 'index') %} + and (sidebars != []) %} {% macro phoenixsidebar() %} {%- if render_sidebar %}{{ sidebar() }}{%- endif %} @@ -30,9 +30,9 @@

|WELCOME|
- -- If you are porting your code from Classic wxPython, be sure to read the - Migration Guide to get a better feel for - how some things have changed. -
- -Note
- - If you wish to help in the documentation effort, the main docstrings guidelines are outlined in - the Docstring Guidelines document. -|
- wx Core wx.adv wx.grid wx.dataview wx.richtext wx.ribbon wx.html wx.html2 wx.aui |
-
- wx.lib wx.glcanvas wx.stc wx.msw wx.media wx.propgrid wx.xrc wx.xml wx.py wx.tools |
Page moved here.
+ \ No newline at end of file diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 931ce2c0..a0675dfc 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -153,7 +153,7 @@ html_style = 'css/phoenix.css' # Custom sidebar templates, maps document names to template names. html_sidebars = { - 'index': ['indexsidebar.html'], # TODO: index page doesn't have a sidebar?? + 'index': ['searchbox.html'], 'main': ['searchbox.html'], '**': ['localtoc.html', #'relations.html', # Next/Prev in the sidebar, disabled for now diff --git a/docs/sphinx/rest_substitutions/overviews/index.rst b/docs/sphinx/rest_substitutions/overviews/index.rst index 79990b87..74f13eaa 100644 --- a/docs/sphinx/rest_substitutions/overviews/index.rst +++ b/docs/sphinx/rest_substitutions/overviews/index.rst @@ -3,107 +3,94 @@ Copyright: (c) 2011-2016 by Total Control Software License: wxWindows License -======================================= -Welcome to the wxPython Phoenix Project -======================================= +.. include:: headings.inc + +========================== +wxPython API Documentation +========================== + +!WELCOME! + +If you are porting your code from Classic wxPython, be sure to read the +`Migration Guide|
+ wx Core wx.adv wx.grid wx.dataview wx.richtext wx.ribbon wx.html wx.html2 wx.aui |
+
+ wx.lib wx.glcanvas wx.stc wx.msw wx.media wx.propgrid wx.xrc wx.xml wx.py wx.tools |