- 16 Mar, 2014 1 commit
-
-
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed
-
- 22 Feb, 2014 1 commit
-
-
Lukáš Lalinský committed
-
- 02 Jan, 2014 1 commit
-
-
Michael DeHaan committed
-
- 26 Dec, 2013 1 commit
-
-
Add note about how to submit doc changes to generated module docs, limit TOC depth for module category list.
Michael DeHaan committed
-
- 25 Dec, 2013 7 commits
-
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Michael DeHaan committed
-
Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Rename "jpfunc" to something more explanatory
Michael DeHaan committed
-
- 28 Nov, 2013 2 commits
-
-
Code to limit display of version_added attributions in modules for modules that are too old to call out this information. This does not generically apply to new arguments added to existing modules, just the version_added attribute on the top level modules.
Michael DeHaan committed -
Docs: Fix the module formatter code that is intended to remove the 'historical' variable from showing up in version_added information (RST)
Michael DeHaan committed
-
- 18 Nov, 2013 1 commit
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed
-
- 31 Oct, 2013 1 commit
-
-
Alan Fairless committed
-
- 06 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 15 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 20 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 14 Jun, 2013 1 commit
-
-
- The html_ify filter now escapes HTML found in module documentation. THIS COULD AFFECT MORE THAN JUST MARKDOWN but I didn't see any modules expecting to use e.g. HTML entities or HTML tags in their documentation. - The markdown_ify filter (used as jpfunc in markdown.j2) escapes at least a few Markdown in-line formatting characters. - Improvements to markdown.j2: - Call jpfunc on the module name heading so that it gets escaped for Markdown (e.g. my_module_name becomes my\_module\_name). - Added paragraph breaks between paragraphs in the description. - Added examples heading, which is consistent with the notes heading below it.
Dale Sedivec committed
-
- 11 May, 2013 1 commit
-
-
Michael DeHaan committed
-
- 02 May, 2013 1 commit
-
-
Michael DeHaan committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 12 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 29 Mar, 2013 1 commit
-
-
Fixed error on validation that block javascript documentation generation.
Marco Vito Moscaritolo committed
-
- 17 Mar, 2013 1 commit
-
-
The text parameter can contain non-ASCII characters, so we'll encode it using UTF-8. For example the DOCUMENTATION of the bzr module has such characters in the name of the author.
Cristian Ciupitu committed
-
- 18 Feb, 2013 1 commit
-
-
return DOC and EXAMPLES as a list add moduledev explanation more
Jan-Piet Mens committed
-
- 02 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 26 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 22 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 09 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 03 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 24 Oct, 2012 1 commit
-
-
ongoing work for the Booklet
Jan-Piet Mens committed
-
- 20 Oct, 2012 1 commit
-
-
Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command. This is a bit of a rough draft, some error handling still needs to be added.
Michael DeHaan committed
-
- 18 Oct, 2012 1 commit
-
-
- Uses HTML tables and Github-flavored code blocks (3 backticks)
Jan-Piet Mens committed
-
- 12 Oct, 2012 1 commit
-
-
Try to autodetect MODULEDIR, instead of hardcoded path in jpmens homedir. Check if MODULEDIR exists; exit if it doesn't. Rewrite boilerplate() to use DOCUMENTATION.yaml in examples/. This makes use of tbielawa's recent change that added this example file. This also fixes -G so that it works. boilerplate() was commented out before.
Stephen Fromm committed
-
- 11 Oct, 2012 2 commits
-
-
Let me know if we can move to another library instead ;-)
Dag Wieers committed -
Michael DeHaan committed
-
- 10 Oct, 2012 1 commit
-
-
Marco Vito Moscaritolo committed
-
- 09 Oct, 2012 1 commit
-
-
On RHEL5 and RHEL6 there is not argparse, and 'make rpm' fails because of this. With this change it works, and I can test and fix my own documentation...
Dag Wieers committed
-