Skip to content

Commit 1bcc6aa

Browse files
Merge pull request #891 from sathvikbhagavan/sb/fix_docs_size
Fix docs from erroring because of size of HTML pages
2 parents 6806c2a + c5f28fc commit 1bcc6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/examples/neural_ode_weather_forecast.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function download_data(data_url = "https://raw.githubusercontent.com/SebastianCa
2525
end
2626
2727
df = download_data()
28+
first(df, 5) # hide
2829
```
2930

3031
```@example weather_forecast

0 commit comments

Comments
 (0)