manymanymany-varia-websites/plugins/members
2018-02-01 14:46:15 +01:00
..
__init__.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
members.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
Readme.rst adding the 2 submodules again 2018-02-01 14:46:15 +01:00

Members
-------

This plugin looks for a ``members`` metadata header containing key/value pairs
and makes them available for use in templates.

The first line of this metadata defines each key, and the following line should
contain corresponding values for each member.

The keys must be in the same first line as the ``members`` metadata header,
and the next line containing the corresponding values must have an identation
before it.

Example for reStructuredText::

    :members: name, email, twitter, github, site_nome, site_href
        Danilo Shiga, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com

Example for Markdown::

    members: name, email, twitter, github, site_nome, site_href
        Danilo Shiga, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com