1. 16 Mar, 2014 1 commit
  2. 22 Feb, 2014 1 commit
  3. 02 Jan, 2014 1 commit
  4. 26 Dec, 2013 1 commit
  5. 25 Dec, 2013 7 commits
  6. 28 Nov, 2013 2 commits
  7. 18 Nov, 2013 1 commit
  8. 31 Oct, 2013 1 commit
  9. 06 Aug, 2013 1 commit
  10. 15 Jul, 2013 1 commit
  11. 20 Jun, 2013 1 commit
  12. 14 Jun, 2013 1 commit
    • Improve Markdown (and other) module doc output · 7681b1ce
      - 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
  13. 11 May, 2013 1 commit
  14. 02 May, 2013 1 commit
  15. 28 Apr, 2013 1 commit
  16. 12 Apr, 2013 1 commit
  17. 29 Mar, 2013 1 commit
  18. 17 Mar, 2013 1 commit
  19. 18 Feb, 2013 1 commit
  20. 02 Feb, 2013 1 commit
  21. 26 Nov, 2012 1 commit
  22. 22 Nov, 2012 1 commit
  23. 21 Nov, 2012 1 commit
  24. 09 Nov, 2012 1 commit
  25. 03 Nov, 2012 1 commit
  26. 24 Oct, 2012 1 commit
  27. 20 Oct, 2012 1 commit
  28. 18 Oct, 2012 1 commit
  29. 12 Oct, 2012 1 commit
    • Miscellaneous fixes to module_formatter.py · 60f06c36
      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
  30. 11 Oct, 2012 2 commits
  31. 10 Oct, 2012 1 commit
  32. 09 Oct, 2012 1 commit