mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 13:30:08 +01:00
A bit more documentation tweaking relating to the github repository.
This commit is contained in:
@@ -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 <andrea.gavana@gmail.com>`_ 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 <andrea.gavana@gmail.com>`_ e-mail address or
|
||||
you can submit the sample snippets to the `wxWidgets/Phoenix Github repository <https://github.com/wxWidgets/Phoenix>`_.
|
||||
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 <andrea.gavana@gmail.com>`_ 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 <andrea.gavana@gmail.com>`_ e-mail address or
|
||||
you can submit the screenshots to the `wxWidgets/Phoenix Github repository <https://github.com/wxWidgets/Phoenix>`_.
|
||||
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.
|
||||
|
||||
|
||||
@@ -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 <https://github.com/wxWidgets/Phoenix>`_.
|
||||
If you are a very keen developer, you can get the source code and other
|
||||
project files from the `wxWidgets/Phoenix Github repository <https://github.com/wxWidgets/Phoenix>`_.
|
||||
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 <main.html>`_.
|
||||
The new wxPython API documentation is available `here <main.html>`_.
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
||||
Reference in New Issue
Block a user