JuliaDocs/Documenter.jl

Document how to modify IOContext parameters in outputs

開放

#2,207 建立於 2023年8月14日

 (3 則留言) (0 個反應) (0 位負責人)Julia (513 個分叉)batch import
Type: Documentationgood first issue

倉庫指標

星標
 (910 顆星)
PR 合併指標
 (平均合併 16天 9小時) (30 天內合併 3 個 PR)

描述

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

貢獻者指南