cryptonas/doc/browse-py/intro.html

22 lines
836 B
HTML

<html>
<head>
<title>Browse all Python Source</title>
</head>
<body>
<p>If you're reading this for the first time, you probably need to generate pyindex.html
before this web page is useful. To do this, run
<code>bin/gen_pyindex.py</code> with no arguments.
<p>Use the index on the left to browse all the Python source files in CryptoNAS, including the
Unit
Tests. This offers convenient access to some files that pydoc does not.
<p>If you wish, run a webserver such that <code>trunk</code> is accessible. The included
<code>trunk/.htaccess</code>
file should cause the Python files to open in the same browser window when used with some web
servers; with others, you may have to reconfigure their MIME types manually. You may
have to reload your browser's cache before such MIME type reassignments take effect.
</body>
</html>