Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bokeh / sphinxext / _templates / enum_detail.rst
Size: Mime:
.. data:: {{ name }}
    :module: {{ module }}
    :annotation: = {{ shortrepr }}
    {% if noindex %}:noindex:{% endif %}

    {% for line in content %}
    {{ line }}
    {% endfor %}

    {% if fullrepr %}

    .. collapsible-code-block:: python
        :heading: See all values

        {% for line in fullrepr %}
        {{ line|indent(8) }}
        {% endfor %}

    {% endif %}