This commit is contained in:
Waylon Walker 2022-03-31 20:20:07 -05:00
commit 38355d2442
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
9083 changed files with 1225834 additions and 0 deletions

View file

@ -0,0 +1,55 @@
.. mypyc documentation master file, created by
sphinx-quickstart on Sun Apr 5 14:01:55 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to mypyc documentation!
===============================
Mypyc compiles Python modules to C extensions. It uses standard Python
`type hints
<https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html>`_ to
generate fast code.
.. toctree::
:maxdepth: 2
:caption: First steps
introduction
getting_started
.. toctree::
:maxdepth: 2
:caption: Using mypyc
using_type_annotations
native_classes
differences_from_python
compilation_units
.. toctree::
:maxdepth: 2
:caption: Native operations reference
native_operations
int_operations
bool_operations
float_operations
str_operations
list_operations
dict_operations
set_operations
tuple_operations
.. toctree::
:maxdepth: 2
:caption: Advanced topics
performance_tips_and_tricks
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`