118
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Nov 23, 2024 — Nov 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix arg name.
georg.brandl
as Georg Brandl
More... over 17 years ago
Prepare for release.
georg.brandl
as Georg Brandl
More... over 17 years ago
Fix a few overlong lines, and use \t instead of literal tabs.
georg.brandl
as Georg Brandl
More... over 17 years ago
Use Windows-friendlier dirnames.
georg.brandl
as Georg Brandl
More... over 17 years ago
Fix directive parse_node function.
georg.brandl
as Georg Brandl
More... over 17 years ago
Add a note about sys.path in conf.py.
georg.brandl
as Georg Brandl
More... over 17 years ago
* Add docs for sphinx.ext.doctest. * Update parse_node functions.
georg.brandl
as Georg Brandl
More... over 17 years ago
Actually use the doctest_path setting.
georg.brandl
as Georg Brandl
More... over 17 years ago
Give the env to custom descitem parse functions.
georg.brandl
as Georg Brandl
More... over 17 years ago
* Allow the ~ prefix on module xrefs. * The parse function for custom descitems must return the full name for x-refing.
georg.brandl
as Georg Brandl
More... over 17 years ago
Add the doctest extension. It provides a builder that runs test snippets in the documentation, marked up as doctest snippets or separate code and output blocks. Providing setup code that is run but not shown in HTML output is supported.
georg.brandl
as Georg Brandl
More... over 17 years ago
* Support \classdescni. * Generate valid highlighting code even if code doesn't end in \n.
georg.brandl
as Georg Brandl
More... over 17 years ago
Ignore MemoryError while parsing Python source with Python 2.4 (it's raised for invalid coding cookies).
georg.brandl
as Georg Brandl
More... over 17 years ago
Return an exit status != 0 on error.
georg.brandl
as Georg Brandl
More... over 17 years ago
Make it possible to deactivate the module index.
georg.brandl
as Georg Brandl
More... over 17 years ago
Add doc Makefile.
georg.brandl
as Georg Brandl
More... over 17 years ago
Move macro containing blocks to correct file.
georg.brandl
as Georg Brandl
More... over 17 years ago
Remove debugging remnant.
georg.brandl
as Georg Brandl
More... over 17 years ago
Add new README, adapt setup.py.
georg.brandl
as Georg Brandl
More... over 17 years ago
Move converter to its own dir.
georg.brandl
as Georg Brandl
More... over 17 years ago
Move converter to its own dir.
georg.brandl
as Georg Brandl
More... over 17 years ago
Improve handling of exceptions.
georg.brandl
as Georg Brandl
More... over 17 years ago
Support creating a Makefile in quickstart.
georg.brandl
as Georg Brandl
More... over 17 years ago
Fill in some XXXs.
georg.brandl
as Georg Brandl
More... over 17 years ago
Add search styles to sphinxdoc style.
georg.brandl
as Georg Brandl
More... over 17 years ago
Fix searchtools JS.
georg.brandl
as Georg Brandl
More... over 17 years ago
Fix search template block name.
georg.brandl
as Georg Brandl
More... over 17 years ago
Add a para about sphinx <-> epydoc.
georg.brandl
as Georg Brandl
More... over 17 years ago
* Define __file__ during conf.py execution. * Make staticpath relative to conf.py dir.
georg.brandl
as Georg Brandl
More... over 17 years ago
Some pylint fixes.
georg.brandl
as Georg Brandl
More... over 17 years ago