Skip to content

Commit 9f2e1df

Browse files
authored
Add logo to docs (#75)
1 parent 430dcfc commit 9f2e1df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cp(normpath(@__FILE__, "../../LICENSE.md"), normpath(@__FILE__, "../src/license.
88

99
makedocs(
1010
modules = [Graphs],
11-
format = Documenter.HTML(),
12-
sitename = "Graphs",
11+
format = Documenter.HTML(),
12+
sitename = "Graphs.jl",
1313
doctest = false,
1414
pages = Any[
1515
"Getting Started" => "index.md",

docs/src/assets/logo.png

84.3 KB
Loading

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Graphs
1+
# Graphs.jl
22

33
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.
44

0 commit comments

Comments
 (0)