You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/docs
Alex Willmer 3831ac360f Replace all calls to file() with open()
Although these are synonyms in Python 2.x, when using MyPy to typecheck
code use of file() causes spurious errors.

This commit also serves as one small step to Python 3.x compatibility,
since 3.x removes the file() builtin.
6 years ago
..
_static docs: more getting started guide 6 years ago
_templates Initial commit. 6 years ago
images docs: way more appropriate image 6 years ago
Makefile Initial commit. 6 years ago
api.rst docs: move Router.route() into Sphinx. 6 years ago
conf.py docs: Use sphinx-programoutput plugin for preamble_size.py 6 years ago
docs-requirements.txt docs: Use sphinx-programoutput plugin for preamble_size.py 6 years ago
examples.rst Initial commit. 6 years ago
getting_started.rst docs: waiting on multiple calls 6 years ago
howitworks.rst docs: convert paragraph to footnote. 6 years ago
index.rst Replace all calls to file() with open() 6 years ago
internals.rst docs: Fix up tons of references, document trust chain 6 years ago
shame.rst Typo. 6 years ago
toc.rst Reorder table of contents. 6 years ago