summaryrefslogtreecommitdiff
path: root/sphinx/util/jsdump.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-24 12:20:41 +0000
committerGeorg Brandl <georg@python.org>2008-09-24 12:20:41 +0000
commitdfee8188b3adb5c178e352d257971e5cff603d8c (patch)
tree2296f56f0ad957bdeeee3136b93a44c5a81d5ace /sphinx/util/jsdump.py
parent0970f31caa728c4e3d267ff5b8bb326e1773ec4e (diff)
downloadsphinx-git-dfee8188b3adb5c178e352d257971e5cff603d8c.tar.gz
Group changelog entries and fix docstring for jsdump.
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r--sphinx/util/jsdump.py11
1 files changed, 3 insertions, 8 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py
index a2fda2b8d..199c5e09c 100644
--- a/sphinx/util/jsdump.py
+++ b/sphinx/util/jsdump.py
@@ -1,14 +1,9 @@
# -*- coding: utf-8 -*-
"""
- sphinx.util.json
- ~~~~~~~~~~~~~~~~
-
- This module implements a simple JSON serializer if simplejson is
- unavailable.
-
- This is not fully JSON compliant but enough for the searchindex.
- And the generated files are smaller than the simplejson ones.
+ sphinx.util.jsdump
+ ~~~~~~~~~~~~~~~~~~
+ This module implements a simple JavaScript serializer.
Uses the basestring encode function from simplejson.
:copyright: 2008 by Armin Ronacher, Bob Ippolito, Georg Brandl.