epydoc CLI and many files

  • Thread starter Laszlo Zsolt Nagy
  • Start date
L

Laszlo Zsolt Nagy

Hello,

I have a problem under Windows. I use the cli.py program included with
epydoc. I wrote a small program that lists all of my modules after the
cli. Something like this:

cli.py --html --inheritance=grouped module1.py module2.py module3.py
.......

The problem is that now I have so many modules that the shell (cmd.exe)
cannot interpret this as a one command. It truncates the command line
and gives me and error message. (cli.py does not start). Unfortunately,
I cannot split the documentation into parts, because there are many
crossreferences. How to overcome this problem?

Les
 
S

Sybren Stuvel

Laszlo Zsolt Nagy enlightened us with:
I wrote a small program that lists all of my modules after the
cli. Something like this:

cli.py --html --inheritance=grouped module1.py module2.py module3.py
......

The problem is that now I have so many modules that the shell
(cmd.exe) cannot interpret this as a one command.

Edit cli.py to get the list of modules from a call to glob.glob() or
stdin, instead of the commandline.

Sybren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top