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

Could documenter accept .jmd files from Weave.jl in the `pages` kwarg? Currently I'm just making a copy with an md extension.

Type: Enhancement

When including a function in doctest that has logging and uses the `maxlog` keyword argument, the log is given on every single call regardless of the `maxlog` value. For example,...

I am wondering how one can put links in the sidebar. For example, [I currently have documentation pages for tutorials](https://juliadiffeq.github.io/DiffEqDocs.jl/latest/index.html), but would instead like to make the top level `Tutorial`...

Status: Available
Type: Feature

Hi everyone I'm in the process of trying to use Documenter to document a medium sized project. I've written plenty of technical reference material in the past (a lot in...

Type: Documentation

The "PDF/LaTeX backend" stage often fails on CI, causing the docs not to deploy (since they only deploy if that stage passes): ``` PDF/LaTeX: simple: Test Failed at /home/travis/build/JuliaDocs/Documenter.jl/test/examples/tests_latex.jl:24 Expression:...

Type: Tests
Format: LaTeX

It would be nice if there were instructions for how to setup the PDF deployment.

Type: Documentation
Format: LaTeX

Hi! I want to add examples to my functions, but in many cases it is hard or not necessary to test the expected output. However, it may still be useful...

Type: Enhancement
help wanted

A long time ago [it was suggested on Discourse](https://discourse.julialang.org/t/how-to-search-the-manual-more-efficiently/19314/7) that the search should have an [OpenSearch](https://github.com/dewitt/opensearch) file which the browsers should be able to pick up automatically. Something like: ```xml...

Type: Enhancement
Format: HTML

`julia --color=yes make.jl` fails with an error: `ERROR: LoadError: UndefVarError: cdf not defined` My module does include parameters and local variables here and there named `cdf`. The stack trace includes...

Type: Bug

I ma trying to sue `doctest(MyProject,fix=true)` to auto-generate the output for a package I want to add doctests to. When I add an entry ```jldoctest a = 1 b =...

Type: Bug