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 might be useful to have the option to include a `.jl` file in a page and display the code. This would make it easy to have examples in an...

Type: Plugin

Is there a mechanism to make doctests conditional on Julia version? Printing seems pretty unstable version to version

Type: Enhancement
Status: Speculative
Status: stale

Currentl,y when we have ````md ```@example a = 2 + 2 ``` ```` the output looks like this ![image](https://user-images.githubusercontent.com/5525771/143566785-eea6a846-984f-4bbe-8f6a-514974a22c32.png) specifically, when executed by documenter, generated code is ```html a =...

Various issues and thoughts that should or could be addressed that are related to the HTML output. Some of these might deserve a separate issue to actually decide the details....

Type: Enhancement
Type: Decision
Type: Meta
Format: HTML

In my `makedocs` I have ``` pages = [ "Introduction" => "index.md", "Contents" => "contents.md", "Dynamical systems" => [ "Dynamical System Definition" => "ds/general.md", "Predefined Dynamical Systems" => "ds/predefined.md", "Numerical...

The new front end for Documenter.jl docs looks really nice! It does not render perfectly on mobile tough https://files.slack.com/files-pri/T68168MUP-FQZN4CSF7/screenshot_20191126-215432.jpg Some text enters the margin, and the top header does not...

Type: Bug
Format: HTML

Here: https://juliadocs.github.io/Documenter.jl/stable/man/syntax/#@ref-link it says: > Note that depending on what the CurrentModule is set to, a docstring @ref may need to be prefixed by the module which defines it. Does...

Type: Documentation

Headings in admonitions get the same stying as the main body. They should probably be a bit smaller: ![Screenshot from 2020-07-08 21-54-01](https://user-images.githubusercontent.com/147757/86905017-9d1cf600-c165-11ea-89e2-abc46875c062.png) X-ref: https://github.com/JuliaLang/julia/pull/36563#discussion_r451386351

Type: Bug
Format: HTML

Apparently the change to KaTeX is causing some issues in certain browsers. This is in Safari (see the tilde position): This is the same snippet in Chrome: Changing back to...

Type: Upstream
Type: Bug
Format: HTML

Following the chat on Slack with @fredrikekre , what happens is that if one produces `DataFrame` in the docs with 1000s of rows, they are not trunctuated: ![data_frame_expansion_documenter](https://user-images.githubusercontent.com/19669089/69901598-28d6d480-1384-11ea-935f-3ff65c4e2806.PNG) This may...

Type: Enhancement