Skip to content

Commit

Permalink
doc: manual: give the Performance Tips a table of contents (#56917)
Browse files Browse the repository at this point in the history
The page is quite long, and now it also has a more intricate structure
than before, IMO it deserves a TOC.
  • Loading branch information
nsajko authored and stevengj committed Jan 2, 2025
1 parent fbaeffb commit c4e69f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/src/manual/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
In the following sections, we briefly go through a few techniques that can help make your Julia
code run as fast as possible.

## [Table of contents](@id man-performance-tips-toc)

```@contents
Pages = ["performance-tips.md"]
Depth = 3
```

## General advice

### Performance critical code should be inside a function
Expand Down

0 comments on commit c4e69f7

Please sign in to comment.