Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 1.02 KB

index.rst

File metadata and controls

84 lines (64 loc) · 1.02 KB

The Taichi Programming Language

.. toctree::
   :caption: Overview
   :maxdepth: 3

   overview
   install
   hello


.. toctree::
   :caption: Basic Concepts
   :maxdepth: 3

   syntax
   type
   tensor_matrix
   external


.. toctree::
   :caption: API References
   :maxdepth: 3

   scalar_tensor
   vector
   matrix
   arithmetics
   atomic
   snode


.. toctree::
   :caption: Advanced Programming
   :maxdepth: 3

   meta
   layout
   sparse
   differentiable_programming
   performance
   odop
   syntax_sugars
   offset


.. toctree::
   :caption: Contributing
   :maxdepth: 3

   dev_install
   contributor_guide
   write_test
   utilities
   profiler
   cpp_style
   compilation
   internal
   taichicon
   versioning_releases


.. toctree::
   :caption: Miscellaneous
   :maxdepth: 3

   faq
   gui
   debugging
   export_results
   cli_utilities
   global_settings
   export_kernels
   extension_libraries
   acknowledgments


.. toctree::
   :caption: Legacy
   :maxdepth: 3

   legacy_installation