File: listings.rst

package info (click to toggle)
numba 0.61.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,316 kB
  • sloc: python: 211,580; ansic: 15,233; cpp: 6,544; javascript: 424; sh: 322; makefile: 173
file content (29 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Listings
========

This shows listings from compiler internal registries  (e.g. lowering
definitions).  The information is provided as developer reference.
When possible, links to source code are provided via github links.

New style listings
------------------

The following listings are generated from ``numba.help.inspector.write_listings()``. Users can run ``python -m numba.help.inspector --format=rst <package>`` to recreate the the documentation.

.. toctree::
   :maxdepth: 2

   autogen_builtins_listing.rst
   autogen_math_listing.rst
   autogen_cmath_listing.rst
   autogen_numpy_listing.rst


Old style listings
------------------

.. toctree::
   :maxdepth: 2

   autogen_lower_listing.rst