Re: epydoc CLI and many files

2005-09-07 Thread Dave Benjamin
Terry Hancock wrote: > On Monday 05 September 2005 08:10 am, Laszlo Zsolt Nagy wrote: > >>The problem is that now I have so many modules that the shell (cmd.exe) >>cannot interpret this as a one command. > > In POSIX systems, the shell expands wildcards into multiple files on > the command line

Re: epydoc CLI and many files

2005-09-07 Thread Terry Hancock
On Monday 05 September 2005 08:10 am, Laszlo Zsolt Nagy wrote: > I have a problem under Windows. There's your problem. ;-) > 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 --inheri

Re: epydoc CLI and many files

2005-09-05 Thread 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) can

epydoc CLI and many files

2005-09-05 Thread 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 m