Closed shakna-israel closed 9 years ago
Both codeblocks tests failed on 68817a91cc35807329402a8c89bc8dcfdfd7a8d9.
Seems that in the documentation produced, blank lines are not being ignored by Docbuilder.
Last commit made 0 difference.
One test failure still:
Traceback (most recent call last): File "/home/rof/src/github.com/shakna-israel/docbuilder/tests/test.py", line 276, in test_markdown_indented_code_block assert False AssertionError: -------------------- >> begin captured stdout << --------------------- Indented code block failed to compile to Markdown. Expected: print('This is an indented code block.')
Recieved: print('This is an indented code block.')```
PEP8 Failure
Traceback (most recent call last): File "/home/rof/src/github.com/shakna-israel/docbuilder/tests/test.py", line 45, in test_pep8_complicance "Found code style errors (and warnings).") AssertionError: Found code style errors (and warnings). -------------------- >> begin captured stdout << --------------------- docbuilder.py:145:9: E265 block comment should start with '# ' docbuilder.py:146:45: E231 missing whitespace after ','
This is working as of d4dfef6, however, we can probably still get some more speed out of this.
Closing request. Should be merging to 0.5-dev, not master.
A series of speed tweaks to make docbuilder faster. Fixes #53.