Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Commit

Permalink
Remove references to io.md and pooling.md in manual
Browse files Browse the repository at this point in the history
io.md does not exist since the readtable() has been removed. Pooling
should be called categorical, so rename the file and sections.
  • Loading branch information
nalimilan committed May 28, 2017
1 parent c6bc9fb commit 08a38b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ makedocs(
"Introduction" => "index.md",
"User Guide" => Any[
"Getting Started" => "man/getting_started.md",
"IO" => "man/io.md",
"Joins" => "man/joins.md",
"Split-apply-combine" => "man/split_apply_combine.md",
"Reshaping" => "man/reshaping_and_pivoting.md",
"Sorting" => "man/sorting.md",
"Pooling" => "man/pooling.md",
"Categorical Data" => "man/categorical.md",
"Querying frameworks" => "man/querying_frameworks.md",
],
"API" => Any[
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Package Manual

```@contents
Pages = ["man/getting_started.md", "man/io.md", "man/joins.md", "man/split_apply_combine.md", "man/reshaping_and_pivoting.md", "man/sorting.md", "man/pooling.md", "man/querying_frameworks.md"]
Pages = ["man/getting_started.md", "man/joins.md", "man/split_apply_combine.md", "man/reshaping_and_pivoting.md", "man/sorting.md", "man/categorical.md", "man/querying_frameworks.md"]
Depth = 2
```

Expand All @@ -17,5 +17,5 @@ Depth = 2
## Documentation Index

```@index
Pages = ["lib/maintypes.md", "lib/manipulation.md", "lib/utilities.md", "man/io.md"]
Pages = ["lib/maintypes.md", "lib/manipulation.md", "lib/utilities.md"]
```
File renamed without changes.

0 comments on commit 08a38b6

Please sign in to comment.