Skip to content

Commit 25d2f43

Browse files
authored
Add DifferentiationInterface logo (#220)
1 parent 0047722 commit 25d2f43

5 files changed

Lines changed: 697 additions & 1 deletion

File tree

DifferentiationInterface/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![DifferentiationInterface Logo](https://raw.githubusercontent.com/gdalle/DifferentiationInterface.jl/DifferentiationInterface/docs/src/assets/logo.svg)
2+
13
# DifferentiationInterface
24

35
[![Build Status](https://github.com/gdalle/DifferentiationInterface.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gdalle/DifferentiationInterface.jl/actions/workflows/CI.yml?query=branch%3Amain)

DifferentiationInterface/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ makedocs(;
4040
modules=[DifferentiationInterface, ADTypes, extensions...],
4141
authors="Guillaume Dalle, Adrian Hill",
4242
sitename="DifferentiationInterface.jl",
43-
format=Documenter.HTML(),
43+
format=Documenter.HTML(; assets=["assets/favicon.ico"]),
4444
pages=[
4545
"Home" => "index.md",
4646
"Start here" => ["tutorial.md", "overview.md", "backends.md"],
119 KB
Binary file not shown.

0 commit comments

Comments
 (0)