Re: sample commands for working with python
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
Hi Vicki, Vicki Brown wrote: > As you're aware, the current Synopsis documentation is... a little sparse. > I work best from example. > > Could someone toss me a few hints for trying synopsis against some > Python code? I agree that the tutorial is not perfect, but it's a starting point (or so I hope). What exactly did you try and what didn't work ? Start with something as simple as synopsis -p Python -f HTML -o <output> <input> where <input> is any python file you want to parse and <output> is a directory synopsis will generate. Try 'synopsis -h' for general options, 'synopsis -f HTML -h' for options specific to the HTML formatter, etc. You get the idea... Let me know if anything is unclear ! Regards, Stefan