You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/users/loading.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,9 +343,9 @@ In the following cases, the information will not be set:
343
343
- Griffe cannot identify a known, supported service from the remote URL
344
344
- any Git command failed
345
345
346
-
Griffe supports the services listed in the [`KnownGitService`][griffe.KnownGitService] symbol. Please open a feature request if you would like to add other support for other services.
346
+
Griffe supports the services listed in the [`KnownGitService`][griffe.KnownGitService] symbol. Please open a feature request if you would like to add support for other services.
347
347
348
-
Thanks to this source information, Griffe can then compute source links for each objects, by combining the information with the object's filepath and line numbers.
348
+
Thanks to this source information, Griffe can then compute [source links][griffe.Object.source_link] for each objects, by combining the information with the object's filepath and line numbers.
349
349
350
350
You can globally change how Griffe obtains the source information with the following environment variables:
0 commit comments