File: index.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 (34 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34

.. _developer-manual:

Developer Manual
================

.. toctree::
   :maxdepth: 2

   contributing.rst
   release.rst
   repomap.rst
   architecture.rst
   dispatching.rst
   generators.rst
   numba-runtime.rst
   rewrites.rst
   live_variable_analysis.rst
   listings.rst
   stencil.rst
   custom_pipeline.rst
   inlining.rst
   environment.rst
   hashing.rst
   sys_monitoring.rst
   caching.rst
   threading_implementation.rst
   literal.rst
   llvm_timings.rst
   debugging.rst
   event_api.rst
   target_extension.rst
   bytecode.rst
   mission.rst