X-Git-Url: http://git.tremily.us/?p=be.git;a=blobdiff_plain;f=libbe%2Fstorage%2Fvcs%2F__init__.py;h=9dadd738eefebf2afc4c7557abf006eefe14ea6d;hp=c6f17f00ccaf0415587a06dee70316d678f5af53;hb=c065f17c6a79ec52abc370c91f49e570798cf38e;hpb=5bc03aa8b5a98c153a47cfc0ad23c7906485989a diff --git a/libbe/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py index c6f17f0..9dadd73 100644 --- a/libbe/storage/vcs/__init__.py +++ b/libbe/storage/vcs/__init__.py @@ -17,17 +17,17 @@ # Bugs Everywhere. If not, see . """Define the Version Controlled System (VCS)-based -:class:`~libbe.storage.base.Storage` and -:class:`~libbe.storage.base.VersionedStorage` implementations. +:py:class:`~libbe.storage.base.Storage` and +:py:class:`~libbe.storage.base.VersionedStorage` implementations. -There is a base class (:class:`~libbe.storage.vcs.VCS`) translating +There is a base class (:py:class:`~libbe.storage.vcs.VCS`) translating Storage language to VCS language, and a number of `VCS` implementations: -* :class:`~libbe.storage.vcs.arch.Arch` -* :class:`~libbe.storage.vcs.bzr.Bzr` -* :class:`~libbe.storage.vcs.darcs.Darcs` -* :class:`~libbe.storage.vcs.git.Git` -* :class:`~libbe.storage.vcs.hg.Hg` +* :py:class:`~libbe.storage.vcs.arch.Arch` +* :py:class:`~libbe.storage.vcs.bzr.Bzr` +* :py:class:`~libbe.storage.vcs.darcs.Darcs` +* :py:class:`~libbe.storage.vcs.git.Git` +* :py:class:`~libbe.storage.vcs.hg.Hg` The base `VCS` class also serves as a filesystem Storage backend (not versioning) in the event that a user has no VCS installed.