We should be able to specify a constant's type as in .. constant:: $foo :: <type>.
index.rst:43: WARNING: Error in "constant" directive:
maximum 1 argument(s) allowed, 3 supplied.
.. constant:: $day :: <duration>
I assume it's the same for the .. variable:: directive.
In the generated output it should look something like $foo :: <type> Constant
We should be able to specify a constant's type as in
.. constant:: $foo :: <type>.I assume it's the same for the
.. variable::directive.In the generated output it should look something like $foo :: <type> Constant