-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change format::Symbol to format::Plugin.
- Loading branch information
1 parent
773f258
commit 395df27
Showing
19 changed files
with
407 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
[[Base64]] | ||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
||
[[Dates]] | ||
deps = ["Printf"] | ||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
||
[[Distributed]] | ||
deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"] | ||
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
|
||
[[DocStringExtensions]] | ||
deps = ["LibGit2", "Markdown", "Pkg", "Test"] | ||
git-tree-sha1 = "1df01539a1c952cef21f2d2d1c092c2bcf0177d7" | ||
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
version = "0.6.0" | ||
|
||
[[Documenter]] | ||
deps = ["Base64", "DocStringExtensions", "InteractiveUtils", "LibGit2", "Logging", "Markdown", "Pkg", "REPL", "Random", "Test", "Unicode"] | ||
path = "../.." | ||
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
version = "0.20.0+" | ||
|
||
[[DocumenterLaTeX]] | ||
deps = ["Documenter"] | ||
git-tree-sha1 = "653299370be20ff580bccd707dc9f360c0852d7f" | ||
repo-rev = "fe/ltx" | ||
repo-url = "https://github.com/JuliaDocs/DocumenterLaTeX.jl.git" | ||
uuid = "cd674d7a-5f81-5cf3-af33-235ef1834b99" | ||
version = "0.1.0" | ||
|
||
[[DocumenterTools]] | ||
deps = ["Base64", "DocStringExtensions", "LibGit2", "Pkg", "Test"] | ||
git-tree-sha1 = "f5803a9c2c23ff226e8eab2df7ac4c75e77a0d53" | ||
uuid = "35a29f4d-8980-5a13-9543-d66fff28ecb8" | ||
version = "0.1.0" | ||
|
||
[[InteractiveUtils]] | ||
deps = ["LinearAlgebra", "Markdown"] | ||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
|
||
[[LibGit2]] | ||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" | ||
|
||
[[Libdl]] | ||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
|
||
[[LinearAlgebra]] | ||
deps = ["Libdl"] | ||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
||
[[Logging]] | ||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
|
||
[[Markdown]] | ||
deps = ["Base64"] | ||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
|
||
[[Pkg]] | ||
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"] | ||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
|
||
[[Printf]] | ||
deps = ["Unicode"] | ||
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
|
||
[[REPL]] | ||
deps = ["InteractiveUtils", "Markdown", "Sockets"] | ||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" | ||
|
||
[[Random]] | ||
deps = ["Serialization"] | ||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
|
||
[[SHA]] | ||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
|
||
[[Serialization]] | ||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
|
||
[[Sockets]] | ||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | ||
|
||
[[Test]] | ||
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] | ||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[[UUIDs]] | ||
deps = ["Random"] | ||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[[Unicode]] | ||
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
DocumenterLaTeX = "cd674d7a-5f81-5cf3-af33-235ef1834b99" | ||
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
using Documenter, DocumenterTools, DocumenterLaTeX | ||
using Test | ||
|
||
const ROOT = joinpath(@__DIR__, "..") | ||
|
||
# Documenter package docs | ||
doc = makedocs( | ||
debug = true, | ||
root = ROOT, | ||
build = "pdf/build", | ||
modules = [Documenter, DocumenterTools], | ||
clean = false, | ||
format = LaTeX(platform = "docker"), | ||
sitename = "Documenter.jl", | ||
authors = "Michael Hatherly, Morten Piibeleht, and contributors.", | ||
pages = [ | ||
"Home" => "index.md", | ||
"Manual" => Any[ | ||
"Guide" => "man/guide.md", | ||
"man/examples.md", | ||
"man/syntax.md", | ||
"man/doctests.md", | ||
"man/latex.md", | ||
hide("man/hosting.md", [ | ||
"man/hosting/walkthrough.md" | ||
]), | ||
"man/other-formats.md", | ||
], | ||
"Library" => Any[ | ||
"Public" => "lib/public.md", | ||
hide("Internals" => "lib/internals.md", Any[ | ||
"lib/internals/anchors.md", | ||
"lib/internals/builder.md", | ||
"lib/internals/cross-references.md", | ||
"lib/internals/docchecks.md", | ||
"lib/internals/docsystem.md", | ||
"lib/internals/doctests.md", | ||
"lib/internals/documenter.md", | ||
"lib/internals/documentertools.md", | ||
"lib/internals/documents.md", | ||
"lib/internals/dom.md", | ||
"lib/internals/expanders.md", | ||
"lib/internals/mdflatten.md", | ||
"lib/internals/selectors.md", | ||
"lib/internals/textdiff.md", | ||
"lib/internals/utilities.md", | ||
"lib/internals/writers.md", | ||
]) | ||
], | ||
"contributing.md", | ||
] | ||
); | ||
|
||
# hack to only deploy the actual pdf-file | ||
mkpath(joinpath(ROOT, "pdf", "build", "pdfdir")) | ||
mv(joinpath(ROOT, "pdf", "build", "Documenter.jl.pdf"), | ||
joinpath(ROOT, "pdf", "build", "pdfdir", "Documenter.jl.pdf")) | ||
|
||
|
||
deploydocs( | ||
repo = "github.com/JuliaDocs/Documenter.jl.git", | ||
root = ROOT, | ||
target = "pdf/build/pdfdir", | ||
branch = "gh-pages-pdf", | ||
) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.