Skip to content

Commit

Permalink
Merge pull request #1187 from pfackeldey/add/logo
Browse files Browse the repository at this point in the history
feat: add new logo
  • Loading branch information
lgray authored Oct 14, 2024
2 parents 01eb603 + de06519 commit 6e4bdb4
Show file tree
Hide file tree
Showing 5 changed files with 11,063 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
args: ["--skip=*.ipynb","-L hist,Hist,nd,SubJet,subjet,Subjet,PTD,ptd,fPt,fpt,Ser,ser,hda"]
args: ["--skip=*.ipynb,*.svg","-L hist,Hist,nd,SubJet,subjet,Subjet,PTD,ptd,fPt,fpt,Ser,ser,hda"]
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.. image:: docs/source/logo/coffea_logo.svg
:align: center
:width: 250px
:alt: logo


coffea - Columnar Object Framework For Effective Analysis
=========================================================

Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def linkcode_resolve(domain, info):
html_theme = "sphinx_rtd_theme"
todo_include_todos = False
htmlhelp_basename = "coffeadoc"
html_logo = "logo/coffea_favicon.png"
html_favicon = "logo/coffea_favicon.png"


# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
Binary file added docs/source/logo/coffea_favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6e4bdb4

Please sign in to comment.