diff options
author | Hynek Schlawack <hs@ox.cx> | 2016-03-13 07:51:09 +0100 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2016-03-13 07:51:09 +0100 |
commit | 8b7e455b8603248dccb115ee4cd381ebc6434f20 (patch) | |
tree | 1ce381cdba91b93a32a2ddc69916dfa81c95d305 /doc | |
parent | 61630a000b91c9a2b6ac743d5ae2172981dc18cb (diff) | |
download | pyopenssl-git-8b7e455b8603248dccb115ee4cd381ebc6434f20.tar.gz |
Polish up examples (somewhat)
- Mention them in the docs (arguably a bit hamfistedly).
- Make the README an RST.
- Make them pass flake8 and add flake8 to tox.ini
They should all be rewritten and made Python 3-friendly but that's out
of scope here.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 56d84ea..d4c5e2e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -20,6 +20,8 @@ Contents: api internals +There are also `examples in the pyOpenSSL repository <https://github.com/pyca/pyopenssl/tree/master/examples>`_ that may help you getting started. + Meta ---- |