Skip to content

Commit 3357d1b

Browse files
authored
revert moving "creating packages" from Pkg.jl (#53509)
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
1 parent f46cb4c commit 3357d1b

File tree

3 files changed

+2
-650
lines changed

3 files changed

+2
-650
lines changed

doc/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ BaseDocs = [
193193
StdlibDocs = [stdlib.targetfile for stdlib in STDLIB_DOCS]
194194

195195
Tutorials = [
196-
"tutorials/creating-packages.md",
197196
"tutorials/profile.md",
198197
"tutorials/external.md",
199198
]

0 commit comments

Comments
 (0)