@@ -508,7 +508,7 @@ def iter_blobs(
508
508
509
509
:param predicate:
510
510
Function(t) returning ``True`` if tuple(stage, Blob) should be yielded by
511
- the iterator. A default filter, the `~git.index.typ.BlobFilter`, allows you
511
+ the iterator. A default filter, the :class: `~git.index.typ.BlobFilter`, allows you
512
512
to yield blobs only if they match a given list of paths.
513
513
"""
514
514
for entry in self .entries .values ():
@@ -770,7 +770,7 @@ def add(
770
770
- path string
771
771
772
772
Strings denote a relative or absolute path into the repository pointing
773
- to an existing file, e.g., ``CHANGES``, `lib/myfile.ext``,
773
+ to an existing file, e.g., ``CHANGES``, `` lib/myfile.ext``,
774
774
``/home/gitrepo/lib/myfile.ext``.
775
775
776
776
Absolute paths must start with working tree directory of this index's
@@ -789,7 +789,7 @@ def add(
789
789
790
790
They are added at stage 0.
791
791
792
- - :class:~` git.objects.blob.Blob` or
792
+ - :class:`~ git.objects.blob.Blob` or
793
793
:class:`~git.objects.submodule.base.Submodule` object
794
794
795
795
Blobs are added as they are assuming a valid mode is set.
@@ -815,7 +815,7 @@ def add(
815
815
816
816
- :class:`~git.index.typ.BaseIndexEntry` or type
817
817
818
- Handling equals the one of :class:~` git.objects.blob.Blob` objects, but
818
+ Handling equals the one of :class:`~ git.objects.blob.Blob` objects, but
819
819
the stage may be explicitly set. Please note that Index Entries require
820
820
binary sha's.
821
821
@@ -998,7 +998,7 @@ def remove(
998
998
999
999
The path string may include globs, such as ``*.c``.
1000
1000
1001
- - :class:~` git.objects.blob.Blob` object
1001
+ - :class:`~ git.objects.blob.Blob` object
1002
1002
1003
1003
Only the path portion is used in this case.
1004
1004
0 commit comments