Skip to content

Commit

Permalink
document \bbsemi (#30)
Browse files Browse the repository at this point in the history
* document \bbsemi

* fix import
  • Loading branch information
MasonProtter authored Feb 6, 2024
1 parent de9826b commit f3892cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "8da447ffae6dbb8bdb3c155c589c8b114eb9958a"
project_hash = "fe71b10f25269fd113a1c2614d69c2d2681eec8c"

[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
CompositionsBase = "a33af91c-f02d-484b-be07-31d278c5ca2b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataTools = "96c8136d-373b-4a4f-9482-8552faa6eb26"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import OnlineStats
import Random
using Documenter
using Transducers
using CompositionsBase: CompositionsBase,

EXAMPLE_PAGES = [
"Tutorial: Missing values" => "tutorials/tutorial_missings.md",
Expand Down Expand Up @@ -165,7 +166,7 @@ howto = filter(((_, path),) -> startswith(path, "howto/"), examples)

@info "`makedocs` with" doctest
makedocs(;
modules = [Transducers],
modules = [Transducers, CompositionsBase],
pages = [
"Home" => "index.md",
"Reference" =>
Expand All @@ -180,6 +181,7 @@ makedocs(;
"Internals" => "explanation/internals.md",
],
],
checkdocs=:none,
#repo = "https://github.com/JuliaFolds2/Transducers.jl/blob/{commit}{path}#L{line}",
sitename = "Transducers.jl",
authors = "Takafumi Arakaki",
Expand Down
1 change: 1 addition & 0 deletions docs/src/reference/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Transducers.append_unordered!

```@docs
Transducers.Transducer
CompositionsBase.:⨟
Base.:∘
Base.adjoint
```
Expand Down

0 comments on commit f3892cc

Please sign in to comment.