Skip to content

Commit

Permalink
Merge pull request #116 from digital-carver/docdescribe
Browse files Browse the repository at this point in the history
docs: add a package Description and a See Also section
  • Loading branch information
oxinabox authored Dec 14, 2023
2 parents 4e0c352 + 94e0d51 commit 0791c83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@

Install this package with `Pkg.add("IterTools")`

## Description

Common functional iterator patterns.

This package provides tools for working with iterators, in addition to those provided by `Base.Iterators`. It is lightweight and has no dependencies.

## Index
```@index
Modules = [IterTools]
```

## See also

* [`Base.Iterators`](https://docs.julialang.org/en/v1/base/iterators/) is included with Julia
* [SplitApplyCombine.jl](https://github.com/JuliaData/SplitApplyCombine.jl) has "tools [that] come in the form of high-level functions that operate on iterable or indexable containers in an intuitive and simple way"

0 comments on commit 0791c83

Please sign in to comment.