Skip to content

Commit

Permalink
Add Release Notes back to the html version in the same place (#36333)
Browse files Browse the repository at this point in the history
as before and to the PDF version as well. In the PDF version,
they are at the back of the document as the last Part.
  • Loading branch information
ViralBShah authored Jun 19, 2020
1 parent 92197a7 commit 5142abf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,17 @@ const PAGES = [
"Manual" => ["index.md", Manual...],
"Base" => BaseDocs,
"Standard Library" => StdlibDocs,
"Developer Documentation" => DevDocs
"Developer Documentation" => DevDocs,
hide("NEWS.md"),
]
else
const PAGES = [
"Julia Documentation" => "index.md",
hide("NEWS.md"),
"Manual" => Manual,
"Base" => BaseDocs,
"Standard Library" => StdlibDocs,
"Developer Documentation" => DevDocs
"Developer Documentation" => DevDocs,
]
end

Expand Down

2 comments on commit 5142abf

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.