diff options
author | Joar Wandborg <git@wandborg.com> | 2012-09-18 21:42:10 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-09-18 21:42:10 +0200 |
commit | df3147b986b183198d6419c50ca743e4f0c1bdea (patch) | |
tree | 30acb95a231192d7dfa4eac91a2054c500c0ccad /docs/source | |
parent | 6d1e55b26297664a4d583c13ecc5677ef935a427 (diff) | |
download | mediagoblin-df3147b986b183198d6419c50ca743e4f0c1bdea.tar.lz mediagoblin-df3147b986b183198d6419c50ca743e4f0c1bdea.tar.xz mediagoblin-df3147b986b183198d6419c50ca743e4f0c1bdea.zip |
Added documentation for the OAuth plugin
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/index.rst | 1 | ||||
-rw-r--r-- | docs/source/plugindocs/oauth.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 6671a6e3..ac8bd110 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -57,6 +57,7 @@ Part 2: Core plugin documentation plugindocs/flatpagesfile plugindocs/sampleplugin + plugindocs/oauth Part 3: Plugin Writer's Guide diff --git a/docs/source/plugindocs/oauth.rst b/docs/source/plugindocs/oauth.rst new file mode 100644 index 00000000..0685c9d1 --- /dev/null +++ b/docs/source/plugindocs/oauth.rst @@ -0,0 +1 @@ +.. include:: ../../../mediagoblin/plugins/oauth/README.rst |