• 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,comp,fit,fitsum,gen,gensum,grph,n2pdat,p2ndat,msim,rst,sim,sumdoc,table,tut,tutsum,val,vpc,mfit,mgen,mtut,mcomp}]
                [--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,comp,fit,fitsum,gen,gensum,grph,n2pdat,p2ndat,msim,rst,sim,sumdoc,table,tut,tutsum,val,vpc,mfit,mgen,mtut,mcomp}
                        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