Readme.rst 837 B

1234567891011121314151617181920212223
  1. Members
  2. -------
  3. This plugin looks for a ``members`` metadata header containing key/value pairs
  4. and makes them available for use in templates.
  5. The first line of this metadata defines each key, and the following line should
  6. contain corresponding values for each member.
  7. The keys must be in the same first line as the ``members`` metadata header,
  8. and the next line containing the corresponding values must have an identation
  9. before it.
  10. Example for reStructuredText::
  11. :members: name, email, twitter, github, site_nome, site_href
  12. Danilo Shiga, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com
  13. Example for Markdown::
  14. members: name, email, twitter, github, site_nome, site_href
  15. Danilo Shiga, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com