shakna-israel / docbuilder

Build Python Technical Documentation from Literate Programming Programs
http://docbuilder.rtfd.org
MIT License
1 stars 0 forks source link

Speed Alterations #71

Closed shakna-israel closed 9 years ago

shakna-israel commented 9 years ago

A series of speed tweaks to make docbuilder faster. Fixes #53.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 68817a9 on shakna-israel:SpeedAlterations into f7e06d3 on shakna-israel:master.

shakna-israel commented 9 years ago

Both codeblocks tests failed on 68817a91cc35807329402a8c89bc8dcfdfd7a8d9.

shakna-israel commented 9 years ago

Seems that in the documentation produced, blank lines are not being ignored by Docbuilder.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 1589549 on shakna-israel:SpeedAlterations into f7e06d3 on shakna-israel:master.

shakna-israel commented 9 years ago

Last commit made 0 difference.

shakna-israel commented 9 years ago

One test failure still:

FAIL: Test to see if code blocks indent correctly when compiled to Markdown

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.')```

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling ca458c9 on shakna-israel:SpeedAlterations into f7e06d3 on shakna-israel:master.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 75bea13 on shakna-israel:SpeedAlterations into f7e06d3 on shakna-israel:master.

shakna-israel commented 9 years ago

PEP8 Failure

FAIL: Test that Docbuilder does comply with PEP8.

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 ','

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 1ebf7d2 on shakna-israel:SpeedAlterations into f7e06d3 on shakna-israel:master.

shakna-israel commented 9 years ago

This is working as of d4dfef6, however, we can probably still get some more speed out of this.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling d4dfef6 on shakna-israel:SpeedAlterations into f7e06d3 on shakna-israel:master.

shakna-israel commented 9 years ago

Closing request. Should be merging to 0.5-dev, not master.