From bf92ac6d7c26be82864176b76be9119461411071 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 4 Aug 2014 11:55:05 -0500 Subject: [PATCH] Adding Pump API stuff to the docs index. This commit sponsored by Joel Luellwitz. Thanks! --- docs/source/index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 3ead6136..6260a595 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -96,6 +96,26 @@ This chapter contains various information for developers. devel/migrations +Part 5: Pump API +================ + +This chapter covers MediaGoblin's `Pump API +`_ support. (A +work in progress; full federation is not supported at the moment, but +media uploading works! You can use something like +`PyPump `_ +to write MediaGoblin uploadable applications.) + +.. toctree:: + :maxdepth: 1 + + api/client_register + api/oauth + api/media + api/media_interaction + + + Indices and tables ================== -- 2.25.1