From a933edba0621f0e3bd15a4e49e4064f4be11eb8a Mon Sep 17 00:00:00 2001 From: "Patrick K. O'Brien" Date: Sun, 4 May 2003 20:21:01 +0000 Subject: [PATCH] New file, overview of other docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/wxPythonDocs.txt | 59 ++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 wxPython/docs/wxPythonDocs.txt diff --git a/wxPython/docs/wxPythonDocs.txt b/wxPython/docs/wxPythonDocs.txt new file mode 100644 index 0000000000..6c119eea56 --- /dev/null +++ b/wxPython/docs/wxPythonDocs.txt @@ -0,0 +1,59 @@ +======================== + wxPython Documentation +======================== + +:Author: Patrick K. O'Brien +:Contact: pobrien@orbtech.com +:Organization: Orbtech_ +:Date: $Date$ +:Revision: $Revision$ + +.. _Orbtech: http://www.orbtech.com/ + + +wxPython Manual +=============== + +`The wxPython Manual`_ is a reference to the wxPython toolkit. + +.. _The wxPython Manual: wxPythonManual.html + + +wxPython Tutorial +================= + +`The wxPython Tutorial`_ will help get you started with wxPython. + +.. _The wxPython Tutorial: wxPythonTutorial.html + + +wxPython Examples +================= + +`The wxPython Examples`_ illustrates example programs using wxPython. + +.. _The wxPython Examples: wxPythonExamples.html + + +wx Package +========== + +`The wxPython wx Package`_ explains the new prefix-less wx package. + +.. _The wxPython wx Package: wxPackage.html + + +Py Manual +========= + +`The Py Manual`_ documents the Py collection of programs and source +code modules, including: + +* PyAlaCarte +* PyAlaMode +* PyCrust +* PyFilling +* PyShell +* PyWrap + +.. _The Py Manual: PyManual.html