File: TODO

package info (click to toggle)
python-gendoc 0.73-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 312 kB
  • ctags: 845
  • sloc: python: 2,610; makefile: 124; sh: 26
file content (15 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- Complete rewrite of doc_collect.py

- A TexInfo formatter would be nice, but I don't know TexInfo :-(

- Pick up things like __author__ and __version__ in the import
  version. Kind of cumbersome for the parser(?)

- Generating manuals for all modules in the sys.path list.

- What about packages?

- Generating all modules in sys.path takes a *long* time. How
  can we shorten it? Only generate manual pages if the .py file
  is newer? Problem: Need to do something about the index page
  then.