Issue #1819 has been updated by jamtur01. Status changed from Unreviewed to Closed Assigned to set to jamtur01 Target version set to 0.24.7
Pushed in commit:"6d5a1295c9d9771d2dd648b45f4928d8fc4517e0" in branch 0.24.x ---------------------------------------- Bug #1819: indentation errors in documentation http://projects.reductivelabs.com/issues/show/1819 Author: mfournier Status: Closed Priority: Low Assigned to: jamtur01 Category: documentation Target version: 0.24.7 Complexity: Trivial Affected version: 0.24.6 Keywords: indentation documentation puppetdoc When running puppetdoc (yesterday git pull), I encounter the following warnings: <pre> /tmp/puppetdoc.txt:2123: (WARNING/2) Block quote ends without a blank line; unexpected unindent. /tmp/puppetdoc.txt:2129: (ERROR/3) Unexpected indentation. /tmp/puppetdoc.txt:2131: (WARNING/2) Block quote ends without a blank line; unexpected unindent. /tmp/puppetdoc.txt:2133: (WARNING/2) Definition list ends without a blank line; unexpected unindent. /tmp/puppetdoc.txt:2192: (ERROR/3) Unexpected indentation. /tmp/puppetdoc.txt:2239: (ERROR/3) Unexpected indentation. /tmp/puppetdoc.txt:2241: (WARNING/2) Block quote ends without a blank line; unexpected unindent. /tmp/puppetdoc.txt:2294: (ERROR/3) Unexpected indentation. /tmp/puppetdoc.txt:3291: (ERROR/3) Unexpected indentation. /tmp/puppetdoc.txt:3583: (ERROR/3) Unexpected indentation. /tmp/puppetdoc.txt:6139: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. /tmp/puppetdoc.txt:6169: (WARNING/2) Literal block ends without a blank line; unexpected unindent. /tmp/puppetdoc.txt:6211: (ERROR/3) Unexpected indentation. /tmp/puppetdoc.txt:6215: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. /tmp/puppetdoc.txt:6244: (WARNING/2) Literal block ends without a blank line; unexpected unindent. </pre> I also found that some parts of the documentation were difficult to read due to poor typography. This patch solves these warnings and improves readability. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
