Skip to content

Commit

Permalink
Try fixing docs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 21, 2024
1 parent 1e55b62 commit ae2c7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ In general, any scalar expression which is derived from array expressions can be
#sum(A[:,1]) + sum(A[2,:])#latexify not working
```
```@example arrays
Symbolics.scalarize(sum(A[:,1]) + sum(A[2,:]))
#Symbolics.scalarize(sum(A[:,1]) + sum(A[2,:])) #latexify not working
```

0 comments on commit ae2c7fe

Please sign in to comment.