I want to have something in my document like
This module uses the constant of 150000 m/s as the speed of light.
where the 150000 was generated programmatically from the module. This would reduce the maintainance of my documentation, as often just these numbers get updated.
For blocks, there is the .. exec::
directive; but is there something similar to do this inline?