JuliaDocs/Documenter.jl

Document how to modify IOContext parameters in outputs

Ouverte

#2 207 ouverte le 14 août 2023

 (3 commentaires) (0 réaction) (0 personne assignée)Julia (513 forks)batch import
Type: Documentationgood first issue

Métriques du dépôt

Stars
 (910 étoiles)
Métriques de merge PR
 (Merge moyen 16j 9h) (3 PRs mergées en 30 j)

Description

I.e. number of columns of the REPL output etc. -- would be good to have a short how-to guide for this in the docs. Related issues:

@fredrikekre: in reference to https://github.com/JuliaDocs/Documenter.jl/issues/1450, how do you imagine the user using DisplayAs.(set|with)context in Documenter? Explicitly call it in the at-example/repl block? I.e. something like this?

```@example
f() = collect('a':'z') # hide
f() |> DisplayAs.withcontext(...)
```

Guide contributeur