Skip to content

Commit

Permalink
revert moving "creating packages" from Pkg.jl (#53509)
Browse files Browse the repository at this point in the history
As mentioned in
#52102 (comment),
having this information be moved from Pkg to Base creates a quite
uncomfortable split between information about the package manager
between the Pkg docs and Base.

Pkg PR: JuliaLang/Pkg.jl#3818

(cherry picked from commit 3357d1b)
  • Loading branch information
KristofferC committed May 6, 2024
1 parent 97387cc commit dccf8a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 637 deletions.
1 change: 0 additions & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ BaseDocs = [
StdlibDocs = [stdlib.targetfile for stdlib in STDLIB_DOCS]

Tutorials = [
"tutorials/creating-packages.md",
"tutorials/profile.md",
"tutorials/external.md",
]
Expand Down
Loading

0 comments on commit dccf8a2

Please sign in to comment.