Robin Dunn
69d44e00fd
Slight reorg of the docs home page, and add link to functions index
2017-10-25 20:09:20 -07:00
Robin Dunn
b67671ea6f
Fix AccereratorTable sample code
2017-09-28 08:15:03 -07:00
Robin Dunn
0ba64bf6d2
Add a page for listing the various overview documents
2017-09-15 15:29:35 -07:00
Robin Dunn
60dbde834b
'&' --> 'and' and some other text tweaks
2017-08-08 19:44:26 -07:00
Steve Barnes
0da9225fe5
Add not on wxdocs & wxdemo utilities to docs/sphinx/rest_substitutions/overviews/index.rst
2017-08-08 11:43:11 +01:00
Robin Dunn
2e07a611f5
Make the snippet a little more pythonic. Update the save dialog snippet too.
2017-08-04 13:30:50 -07:00
Matt Clapp
0f94be4e68
fixing code snippet - open even if contentNotSaved
2017-08-01 21:09:53 -07:00
Robin Dunn
f06c6533f5
Make the index be what was main.html, redirect main to index, and set the Home link to the main wxPython site.
2017-07-20 21:01:43 -07:00
Nathan
e1660cacd2
Fixing missing Return Value
2017-06-21 13:16:54 -05:00
Robin Dunn
f10f247119
Add migration guide section about FindWindow.
...
Fix some sphinx warnings.
2017-04-11 12:28:14 -07:00
Robin Dunn
91fe1f02fc
Doc updates for AUI
2016-11-11 20:16:35 -08:00
Robin Dunn
0c3721e0ed
Better code snippets for wx.Dialog
2016-09-30 20:01:54 -07:00
Robin Dunn
04815c372b
Add code snippets for wx.richtext.RichTextFormattingDialog and wx.adv.PropertySheetDialog
...
Add demo module
2016-09-30 20:01:34 -07:00
Robin Dunn
b57b645cce
Update wx.Image.Scale doc snippet
2016-09-19 17:28:29 -07:00
Robin Dunn
ad4196b7a7
the rest of the propgrid doc snippets
2016-09-19 17:27:57 -07:00
Robin Dunn
a3e3ddb60f
More code snippets converted for the docs
2016-09-14 20:39:27 -07:00
Robin Dunn
fc85531951
first pass over propgrid code snippets
2016-09-08 12:29:28 -07:00
Robin Dunn
25d687d8a3
Convert some code snippets for the docs.
2016-08-13 17:33:33 -07:00
Robin Dunn
9f8a5b8d9a
Fix bug when there are more than one code snippets in a set of overloaded methods.
2016-07-15 16:25:05 -07:00
Robin Dunn
c742113556
The ribbon module needs to be linked in the docs index
2016-07-06 18:32:42 -07:00
Robin Dunn
23edbb8eb1
Move a few things around on the page layout.
...
* Move the search box to the sidebar
* Move the next/prev/etc. in the topbar to the first row, and remove the 2nd row in the topbar
* Adjust the margins of the sidebar and doc body up to the new size of the topbar
* Remove the Next/Prev items from the sidebar
* Move the "show page source" to the bottom of the sidebar and reduce the font
2016-06-11 00:39:36 -07:00
Robin Dunn
d13c96bbf9
Update sizers overview
2016-05-29 20:20:41 -07:00
Robin Dunn
36e4b96845
More overview updates
2016-05-28 21:30:56 -07:00
Robin Dunn
282cba7715
Update the remaining table snippets
2016-05-28 11:34:08 -07:00
Robin Dunn
f4213cb076
A few more overview updates
2016-05-27 23:59:15 -07:00
Robin Dunn
ea5c22317a
Tweak the sizer flags table
2016-05-27 21:02:11 -07:00
Robin Dunn
3af36aced9
rename custom table snippets
2016-05-27 14:55:14 -07:00
Robin Dunn
85197c91b1
a couple more overview updates, tweak the logo image
2016-05-26 23:14:58 -07:00
Robin Dunn
eeec9c5a41
first batch of overview file updates, reformatting and name fixes
2016-05-26 00:01:50 -07:00
Robin Dunn
e3f03f3287
Update the main home and API docs pages
2016-05-23 23:50:08 -07:00
Robin Dunn
24e2b78806
Lots more docs changes.
...
Add a generator that updates a persistent mapping of item (functions, classes, etc.) to the module names they are a member of.
Remove the NO_MODULE dictionary as we're tracking all the item --> module names now.
Consolidate the 2 removeWxPrefix implementations to just one.
Fix taking out too much space in the class index when removing the :ref: for unknown items, which caused ReST problems.
Use pyName if it is set
When renaming classes we also need to change the className in the method objects
Properly deal with nested classes
2016-05-22 23:39:40 -07:00
Robin Dunn
902263f9d9
Move the snippets to their new file names
2016-05-18 16:38:18 -07:00
Robin Dunn
4e9935e1f0
Merge pull request #80 from swt2c/fix_comboctrl_doc
...
Fix ComboCtrl documentation
2016-05-10 21:45:23 -07:00
Scott Talbert
19573aa9a6
Fix ComboCtrl documentation
2016-05-10 20:33:18 -04:00
Robin Dunn
b96160b4de
Merge pull request #61 from swt2c/fix_eventfilter
...
Fix wxEventFilter - don't mark as abstract but remove default constru…
2016-05-07 19:17:39 -07:00
Scott Talbert
7040e3018d
Fix wxEventFilter - don't mark as abstract but remove default constructors
...
Also add a unittest and update the documentation
2016-04-05 20:45:33 -04:00
Scott Talbert
5852dcc623
Correct TextCompleterSimple example
...
Need to pass instance of MyTextCompleter, not class itself.
2016-03-17 00:08:42 -04:00
Robin Dunn
abf74b2bf0
A bit more documentation tweaking relating to the github repository.
2015-03-30 12:04:59 -07:00
Robin Dunn
192154ec9b
Merge branch 'patch-1' of git://github.com/driscollis/Phoenix into driscollis-patch-1
2015-03-30 11:56:17 -07:00
Robin Dunn
a92666b663
Fix code snippet for file dialog wildcards
2015-03-30 11:46:53 -07:00
Mike Driscoll
0b103cc09a
Updated references to SVN to Github
2015-03-28 11:25:17 -05:00
Mike Driscoll
fcf6670bc4
Update docs to point to Phoenix github instead of svn
2015-03-27 13:08:49 -05:00
Robin Dunn
9a230dbbd5
Update the docs for the changes in the Parse*() methods API
2015-02-26 14:38:57 -08:00
Andrea Gavana
bb9ba09d7c
Phoenix docs: rename the richtextctrl_overview.rst with the underscore and add the snipped for dataview.TreeListCtrl.GetNextItem.1.py
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-15 21:31:49 +00:00
Andrea Gavana
69544082bd
Phoenix docs: add the "richtextctrl overview" file into the "index.rst" file list.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-09 12:28:51 +00:00
Andrea Gavana
a28a5e41cf
Updated some Phoenix documentation:
...
- Added RichTextCtrl overview;
- Updated `index.rst` to include richtext and webkit packages;
- Added a bunch of converted samples from C++ to Python.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-03 22:30:44 +00:00
Andrea Gavana
c61c447edf
Phoenix: fix typos in DocstringsGuidelines.rst and MigrationGuide.txt.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-03-06 21:08:07 +00:00
Andrea Gavana
6bfec10083
Phoenix: add the grid overview to the index.rst file.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-02-18 21:32:37 +00:00
Andrea Gavana
cd4a234851
Phoenix: add snippets and overview for the wx.grid module.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-02-13 15:58:36 +00:00
Andrea Gavana
8225935187
Phoenix: More conversions in AGW to improve compatibility. Fixed wrong Sphinx interlinks in various AGW modules. Tagged wx.lib.scrolledpanel.py and ported to Phoenix, documented and added a unittest. Small change in the Sizer ReST table.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-21 21:08:53 +00:00