doc: update :class: to :py:class: for modern Sphinx.
[be.git] / libbe / command / serve_storage.py
index 8d6f516b78591c9758a397e928724b84d80d5507..57bea20f32c31533306c785995d7a2351cff8184 100644 (file)
@@ -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'