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

OS: Tested in both Windows 10 & the docker julia:1.7.2 linux/amd64 image Julia 1.7.2 & 1.8-beta3 When using tectonic with the tectonic_jll like specified in the [documentation](https://juliadocs.github.io/Documenter.jl/stable/man/other-formats/#Compiling-using-Tectonic): ```julia using tectonic_jll:...

Type: Documentation
Format: LaTeX

Together with JuliaLang/julia#45367 this should fix #558.

Type: Bugfix

I am trying to document multiple constructors for `BigFloat` added in https://github.com/JuliaLang/julia/pull/17217/files The only way to do this seems to be to list them manually one by one. However, all...

I have been reading through: https://code.visualstudio.com/docs and absolutely love that the right side shows a highlight of the page. I feel like it would be pretty straightforward and helpful to...

Type: Enhancement
Format: HTML

I build the docs locally and the `docs-sourcelink` `a` tags are missing from the HTML API docs produced by documenter. Any idea what went wrong? However it's working when build...

Type: Bug

This is a proposal on how to fix https://github.com/JuliaDocs/Documenter.jl/issues/1079. By default, the standard behavior is maintained, that is, duplicate docstrings are not printed. However, `@docs` and `@autodocs` now allow for...

md: "```echo `$(nothing)` ```" ```md ```echo `$(nothing)` ``` ``` tex: - ```\(echo `$(nothing)`\)``` should be: - ```\(echo `\$(nothing)`\)``` ---- Related code: https://github.com/JuliaDocs/Documenter.jl/blob/cd57c41ab1ff8a8dacf5c21a7d8363b777a6ad9a/src/Writers/LaTeXWriter.jl#L683-L687 TODO: - [ ] Add a test case...

Format: LaTeX

Documenter currently does not generate an html Meta tag, which it optionally should: https://web.dev/meta-description/?utm_source=lighthouse&utm_medium=devtools

Type: Enhancement
help wanted
Format: HTML

Related issue: https://github.com/JuliaDocs/Documenter.jl/issues/803 There are still many Unicode symbols that cannot be displayed in the `DejaVu Sans Mono` font. According to tests, `JuliaMono` is currently the best choice. ```tex ⊼...

Type: Enhancement
Format: LaTeX

The preprocess function is called after having read the String from file and before it is parsed as a Markdown page.