Documenter.jl icon indicating copy to clipboard operation
Documenter.jl copied to clipboard

A documentation generator for Julia.

Results 256 Documenter.jl issues
Sort by recently updated
recently updated
newest added

https://juliadocs.github.io/Documenter.jl/stable/man/doctests/#Fixing-Outdated-Doctests https://juliadocs.github.io/Documenter.jl/dev/man/doctests/#Fixing-Outdated-Doctests The documentation for `Documenter.jl` mentions a `fix` argument for updating doctests, but this seems to have been patched out in `src/Documenter.jl`. What is the status of this feature?

Type: Bug

Allows at-ref links of the form ```markdown [the function `g`](@ref MyPackage.g) [something-something](@ref "Section On Something") ``` which were previously not allowed. Previously you were only allowed to link either to...

Type: Enhancement

Somehow the dollar amounts in the docstring below get parsed as floats and lead to a method error for `mdflatten` (and `mdconvert`). ```julia """ ## `BonusAmount::String` -- *Required* The Bonus...

Type: Upstream

![image](https://user-images.githubusercontent.com/8681967/183393031-59cbd912-068e-46a5-840a-7b843070221b.png)

Type: Enhancement
Format: HTML

Currently, if you go to the documentation of a Julia package e.g. https://juliadocs.github.io/Documenter.jl/ the `` element of the page is `Home · Documenter.jl`, where the "Home" comes from the first...

Type: Enhancement
help wanted

This keeps the current desktop layout but centers both sidebar and content for widescreens. Here is how the transition looks: ![Captura de pantalla 2021-10-25 - 22 09 22](https://user-images.githubusercontent.com/12092488/138802685-a3772e7d-b84e-415a-be4a-a02321299d55.png) ![Captura de...

Format: HTML

Should the pages keyword argument not be in here? https://juliadocs.github.io/Documenter.jl/dev/lib/public/#Documenter.makedocs

Type: Documentation

Changed REPL.softscope! to REPL.softscope in Expanders and DocTests fixes #1894

Type: Maintenance

Apparently Base is waiting on us to update here: https://github.com/JuliaLang/julia/blob/35ac6e1823a2145fdbd8273d62cc19f10bde3543/stdlib/REPL/src/REPL.jl#L125-L126 https://github.com/JuliaDocs/Documenter.jl/blob/ebe2f97acc9e37c87f7f44772ebf64492c5b0b21/src/Expanders.jl#L714-L716 https://github.com/JuliaDocs/Documenter.jl/blob/ebe2f97acc9e37c87f7f44772ebf64492c5b0b21/src/DocTests.jl#L239-L241 X-ref: https://github.com/JuliaDocs/Documenter.jl/pull/1232

Type: Maintenance
good first issue

This replaces the `Markdown2` module with [MarkdownAST](https://github.com/JuliaDocs/MarkdownAST.jl) as the representation of the Markdown documents as AST (in doctests). It adds MarkdownAST and AbstractTrees as a dependency here (the latter for...

Type: Maintenance