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.34.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 816a3a386d2362d734ffede9643e9dd93d5da31bbe7973512a0f9ad389bff839 |
|
MD5 | 07a47a05f525cd2e3511bd40d63c9e40 |
|
BLAKE2b-256 | 20ea208ef44ad67a38fc9e5712672164d5cef72b9964250d2cb0e82c65f321d6 |
Close
Hashes for sphinxcontrib_chapeldomain-0.0.34-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7781df12b04ba272c1b918a1e180361d6a119f27bcbab1ed838e93829ddd71c8 |
|
MD5 | 8d89158d092b24ebde8027e778226736 |
|
BLAKE2b-256 | d222c7fd3cd6d5a85fa4beeddc3370e8516d6411caef2b8c083d1d5a6c6c8429 |