From a63bdcd85a4dfb1aa9b59e8a38d4aab9012906c0 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Wed, 23 Jun 2021 17:57:58 -0400 Subject: [PATCH] Mention some related packages in README (#1607) --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 93da118c1d..d2e686a991 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,26 @@ Usage questions can be posted on the [Julia Discourse forum][discourse-tag-url] Contributions are very welcome, as are feature requests and suggestions. Please open an [issue][issues-url] if you encounter any problems. The [contributing page][contrib-url] has a few guidelines that should be followed when opening pull requests and contributing code. +## Related packages + +There are several packages that extend Documenter in different ways. The JuliaDocs organization maintains: + +* [DocumenterTools.jl](https://github.com/JuliaDocs/DocumenterTools.jl) +* [DocumenterMarkdown.jl](https://github.com/JuliaDocs/DocumenterMarkdown.jl) + +Other third-party packages that can be combined with Documenter include: + +* [DemoCards.jl](https://github.com/johnnychen94/DemoCards.jl) +* [DocumenterCitations.jl](https://github.com/ali-ramadhan/DocumenterCitations.jl) +* [Literate.jl](https://github.com/fredrikekre/Literate.jl) +* [LiveServer.jl](https://github.com/tlienart/LiveServer.jl) + +Finally, there are also a few other packages in the Julia ecosystem that are similar to Documenter, but fill a slightly different niche: + +* [Franklin.jl](https://github.com/tlienart/Franklin.jl) +* [Publish.jl](https://github.com/MichaelHatherly/Publish.jl) +* [Weave.jl](https://github.com/JunoLab/Weave.jl) + [contrib-url]: https://juliadocs.github.io/Documenter.jl/dev/contributing/ [discourse-tag-url]: https://discourse.julialang.org/tags/documenter [gitter-url]: https://gitter.im/juliadocs/users