Skip to main content

Sphinx "added-value" extension

Project description

A Sphinx extension for embedded representations of Python object values into documentation.

Added-value allows the values of Python objects to be incorporated into documentation. This is achieved by adding new roles and directives which refer to Python objects in the code being documented, much in the same way as the standard autodoc and autosummary extensions work.

Roles

The :repr: role inserts the repr representation of a Python object inline. For example, given a Python module called values containing an global int called the_answer, you can write:

The answer to life, the Universe and everything is :repr:`values.the_answer`.

The :str: role inserts the str representation of a Python object inline. For example, given a Python module called values containing an global int called the_answer, you can write:

The answer to life, the Universe and everything is :str:`values.the_answer`.

The :format: role inserts the format representation of a Python object inline. For example, given the Python Standard Library math module containing the float called the_answer, you can write:

The value of pi to three decimal places is :format:`math.pi, .3f`.

The optional value after the comma is a format string as used by the built-in format function and documented in the Format Specification Mini-Language

Directives

The .. items-table:: directive allows a tabular representation of a Python object to be included in documentation.

For example, given a module called values which contains a list of lists called month_lengths, where each inner list contains a month name and the number of days in that month, a table can be displayed like this:

.. items-table:: values.month_lengths
   :header: Month, Length
   :stub-columns: 1

This adds a one-row header, and highlights the first ‘stub’ column (the month names).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

added-value-0.6.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

added_value-0.6-py2.py3-none-any.whl (10.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file added-value-0.6.tar.gz.

File metadata

  • Download URL: added-value-0.6.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for added-value-0.6.tar.gz
Algorithm Hash digest
SHA256 1809de121b27a715cf057276cdc5fd8b4b943a0d2c8fa874aae854e435d344e4
MD5 08eda0bf363b0a1dca6adc8ed6c6759f
BLAKE2b-256 67b824873579e9d10833bcec4d7ce8d3d6dcae7162ba7dae87da8a82fc19a879

See more details on using hashes here.

Provenance

File details

Details for the file added_value-0.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for added_value-0.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 32bede05596d7eb017d89fd78930809797794f0ef3c72ba16d9f2b04677ec573
MD5 0289fe29ae9dbb76184dea840119110a
BLAKE2b-256 e37ec127f26462e09dae35db784d755206ca90fc349616465433e821b3c85900

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page