Skip to content

Commit

Permalink
Better docs building (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar committed Jan 3, 2024
1 parent b495f42 commit e7e9494
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IteratorSampling.jl

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://tortar.github.io/IteratorSampling.jl/dev/api)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://tortar.github.io/IteratorSampling.jl/dev)
[![codecov](https://codecov.io/github/Tortar/IteratorSampling.jl/graph/badge.svg?token=F8W0MC53Z0)](https://codecov.io/github/Tortar/IteratorSampling.jl)

This package allows to sample from any iterable in a single pass through the data,
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makedocs(
modules = [IteratorSampling],
sitename = "IteratorSampling.jl",
pages = [
"API" => "api.md",
"API" => "index.md",
],
)

Expand Down
File renamed without changes.

0 comments on commit e7e9494

Please sign in to comment.