This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
Phoenix
Watch
1
Star
0
Fork
0
You've already forked Phoenix
mirror of
https://github.com/wxWidgets/Phoenix.git
synced
2025-12-16 01:30:07 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
42c661cf54960d8dee6005c83bf949acbd6d257e
Phoenix
/
sphinxtools
History
Robin Dunn
42c661cf54
More Python3 fixes
2015-03-20 10:56:33 -07:00
..
__init__.py
- Initial commit of the Python scripts to ReSTify the XML documentation.
2011-12-30 19:17:09 +00:00
constants.py
Remove unnecessary #! lines from files that will never be executed standalone.
2015-02-05 21:19:32 -08:00
inheritance.py
Quote
fontname
as required by graphviz 2.36.0
2015-03-17 14:30:14 +00:00
librarydescription.py
- Use vertical layout for Graphviz-generated class inheritance diagrams (to get the old behaviour back, change the
rankdir
arguments from "TB" to "LR" in the
inheritance.py
script;
2012-07-17 15:28:20 +00:00
modulehunter.py
Adding the wx folder to the sys.path is a bad idea, as then it will have potential problems with name clashes with modules in the stdlib or site-packages (like xml).
2015-02-05 21:19:31 -08:00
postprocess.py
It's not a subversion revision anymore. Also a bit of text tweaking.
2015-02-05 21:33:16 -08:00
templates.py
Remove unnecessary #! lines from files that will never be executed standalone.
2015-02-05 21:19:32 -08:00
utilities.py
More Python3 fixes
2015-03-20 10:56:33 -07:00