Skip to content

Commit

Permalink
Add logo (#116)
Browse files Browse the repository at this point in the history
* add logo

* add logo
  • Loading branch information
aloctavodia authored Aug 6, 2023
1 parent 7c02015 commit 42bff03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# Bayesian Additive Regression Trees for Probabilistic programming with PyMC

![pymc-bart logo](docs/logos/pymc_bart.png)

PyMC-BART extends [PyMC](https://github.com/pymc-devs/pymc) probabilistic programming framework to be able to define and solve models including a BART random variable. PyMC-BART also includes a few helpers function to aid with the interpretation of those models and perform variable selection.

Expand Down
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os, sys
from pathlib import Path
from sphinx.application import Sphinx

# -- Project information -----------------------------------------------------
project = "PyMC-BART"
Expand Down Expand Up @@ -76,13 +75,13 @@


html_favicon = "../_static/PyMC.ico"
html_logo = "../_static/PyMC.png"
html_logo = "logos/pymc_bart.png"
html_title = "PyMC-BART"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["../_static"]
html_static_path = ["../_static", "logos"]
html_extra_path = ["../_thumbnails"]
templates_path = ["../_templates"]
html_sidebars = {
Expand Down
Binary file added docs/logos/pymc_bart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42bff03

Please sign in to comment.