File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,6 @@ Adding a new tutorial or section is done in two steps:
121
121
122
122
Make sure to put your new file under the proper section. If you have a doubt, feel free to ask in a Github Issue or PR.
123
123
124
- ### Translating
125
-
126
- When translating, refer to the guide at [ ./TRANSLATING.md] ( https://github.com/huggingface/smolagents/blob/main/docs/TRANSLATING.md ) .
127
-
128
124
### Writing source documentation
129
125
130
126
Values that should be put in ` code ` should either be surrounded by backticks: \` like so\` . Note that argument names
@@ -271,4 +267,5 @@ is to be used in inference and also include the expected (ideally sensible)
271
267
output.
272
268
Often, readers will try out the example before even going through the function
273
269
or class definitions. Therefore, it is of utmost importance that the example
274
- works as expected.
270
+ works as expected.
271
+
You can’t perform that action at this time.
0 commit comments