@@ -10,12 +10,13 @@ of [Julia programming language](https://julialang.org/) ecosystem.
10
10
11
11
JuliaDocs is the home for the following packages and repositories:
12
12
13
- * [ Documenter -- package to combine docstrings with Markdown pages for generating documentation] ( https://github.com/JuliaDocs/Documenter.jl )
13
+ * [ Documenter -- Package to combine docstrings with Markdown pages for generating documentation] ( https://github.com/JuliaDocs/Documenter.jl )
14
+ * [ DocumenterCitations -- Support for BibTeX citations in Documenter] ( https://github.com/JuliaDocs/DocumenterCitations.jl )
14
15
* [ DocumenterMarkdown -- Documenter's Markdown / MkDocs backend] ( https://github.com/JuliaDocs/DocumenterMarkdown.jl )
15
16
* [ DocumenterLaTeX -- Documenter's LaTeX / PDF backend] ( https://github.com/JuliaDocs/DocumenterLaTeX.jl )
16
17
* [ DocumenterTools -- Extra tools for setting up Documenter] ( https://github.com/JuliaDocs/DocumenterTools.jl )
17
- * [ DocStringExtensions -- programmatic ways to generate parts of docstrings] ( https://github.com/JuliaDocs/DocStringExtensions.jl )
18
- * [ Highlights -- a code highlighter for the Julia language, written in Julia] ( https://github.com/JuliaDocs/Highlights.jl )
18
+ * [ DocStringExtensions -- Programmatic ways to generate parts of docstrings] ( https://github.com/JuliaDocs/DocStringExtensions.jl )
19
+ * [ Highlights -- A code highlighter for the Julia language, written in Julia] ( https://github.com/JuliaDocs/Highlights.jl )
19
20
* [ Julia cheat sheet] ( https://cheatsheet.juliadocs.org/ ) ([ repository] ( https://github.com/JuliaDocs/Julia-Cheat-Sheet ) )
20
21
21
22
## Packages
@@ -33,6 +34,16 @@ PackageDefinition(
33
34
"https://codecov.io/gh/JuliaDocs/Documenter.jl/branch/master/graph/badge.svg" => "https://codecov.io/gh/JuliaDocs/Documenter.jl",
34
35
]
35
36
),
37
+ PackageDefinition(
38
+ "DocumenterCitations", "https://github.com/JuliaDocs/DocumenterCitations.jl",
39
+ [
40
+ "stable" => "https://juliadocs.org/DocumenterCitations.jl/stable/",
41
+ "dev" => "https://juliadocs.org/DocumenterCitations.jl/dev/",
42
+ ],
43
+ [
44
+ "https://codecov.io/gh/JuliaDocs/DocumenterCitations.jl/branch/master/graph/badge.svg" => "https://codecov.io/gh/JuliaDocs/DocumenterCitations.jl",
45
+ ]
46
+ ),
36
47
PackageDefinition(
37
48
"DocumenterMarkdown", "https://github.com/JuliaDocs/DocumenterMarkdown.jl",
38
49
[
0 commit comments