There are some fancy things in the NumPy documentation guide:
- LaTeX math via
.. math:: directives.
- Deprecation and new-feature tags.
- Images via
.. image:: directives.
- References where
[1]_ builds to a hotlink to reference [1].
Given that the goal here is to deliver a pleasingly slim, minimal tool, how much of this are we going to support? And if not all of it, how do we develop a solid statement for what the tool does support?
There are some fancy things in the NumPy documentation guide:
.. math::directives... image::directives.[1]_builds to a hotlink to reference[1].Given that the goal here is to deliver a pleasingly slim, minimal tool, how much of this are we going to support? And if not all of it, how do we develop a solid statement for what the tool does support?