shakna-israel / docbuilder

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

Argparse adoption #46

Closed shakna-israel closed 9 years ago

shakna-israel commented 9 years ago

Rather than manually writing up handling for each command-line argument, use the in-built argparse library. Fixes #45, and makes most other issues simpler to fix.

Current Issues:

landscape-bot commented 9 years ago

Code Health Repository health increased by 14% when pulling 9ea5944 on argparseAdoption into f934c9b on master.

shakna-israel commented 9 years ago

New Issue:

Every time getFlags is called, Docbuilder checks to see if the output file exists, and if it does, kills it.

This is temporarily disabled, but may cause problems if the file does exist before Docbuilder is run.

landscape-bot commented 9 years ago

Code Health Repository health increased by 14% when pulling c4afc3f on argparseAdoption into f934c9b on master.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling 1b45c53 on argparseAdoption into f934c9b on master.

shakna-israel commented 9 years ago

Fixed the inability to clobber files in 1b45c539a729b246b1e86dc857da4c0cb255a993.

shakna-israel commented 9 years ago

b6f48ff fixes it so you don't have to specify an output file, Docbuilder will attempt to guess it.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling b6f48ff on argparseAdoption into f934c9b on master.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling f560155 on argparseAdoption into f934c9b on master.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling 05e8a2e on argparseAdoption into f934c9b on master.

shakna-israel commented 9 years ago

Some tests still failing. Details.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling 810f844 on argparseAdoption into f934c9b on master.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling 2db194b on argparseAdoption into f934c9b on master.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling 8239bcc on argparseAdoption into f934c9b on master.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling 6969234 on argparseAdoption into f934c9b on master.

landscape-bot commented 9 years ago

Code Health Repository health increased by 16% when pulling 2b7aa0a on argparseAdoption into f934c9b on master.