We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.. constant::
We should be able to specify a constant's type as in .. constant:: $foo :: <type>.
.. 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.
.. variable::
In the generated output it should look something like $foo :: <type> Constant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: