diff --git a/README.md b/README.md index 0a1819e..9c059e4 100644 --- a/README.md +++ b/README.md @@ -357,15 +357,6 @@ A helper function that makes a `channel_binding` tuple when given a channel bind - `ssl_socket` - An instance of [ssl.SSLSocket](https://docs.python.org/3/library/ssl.html#ssl.SSLSocket). -## README.rst - -This file is written in the [reStructuredText](https://docutils.sourceforge.io/docs/user/rst/quickref.html) format. To generate an HTML page from it, do: - -- Activate the virtual environment: `source venv/bin/activate` -- Install `Sphinx`: `pip install Sphinx` -- Run `rst2html.py`: `rst2html.py README.rst README.html` - - ## Testing - Activate the virtual environment: `source venv/bin/activate`