If an example is to be tried out it must be explicitly extracted - the files
have not been duplicated in order to save disk space, file transfer time and
effords in maintenance. However, there is a procedure to do that.
The output files are currently stored in the same directory.
extracting demoes from the manual
The actual code of the demoes is embedded in the '.HTML' files so they can
be viewed with a browser. These files also contain hyperlinks to the
'Reference Manual'
which eases finding details there.
$ set DEFAULT PYTHON_DOC_DEMO:
$ @ CVT_DOC "*"
$ PYTHON PYTHON_TOOLS:DEMO_EXTRACT.PY "RMS_NUMBER_OF_KEYS.PY"
open output-file RMS_NUMBER_OF_KEYS.PY ...
$
$ PYTHON PYTHON_TOOLS:DEMO_EXTRACT.PY "DT*.PY"
open output-file DTCLIENT.PY ...
open output-file DTSERVER.COM ...
open output-file DTSERVER.PY ...
$