shakna-israel / docbuilder

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

Programmatic & Idiomatic #80

Open shakna-israel opened 9 years ago

shakna-israel commented 9 years ago

Docbuilder still falls short in a few ways.

  1. Some functions are accessed within other functions.
  2. Docbuilder should be able to be accessed via a object, when using it programmatically. (i.e. Embedded in another application).
shakna-israel commented 9 years ago

This is a sooner, rather than later, refactor that needs to happen.

It should be there for 0.5, to make the small changes leading up to 1.0 easier. (Small changes until Semantic Versioning is adopted in 1.0).

shakna-israel commented 9 years ago

This should allow for a true Public API

shakna-israel commented 9 years ago

This is needed for #36.

shakna-israel commented 9 years ago

readFile cannot be cleaned correctly till #81 is done.

shakna-israel commented 9 years ago

Delaying till 0.6

shakna-israel commented 9 years ago

81 is now closed, as of a4a43b8fb02cdd217b539861649b2d953f7dfbd7, so this becomes the next priority.

shakna-israel commented 9 years ago

A way of overriding getFlags() is needed, depending on whether __name__ == '__main__'.