diff --git a/docs/sphinx/rest_substitutions/overviews/DocstringsGuidelines.rst b/docs/sphinx/rest_substitutions/overviews/DocstringsGuidelines.rst index 5de4e3a7..ae0ab163 100644 --- a/docs/sphinx/rest_substitutions/overviews/DocstringsGuidelines.rst +++ b/docs/sphinx/rest_substitutions/overviews/DocstringsGuidelines.rst @@ -234,11 +234,11 @@ Please keep the snippets as short as possible: they don't need to be fully-runna applications, they are simply meant to show a particular/clever/unusual way of using a method, a class or a function. -Please do send your sample snippets to me at `this `_ e-mail address or, if -you have commit rights in the current Phoenix Github area, feel free to upload them yourself under the -following folder: +Please do send your sample snippets to me at `this `_ e-mail address or +you can submit the sample snippets to the `wxWidgets/Phoenix Github repository `_. +The snippets should be placed in the source tree in this folder: -``/trunk/docs/sphinx/rest_substitutions/snippets/python/contrib`` +``Phoenix/docs/sphinx/rest_substitutions/snippets/python/contrib`` .. _contributing screenshots: @@ -260,12 +260,12 @@ these conventions: 2) `wx.aui.AuiManager` ==> `aui.auimanager.png` -Please do send your screenshots to me at `this `_ e-mail address or, if -you have commit rights in the current Phoenix Github area, feel free to upload them yourself under the -following folder: +Please do send your screenshots to me at `this `_ e-mail address or +you can submit the screenshots to the `wxWidgets/Phoenix Github repository `_. +The screenshots should be placed in the source tree in this folder: -``/trunk/docs/sphinx/_static/images/widgets/fullsize`` +``Phoenix/trunk/docs/sphinx/_static/images/widgets/fullsize`` -Please make sure to upload your images in the appropriate sub-folder, depending on the platform you +Please make sure to put your images in the appropriate sub-folder, depending on the platform you chose to take the screenshots on. diff --git a/docs/sphinx/rest_substitutions/overviews/index.rst b/docs/sphinx/rest_substitutions/overviews/index.rst index a9a726db..01340f05 100644 --- a/docs/sphinx/rest_substitutions/overviews/index.rst +++ b/docs/sphinx/rest_substitutions/overviews/index.rst @@ -118,15 +118,17 @@ Don't forget to download the wxPython demo and the documentation! Bleeding-edge source -------------------- -If you are a very keen developer, you can access the SVN repository directly for this -project in the `wxWidgets Phoenix Github `_. +If you are a very keen developer, you can get the source code and other +project files from the `wxWidgets/Phoenix Github repository `_. +Be sure to read the README.rst file there to learn how to build wxWidgets +and Phoenix for yourself. wxPython Documentation ---------------------- -The new wxPython API documentation is available `in this page `_. +The new wxPython API documentation is available `here `_. .. toctree::