Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
328ade85
Unverified
Commit
328ade85
authored
Feb 08, 2024
by
Klaus Hipp
Committed by
GitHub
Feb 07, 2024
Browse files
[Docs] Fix placement of tilde character (#28913)
Fix placement of tilde character
parent
5f968557
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/README.md
docs/README.md
+1
-1
No files found.
docs/README.md
View file @
328ade85
...
@@ -202,7 +202,7 @@ provide its path. For instance: \[\`utils.ModelOutput\`\]. This will be converte
...
@@ -202,7 +202,7 @@ provide its path. For instance: \[\`utils.ModelOutput\`\]. This will be converte
`utils.ModelOutput`
in the description. To get rid of the path and only keep the name of the object you are
`utils.ModelOutput`
in the description. To get rid of the path and only keep the name of the object you are
linking to in the description, add a ~:
\[\`
~utils.ModelOutput
\`\]
will generate a link with
`ModelOutput`
in the description.
linking to in the description, add a ~:
\[\`
~utils.ModelOutput
\`\]
will generate a link with
`ModelOutput`
in the description.
The same works for methods so you can either use
\[\`
XXXClass.method
\`\]
or
\[
~
\`
XXXClass.method
\`\]
.
The same works for methods so you can either use
\[\`
XXXClass.method
\`\]
or
\[\`
~
XXXClass.method
\`\]
.
#### Defining arguments in a method
#### Defining arguments in a method
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment