JuliaDocs/Documenter.jl

Document how to modify IOContext parameters in outputs

Open

#2207 aperta il 14 ago 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Julia (513 fork)batch import
Type: Documentationgood first issue

Metriche repository

Star
 (910 star)
Metriche merge PR
 (Merge medio 16g 9h) (3 PR mergiate in 30 g)

Descrizione

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(...)
```

Guida contributor