Phoenix documentation:

* Added overviews for wx.FileSystem, wx.ToolBar and wx.DateTime (thanks to the wxWidgets docs);
* Converted many snippets from C++ to Python for wx.ToolBar, wx.DateTime and wx.TextEntry;
* Updated the conf.py file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Andrea Gavana
2012-03-12 21:03:35 +00:00
parent a0e072688a
commit f97b2e4e6b
12 changed files with 336 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ sys.path.append('..')
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.todo', 'sphinx.ext.autodoc',
'sphinx.ext.autosummary', 'sphinx.ext.coverage',
'availability'] #, 'rst2pdf.pdfbuilder']
'availability']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -47,7 +47,7 @@ master_doc = 'index'
# General information about the project.
project = u'wxPython (Phoenix)'
copyright = u'2011, Andrea Gavana'
copyright = u'2012, Andrea Gavana'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the