Skip to content

Commit c4e69f7

Browse files
nsajkostevengj
authored andcommitted
doc: manual: give the Performance Tips a table of contents (#56917)
The page is quite long, and now it also has a more intricate structure than before, IMO it deserves a TOC.
1 parent fbaeffb commit c4e69f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/src/manual/performance-tips.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
In the following sections, we briefly go through a few techniques that can help make your Julia
44
code run as fast as possible.
55

6+
## [Table of contents](@id man-performance-tips-toc)
7+
8+
```@contents
9+
Pages = ["performance-tips.md"]
10+
Depth = 3
11+
```
12+
613
## General advice
714

815
### Performance critical code should be inside a function

0 commit comments

Comments
 (0)