Skip to content

Commit 8a50a79

Browse files
authored
Remove DocumenterLaTeX from list of packages (#9)
This package has been unmaintained and archived.
1 parent 3279f73 commit 8a50a79

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/index.md

-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ JuliaDocs is the home for the following packages and repositories:
1313
* [Documenter -- Package to combine docstrings with Markdown pages for generating documentation](https://github.com/JuliaDocs/Documenter.jl)
1414
* [DocumenterCitations -- Support for BibTeX citations in Documenter](https://github.com/JuliaDocs/DocumenterCitations.jl)
1515
* [DocumenterMarkdown -- Documenter's Markdown / MkDocs backend](https://github.com/JuliaDocs/DocumenterMarkdown.jl)
16-
* [DocumenterLaTeX -- Documenter's LaTeX / PDF backend](https://github.com/JuliaDocs/DocumenterLaTeX.jl)
1716
* [DocumenterTools -- Extra tools for setting up Documenter](https://github.com/JuliaDocs/DocumenterTools.jl)
1817
* [DocStringExtensions -- Programmatic ways to generate parts of docstrings](https://github.com/JuliaDocs/DocStringExtensions.jl)
1918
* [Highlights -- A code highlighter for the Julia language, written in Julia](https://github.com/JuliaDocs/Highlights.jl)
@@ -53,15 +52,6 @@ PackageDefinition(
5352
"https://codecov.io/gh/JuliaDocs/DocumenterMarkdown.jl/branch/master/graph/badge.svg" => "https://codecov.io/gh/JuliaDocs/DocumenterMarkdown.jl",
5453
]
5554
),
56-
PackageDefinition(
57-
"DocumenterLaTeX", "https://github.com/JuliaDocs/DocumenterLaTeX.jl",
58-
[
59-
"README" => "https://github.com/JuliaDocs/DocumenterLaTeX.jl#documenterlatex",
60-
],
61-
[
62-
"https://codecov.io/gh/JuliaDocs/DocumenterLaTeX.jl/branch/master/graph/badge.svg" => "https://codecov.io/gh/JuliaDocs/DocumenterLaTeX.jl",
63-
]
64-
),
6555
PackageDefinition(
6656
"DocumenterTools", "https://github.com/JuliaDocs/DocumenterTools.jl",
6757
[

0 commit comments

Comments
 (0)