Commit Graph

2107 Commits

Author SHA1 Message Date
Robin Dunn
126f61abcf Items in an Xref's child elements may come in any order, so we can't depend on the refid and link being in the first child. 2016-05-30 07:16:07 -07:00
Robin Dunn
3fbecd36cf Fix generation of "classwx_" links 2016-05-29 23:20:30 -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
ba827eeaaa Update comment about custom table snippets 2016-05-27 14:58:50 -07:00
Robin Dunn
be90ee5427 Fix incorrect doubling on ** in some cases.
More nested enum fixes.
2016-05-27 14:57:57 -07:00
Robin Dunn
3af36aced9 rename custom table snippets 2016-05-27 14:55:14 -07:00
Robin Dunn
26fa245466 Merge branch 'master' into docs-add-wx-prefix 2016-05-27 10:31:55 -07:00
Robin Dunn
b6068166c2 Set wx submodule to newest 3.0 2016-05-27 10:31:36 -07:00
Robin Dunn
eca3ab1f1d add toctree items for the nested enums 2016-05-26 23:34:03 -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
dc47a18e32 Merge pull request #88 from RobinD42/copy-vcredist-dlls
For Python 3.5 add the VC14 CRT DLLs
2016-05-25 22:47:43 -07:00
Robin Dunn
22d2394190 For Python 3.5 add the VC14 CRT DLLs 2016-05-25 22:23:42 -07:00
Robin Dunn
f03b1157d9 The linux build slave has been updated. Remove the Python 3.3 builder and add builders for 3.4 and 3.5 2016-05-25 09:25:36 -07:00
Robin Dunn
62609f66da Fix fullname issues for enums nested in a class 2016-05-25 09:22:35 -07:00
Robin Dunn
c4cac14372 Update build requirements 2016-05-24 23:42:31 -07:00
Robin Dunn
8f41607c73 Fixes for PyClass and PyProperties 2016-05-24 23:41:35 -07:00
Robin Dunn
045773b119 Try without the currentmodule directive... 2016-05-24 23:40:58 -07:00
Robin Dunn
b8f32de5ea Tweak some CSS, etc. 2016-05-24 22:05:32 -07:00
Robin Dunn
14a1dddde4 Merge pull request #84 from GadgetSteve/master
Resolved a few minor issues in demos
2016-05-24 14:59:00 -07:00
Robin Dunn
40461eece5 Update docs TODOs 2016-05-24 12:12:08 -07:00
Robin Dunn
ba5baabe77 Fix links in method and properties summaries 2016-05-24 01:37:11 -07:00
Robin Dunn
0eff2654b5 Rename widget images, adding leading wx 2016-05-24 01:11:59 -07:00
Robin Dunn
e3f03f3287 Update the main home and API docs pages 2016-05-23 23:50:08 -07:00
Robin Dunn
68844e4b52 Add the functions to the module index pages.
Call them moduleindex pages instead of classindex.
Use the fullname for function links.
2016-05-23 23:43:11 -07:00
Robin Dunn
6bd2ba6a4c typo 2016-05-23 16:18:02 -07:00
Robin Dunn
23c2166727 Sort using the fullname so nested classes will appear next to the parent class 2016-05-23 15:32:47 -07:00
Robin Dunn
4a4bd9515c Fix the currentmodule tag to not include the class name in nested classes/enums 2016-05-23 15:32:08 -07:00
Robin Dunn
94d9f61852 Remove "Classes" from the module index title.
I think just the module name is good enough.
2016-05-23 14:53:21 -07:00
Robin Dunn
838bbd3a99 Fix CallAfter - CallLater reference links 2016-05-23 14:35:43 -07:00
Robin Dunn
4ef1113789 Fix case which could incorrectly clear the data from the file. 2016-05-23 00:00:59 -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
Steve Barnes
c1d26d1e84 Remaining xrange issues resolved by replacing with range 2016-05-22 14:11:56 +01:00
Steve Barnes
92e74bf28d AUI_MDI now working 2016-05-22 14:07:03 +01:00
Steve Barnes
a8e543ebf3 agw/GenericMessageDialog now working 2016-05-22 13:13:04 +01:00
Steve Barnes
c938972c39 AUI_Notebook now working 2016-05-22 13:00:01 +01:00
Steve Barnes
520f94031c DVC_ListCtrl now working 2016-05-22 12:54:43 +01:00
Steve Barnes
583841c8af Fixes to get AUI_DockingWindowMgr working 2016-05-22 12:46:00 +01:00
Steve Barnes
6c9c63979f Changed xrange to range in RawBitmapAccess and BitmapFromBuffer 2016-05-22 09:26:33 +01:00
Steve Barnes (at Home
3a5292b73b Addressed iteritems & sys.maxint in ListCtrl_edit and CheckListCtrlMixin 2016-05-22 09:05:43 +01:00
Steve Barnes (at Home
9cd9b0d6d2 Modified Treebook and Toolbook to use next(imageIdGenerator) rather than imageIdGenerator.next() 2016-05-22 08:56:27 +01:00
Steve Barnes (at Home
c1ca8af72a Modified Validator to use string.ascii_letters rather than string.letters 2016-05-22 08:50:54 +01:00
Robin Dunn
7d69bda471 A little more name refactoring 2016-05-20 19:56:06 -07:00
Robin Dunn
4fc2e37df7 Rename class_summary.lst extension to *.pkl for consistency 2016-05-20 19:25:03 -07:00
Robin Dunn
4c29dfae85 More copyright updates 2016-05-19 23:57:17 -07:00
Robin Dunn
a83ca5e94f Refactor lots of functions to use camelCase names 2016-05-19 23:53:40 -07:00