Skip to content

Commit c7cd7fd

Browse files
authored
Merge pull request #26 from 36000/add_logo
Add logo
2 parents b1f2ad3 + e9a1b85 commit c7cd7fd

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# _AFQ-Insight_ Python based statistical learning for tractometry
22

3+
![Project Logo](docs/_static/logo.png)
4+
35
[![Build Status](https://github.com/richford/AFQ-Insight/workflows/Build/badge.svg)](https://github.com/richford/AFQ-Insight/workflows/Build/badge.svg)
46
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
57
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3585942.svg)](https://doi.org/10.5281/zenodo.3585942)

docs/_static/logo.png

210 KB
Loading

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
# The name of an image file (relative to this directory) to place at the top
145145
# of the sidebar.
146-
# html_logo = None
146+
html_logo = "_static/logo.png"
147147

148148
# The name of an image file (within the static path) to use as favicon of the
149149
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

0 commit comments

Comments
 (0)