- 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
-
- 04 Oct, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 03 Oct, 2012 1 commit
-
-
Library functions and modules should be in the 3 man page section. Also the files should end in '.3'
Tim Bielawa committed
-
- 01 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 30 Sep, 2012 2 commits
-
-
Jan-Piet Mens committed
-
- Updated man template accordingly - seem to have left in illegal char in facter DOCUMENTATION...
Jan-Piet Mens committed
-
- 28 Sep, 2012 5 commits
-
-
Marco Vito Moscaritolo committed
-
Jan-Piet Mens committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change by the time I'm done.
Michael DeHaan committed
-
- 26 Sep, 2012 1 commit
-
-
Jan-Piet Mens committed
-