aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/serve_storage.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:37:54 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:37:54 -0400
commitc065f17c6a79ec52abc370c91f49e570798cf38e (patch)
tree09102e2b71a52ec8d859cba65aab2cf83e9a530c /libbe/command/serve_storage.py
parent5bc03aa8b5a98c153a47cfc0ad23c7906485989a (diff)
downloadbugseverywhere-c065f17c6a79ec52abc370c91f49e570798cf38e.tar.gz
doc: update :class: to :py:class: for modern Sphinx.
Diffstat (limited to 'libbe/command/serve_storage.py')
-rw-r--r--libbe/command/serve_storage.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py
index 8d6f516..57bea20 100644
--- a/libbe/command/serve_storage.py
+++ b/libbe/command/serve_storage.py
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>.
-"""Define the :class:`Serve` serving BE Storage over HTTP.
+"""Define the :py:class:`Serve` serving BE Storage over HTTP.
See Also
--------
@@ -284,8 +284,8 @@ class ServeStorage (libbe.util.wsgi.ServerCommand):
This allows you to run local `be` commands interfacing with remote
data, transmitting file reads/writes/etc. over the network.
- :class:`~libbe.command.base.Command` wrapper around
- :class:`ServerApp`.
+ :py:class:`~libbe.command.base.Command` wrapper around
+ :py:class:`ServerApp`.
"""
name = 'serve-storage'