diff options
author | Joar Wandborg <joar@wandborg.se> | 2013-02-23 00:06:52 +0100 |
---|---|---|
committer | Joar Wandborg <joar@wandborg.se> | 2013-03-03 00:46:05 +0100 |
commit | 35f1f75922a106ec54ddd279e2939b3ce82b9332 (patch) | |
tree | e1ca54ae3c370e8ebdfc9eeb22981b7b1eb774ac | |
parent | 32174bedc1e6d9a9842330b986c20b8e9dc3fd67 (diff) | |
download | mediagoblin-35f1f75922a106ec54ddd279e2939b3ce82b9332.tar.lz mediagoblin-35f1f75922a106ec54ddd279e2939b3ce82b9332.tar.xz mediagoblin-35f1f75922a106ec54ddd279e2939b3ce82b9332.zip |
Added raven plugin docs to docs
-rw-r--r-- | docs/source/index.rst | 1 | ||||
-rw-r--r-- | docs/source/plugindocs/raven.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index abd891a0..9124b1c1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -58,6 +58,7 @@ Part 2: Core plugin documentation plugindocs/sampleplugin plugindocs/oauth plugindocs/trim_whitespace + plugindocs/raven Part 3: Plugin Writer's Guide diff --git a/docs/source/plugindocs/raven.rst b/docs/source/plugindocs/raven.rst new file mode 100644 index 00000000..ae96f3f8 --- /dev/null +++ b/docs/source/plugindocs/raven.rst @@ -0,0 +1 @@ +.. include:: ../../../mediagoblin/plugins/raven/README.rst |