Skip to content

Commit

Permalink
Move profiling manual section to a new tutorials toplevel heading (#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Nov 9, 2023
1 parent c95cb95 commit 137783f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Manual = [
"manual/environment-variables.md",
"manual/embedding.md",
"manual/code-loading.md",
"manual/profile.md",
"manual/stacktraces.md",
"manual/performance-tips.md",
"manual/workflow-tips.md",
Expand Down Expand Up @@ -128,6 +127,10 @@ BaseDocs = [

StdlibDocs = [stdlib.targetfile for stdlib in STDLIB_DOCS]

Tutorials = [
"tutorials/profile.md",
]

DevDocs = [
"Documentation of Julia's Internals" => [
"devdocs/init.md",
Expand Down Expand Up @@ -185,6 +188,7 @@ const PAGES = [
"Manual" => ["index.md", Manual...],
"Base" => BaseDocs,
"Standard Library" => StdlibDocs,
"Tutorials" => Tutorials,
# Add "Release Notes" to devdocs
"Developer Documentation" => [DevDocs..., hide("NEWS.md")],
]
Expand All @@ -195,6 +199,7 @@ const PAGES = [
"Manual" => Manual,
"Base" => BaseDocs,
"Standard Library" => StdlibDocs,
"Tutorials" => Tutorials,
"Developer Documentation" => DevDocs,
]
end
Expand Down
File renamed without changes.

0 comments on commit 137783f

Please sign in to comment.