# \#literatejl

**URL:** https://discourse.julialang.org/tag/literatejl/1643.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Literate.jl, Documenter.jl, GLMakie.jl and GitHub](https://discourse.julialang.org/t/literate-jl-documenter-jl-glmakie-jl-and-github/125386)

<div class="topic-metadata">

**Author:** [@Philippe\_Maincon1](https://discourse.julialang.org/u/Philippe_Maincon1)\
**Replies:** 15\
**Last updated:** [January 31, 2025, 12:51pm UTC](https://discourse.julialang.org/t/literate-jl-documenter-jl-glmakie-jl-and-github/125386 "2025-01-31T12:51:39Z")

</div>

Hi To create the doc of Muscade.jl, I use Literate.jl to run an example, which generates graphics (GLMakie.jl) and \*.md files, that Documenter.jl compiles into \*.html. This all works fine on my computer, but the docume…

---

## [Get Literate.jl to ignore docstrings](https://discourse.julialang.org/t/get-literate-jl-to-ignore-docstrings/117951)

<div class="topic-metadata">

**Author:** [@Philippe\_Maincon1](https://discourse.julialang.org/u/Philippe_Maincon1)\
**Replies:** 4\
**Last updated:** [August 8, 2024, 12:41pm UTC](https://discourse.julialang.org/t/get-literate-jl-to-ignore-docstrings/117951 "2024-08-08T12:41:03Z")

</div>

How do I get Literate.jl to ignore docstrings? I have a \*.jl file defining functions. The functions have docstrings """ z = foo(x,y) Great functionality, easy to use. """ (parsed by Documenter.jl to generate the “r…
