.. python_api/index.rst

###########
Python API 
###########

This section contains the Python API component of the nGraph Compiler stack. The 
Python API exposes nGraphâ„¢ C++ operations to Python users. For quick-start you 
can find an example of the API usage below. 





.. literalinclude:: ../../../../python/examples/basic.py
   :language: python
   :lines: 18-47

=======

.. toctree::
   :maxdepth: 1
   :titlesonly:

   structure
   List of operations <_autosummary/ngraph.ops.rst>