Skip to content

Commit

Permalink
Add logo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 29, 2021
1 parent 430dcfc commit 28c1f8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cp(normpath(@__FILE__, "../../LICENSE.md"), normpath(@__FILE__, "../src/license.

makedocs(
modules = [Graphs],
format = Documenter.HTML(),
sitename = "Graphs",
format = Documenter.HTML(),
sitename = "Graphs.jl",
doctest = false,
pages = Any[
"Getting Started" => "index.md",
Expand Down
Binary file added docs/src/assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Graphs
# Graphs.jl

The goal of *Graphs.jl* is to offer a performant platform for network and graph analysis in Julia. To this end, Graphs offers both (a) a set of simple, concrete graph implementations -- `SimpleGraph` (for undirected graphs) and `SimpleDiGraph` (for directed graphs), and (b) an API for the development of more sophisticated graph implementations under the `AbstractGraph` type.

Expand Down

0 comments on commit 28c1f8f

Please sign in to comment.