Morten Piibeleht

Results 115 issues of Morten Piibeleht

This allows regex - substitution pairs to be passed as doctest filters, giving more control over filtering. For example, the following filter can be used to only retain the first...

Type: Enhancement

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

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

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

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

As I was setting up Documenter for a package, the following thoughts crossed my mind: - [x] It should be possible to add the GitHub deploy key automatically using GitHub's...

Status: Available
Type: Enhancement

The user can include additional JS scripts in the HTML page by passing the URLs via the `assets` keyword to `HTML`. Currently, the generated `` tags get placed after the...

Type: Enhancement
help wanted
Format: HTML

This type of doctest, where `show` throws an error, does not work currently: ``` julia> gd Error showing value of type GroupedDataFrame{DataFrame}: ERROR: AssertionError: The current number of rows in...

Type: Bug
help wanted

Currently, suppose I have a file like ```julia function foo(x) error("error on line $(@__LINE__)") end #- foo(42) ``` I get an error which does not actually show a stacktrace of...

_Hi! This is an automated pull request by @mortenpi._ The next [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl) release (0.20) will make breaking changes to the `makedocs` and `deploydocs` functions. This PR makes sure that your...