JuliaDocs/Documenter.jl

Document how to modify IOContext parameters in outputs

オープン

#2,207 opened on 2023/08/14

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (513 件のフォーク)batch import
Type: Documentationgood first issue

Repository metrics

Stars
 (910 個のスター)
PR merge metrics
 (平均マージ 16d 9h) (30d で 3 merged PRs)

説明

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

コントリビューターガイド