Skip to content
Snippets Groups Projects
Commit 9163523f authored by David Douard's avatar David Douard
Browse files

fix the README file

Make it valid for pypi.
parent fed4db40
No related branches found
No related tags found
No related merge requests found
......@@ -7,17 +7,17 @@ weren't known before.
The main entry points are:
- :class:`swh.loader.git.loader.GitLoader` for the main loader which can ingest
- ``swh.loader.git.loader.GitLoader`` for the main loader which can ingest
either local or remote git repository's contents. This is the main
implementation deployed in production.
- :class:`swh.loader.git.from_disk.GitLoaderFromDisk` which ingests only local
- ``swh.loader.git.from_disk.GitLoaderFromDisk`` which ingests only local
git clone repository.
- :class:`swh.loader.git.loader.GitLoaderFromArchive` which ingests a git
- ``swh.loader.git.loader.GitLoaderFromArchive`` which ingests a git
repository wrapped in an archive.
- :class:`swh.loader.git.directory.GitCheckoutLoader` which ingests a git tree
- ``swh.loader.git.directory.GitCheckoutLoader`` which ingests a git tree
at a specific commit, branch or tag.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment