Skip to content

Commit

Permalink
Minimize divergence
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 29, 2023
1 parent 685b90d commit 4202619
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ makedocs(;
authors="JuliaGraphs contributors",
sitename="GraphsBase.jl",
format=Documenter.HTML(;
repolink="https://github.com/JuliaGraphs/GraphsBase.jl",
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://juliagraphs.org/GraphsBase.jl",
assets=String[],
Expand Down
5 changes: 0 additions & 5 deletions docs/src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ Modules = [GraphsBase.SimpleGraphs]
```@autodocs
Modules = [GraphsBase.SimpleWeightedGraphs]
```

## Index

```@index
```
6 changes: 1 addition & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ CurrentModule = GraphsBase

# GraphsBase

## API reference

```@autodocs
Modules = [GraphsBase]
```
Documentation for [GraphsBase](https://github.com/JuliaGraphs/GraphsBase.jl).

## Index

Expand Down
5 changes: 0 additions & 5 deletions docs/src/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,3 @@ GraphsBase.check_comparable_interface
GraphsBase.check_edge_interface
GraphsBase.check_graph_interface
```

## Index

```@index
```

0 comments on commit 4202619

Please sign in to comment.