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

It'd be nice to add a custom expander which generates HTML `` and LaTeX `\begin{figure}\includegraphics{}\caption{}\end{figure}` blocks. As far as I have been able to find, there's no standard Markdown syntax...

Type: Feature
Status: Speculative

It would be nice to have the option to have `@autodocs` generate all docs *excluding* what has already been listed explicitly in `@docs` (anywhere in the documentation). Is this already...

Type: Enhancement

Long code blocks are a pain to ` # hide` every line. The easiest alternative I can think of is a hidden `@setup ` block that defines a variable with...

Type: Question

Right now, every link in the document is checked but in theory each unique URL only needs to be checked once. It's not a big concern, but I have seen...

Type: Enhancement
help wanted

Can you please confirm that this warning is already on your radar? ``` DEPRECATION WARNING on line 18 of /home/juliohm/.julia/packages/Documenter/Nu7Lp/assets/html/scss/documenter/components/_admonition.scss: !global assignments won't be able to declare new variables in...

In some recent documentation I've been writing, I discovered that ` ```@repl ... ``` ` blocks would not expand if contained within a Markdown list. The first commit in this...

Prototyping for #1688. All of the changes are still in development stage. Will open for review once i think its ready.

I've updated Documenter.jl to v.0.27.5 and for some reason the "# hide" command does not seem to work anymore. I use it to hide plot generation, maybe there's a preferred...

Type: Enhancement
help wanted

The outdated warning script is not working for e.g. https://fredrikekre.github.io/Literate.jl/previews/PR184/ because we look for versions.js in the wrong place (one extra subfolder with /previews). Would be good to make this...

Type: Enhancement

When trying to get PDF from Latex working in a CI build environment it would be useful if the latex log was dumped to stdout The current error message only...

Format: LaTeX