• Language: en

popy_doc

For convenient access to PoPy’s documentation, Open a PoPy Command Prompt and type:-

$ popy_doc

This opens the The PoPy Manual HTML documentation page.

Examples

You can access the online documentation as follows (default is locally installed .html files):-

$ popy_doc -o

Alternatively you can open documentation for a specific tool (e.g., popy_run) with the -t or –tool option:-

$ popy_doc --tool run

You can also open documentation for specific Script File Formats (e.g., a Fit Script) with the -s or –script option:-

$ popy_doc --script fit

Command line options

Note: "popy_doc ..." will be deprecated in favour of "popy doc ..." from v1.3

usage: popy_doc [-h] [--online]
                [--script {none,tut,gen,fit,comp,sim,tutsum,gensum,fitsum,mtut,mgen,mfit,mcomp,msim,grph,vpc,table,val,merge}]
                [--tool {none,activate,deactivate,info,create,edit,run,check,format,doc,env}]

Opens PoPy html documentation in web browser.

optional arguments:
  -h, --help            show this help message and exit
  --online              Optionally access online documentation instead of
                        local.
  --script {none,tut,gen,fit,comp,sim,tutsum,gensum,fitsum,mtut,mgen,mfit,mcomp,msim,grph,vpc,table,val,merge}
                        Optionally open documentation for a specific script
                        type.
  --tool {none,activate,deactivate,info,create,edit,run,check,format,doc,env}
                        Optionally open documentation for a specific PoPy tool
Back to Top