aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2011-12-20 22:55:13 +0100
committerJoar Wandborg <git@wandborg.com>2011-12-20 22:55:13 +0100
commit85c916919b1e1fe31472feac74f8c216a5df608f (patch)
treebfeb3ded6f96492b87d9e4062ed5bb5753dddaa4
parent448a58534f585aac95db9d04f43d73634e96eb4b (diff)
downloadmediagoblin-85c916919b1e1fe31472feac74f8c216a5df608f.tar.lz
mediagoblin-85c916919b1e1fe31472feac74f8c216a5df608f.tar.xz
mediagoblin-85c916919b1e1fe31472feac74f8c216a5df608f.zip
Added references to docstring in mediagoblin.webfinger
and mediagoblin.webfinger.views [references mediagoblin.webfinger]
-rw-r--r--mediagoblin/webfinger/__init__.py10
-rw-r--r--mediagoblin/webfinger/views.py3
2 files changed, 13 insertions, 0 deletions
diff --git a/mediagoblin/webfinger/__init__.py b/mediagoblin/webfinger/__init__.py
index ba347c69..ec7ec884 100644
--- a/mediagoblin/webfinger/__init__.py
+++ b/mediagoblin/webfinger/__init__.py
@@ -13,3 +13,13 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+'''
+mediagoblin.webfinger_ provides an LRDD discovery service and
+a web host meta information file
+
+Links:
+- `LRDD Discovery Draft
+ <http://tools.ietf.org/html/draft-hammer-discovery-06>`_.
+- `RFC 6415 - Web Host Metadata
+ <http://tools.ietf.org/html/rfc6415>`_.
+'''
diff --git a/mediagoblin/webfinger/views.py b/mediagoblin/webfinger/views.py
index e9aa600c..22086396 100644
--- a/mediagoblin/webfinger/views.py
+++ b/mediagoblin/webfinger/views.py
@@ -13,6 +13,9 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+'''
+For references, see docstring in mediagoblin/webfinger/__init__.py
+'''
import re