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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
.. Futhark documentation master file, created by
sphinx-quickstart on Tue Mar 24 14:21:12 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Futhark User's Guide
====================
Welcome to the documentation for the Futhark compiler and language.
For a basic introduction, please see `the Futhark website
<http://futhark-lang.org>`_. To get started, read the page on
:ref:`installation`. Once the compiler has been installed, you might
want to take a look at :ref:`usage`. This User's Guide contains a
:ref:`language-reference`, but new Futhark programmers are probably
better served by reading `Parallel Programming in Futhark
<https://futhark-book.readthedocs.io>`_ first.
Documentation for the built-in prelude is also `available online
<https://futhark-lang.org/docs/prelude/>`_.
The particularly interested reader may also want to peruse the
`publications <https://futhark-lang.org/docs.html#publications>`_, or
the `development blog <https://futhark-lang.org/blog.html>`_.
.. toctree::
:caption: Table of Contents
:maxdepth: 2
:numbered:
installation.rst
usage.rst
language-reference.rst
c-api.rst
js-api.rst
package-management.rst
performance.rst
error-index.rst
server-protocol.rst
c-porting-guide.rst
versus-other-languages.rst
binary-data-format.rst
glossary.rst
.. toctree::
:caption: Manual Pages
:maxdepth: 1
man/futhark-autotune.rst
man/futhark-bench.rst
man/futhark-c.rst
man/futhark-cuda.rst
man/futhark-dataset.rst
man/futhark-doc.rst
man/futhark-fmt.rst
man/futhark-hip.rst
man/futhark-ispc.rst
man/futhark-literate.rst
man/futhark-script.rst
man/futhark-multicore.rst
man/futhark-opencl.rst
man/futhark-pkg.rst
man/futhark-profile.rst
man/futhark-pyopencl.rst
man/futhark-python.rst
man/futhark-repl.rst
man/futhark-run.rst
man/futhark-test.rst
man/futhark-wasm-multicore.rst
man/futhark-wasm.rst
man/futhark.rst
|