0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added conversion of string arg to list in Generators's add_user_css and add_user_js methods More... over 14 years ago
refactored the generator with some convenient configuration methods; as a side note, options are now directly passed as **kwargs in Generator's constructor More... over 14 years ago
added user css and js management through configuration file More... over 14 years ago
reformatted part of code documentation + repep8fication More... over 14 years ago
Added QRMacro to default macros. Updated sample More... over 14 years ago
Fixed problem created by merge, renamed vars More... over 14 years ago
Renamed macros.py back to macro.py More... over 14 years ago
Merge remote-tracking branch 'n1k0/master' More... over 14 years ago
Resolved macro variable naming conflict More... over 14 years ago
Merge pull request #42 from svetlyak40wt/landslide More... over 14 years ago
Add option -x to specify extensions for Markdown. More... over 14 years ago
Merge remote-tracking branch 'agonzalezro/master' More... over 14 years ago
Merge remote-tracking branch 'maruel/remove_unneeded_css' More... over 14 years ago
Merge remote-tracking branch 'doug/master' More... over 14 years ago
code reformatting to conform to pep8 More... over 14 years ago
pep8fied code More... over 14 years ago
removed all trailing spaces, removed unused imports, typos More... over 14 years ago
added sphinx docs More... over 14 years ago
refactored module imports, fixed docblock formatting, removed trailing spaces, default_macros are now a property of the Generator class, Generator.register_macro() now takes *args instead of a single macro class reference More... over 14 years ago
entity definitions are no more passed as an argument of CodeHighlightingMacro.descape() More... over 14 years ago
Fixed installation README More... over 14 years ago
added installation instructions More... over 14 years ago
Remove the need to specify each default macro. More... over 14 years ago
Remove an extraneous color: white; css entry. More... over 14 years ago
match with src= on embedded image replacements so it works with rst docs who auto add an alt text equal to the src text More... over 14 years ago
added embed option to cfg config file More... over 14 years ago
minor styles adjustments More... over 14 years ago
imporved parsing of pre-rendered ReST syntax More... over 14 years ago
source files are now sorted correctly on linux systems (patch from doug), removed unused imports More... over 14 years ago
Added a new theme and size control to the QR generator. Use it as: .qr:SIZE|INFO More... over 14 years ago