diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 13:31:32 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 13:31:32 -0700 |
commit | 26d2cce85ef629a58d80def85fcda8e324d5d182 (patch) | |
tree | ff7e80d8f75d4b2431743d3387a4fec579c0514d /docs/source | |
parent | bd0ece0557d7ac4cbbf77617b125060b8c083892 (diff) | |
download | mediagoblin-26d2cce85ef629a58d80def85fcda8e324d5d182.tar.lz mediagoblin-26d2cce85ef629a58d80def85fcda8e324d5d182.tar.xz mediagoblin-26d2cce85ef629a58d80def85fcda8e324d5d182.zip |
added docs for the persona plugin
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/index.rst | 1 | ||||
-rw-r--r-- | docs/source/plugindocs/persona.rst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index f6bc5561..0e7d0c2b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -61,6 +61,7 @@ Part 2: Core plugin documentation plugindocs/raven plugindocs/basic_auth plugindocs/openid + plugindocs/persona Part 3: Plugin Writer's Guide diff --git a/docs/source/plugindocs/persona.rst b/docs/source/plugindocs/persona.rst new file mode 100644 index 00000000..2524127d --- /dev/null +++ b/docs/source/plugindocs/persona.rst @@ -0,0 +1,2 @@ +.. include:: ../../../mediagoblin/plugins/persona/README.rst + |