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
  • Loading branch information
KristofferC authored Apr 10, 2024
1 parent f46cb4c commit 3357d1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 650 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 3357d1b

Please sign in to comment.