Chapel domain for Sphinx
Project description
Package documentation is available on readthedocs.org.
Installation
To install:
python3 -m pip install sphinxcontrib-chapeldomain
To install from source on github:
git clone https://github.com/chapel-lang/sphinxcontrib-chapeldomain cd sphinxcontrib-chapeldomain python setup.py install
Getting Started
This is an example that covers several features of the Chapel domain:
.. chpl:module:: GMP :synopsis: multiple precision integer library .. chpl:record:: BigNum multiple precision instances .. chpl:method:: proc add(a:BigNum, b:BigNum) Add two big ints, ``a`` and ``b``, and store the result in ``this`` instance. :arg a: BigNum to be added :type a: BigNum :arg BigNum b: BigNum to be added :returns: nothing, result is stored in current instance .. chpl:itermethod:: iter these() ref Arbitrary iterator that returns individual digits of this instance. :ytype: reference :yields: reference to each individual digit of BigNum
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for sphinxcontrib-chapeldomain-0.0.27.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9d9b35cb5f65369f900961b0b97f19365ba9a05f8748e510fc7ef6bb0cf25d7 |
|
MD5 | ba1c9dc07634f21bfbb8949df4749878 |
|
BLAKE2b-256 | 788c33b1cc2f892a7abeea0f17416be5ca096ab870d8caf716c5b2e7a1b242f4 |
Close
Hashes for sphinxcontrib_chapeldomain-0.0.27-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 336248599039b20e460f6fb468650b15125b0818400600b48847f915cc0da446 |
|
MD5 | 34ebc7baac12e627629e02f49d586b68 |
|
BLAKE2b-256 | eef22707eb869d8911ca3b65293895050af8ece1654c999468a27d02328d5f06 |