Skip to content

Commit 42bff03

Browse files
authored
Add logo (#116)
* add logo * add logo
1 parent 7c02015 commit 42bff03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# Bayesian Additive Regression Trees for Probabilistic programming with PyMC
33

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

56
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.
67

docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os, sys
22
from pathlib import Path
3-
from sphinx.application import Sphinx
43

54
# -- Project information -----------------------------------------------------
65
project = "PyMC-BART"
@@ -76,13 +75,13 @@
7675

7776

7877
html_favicon = "../_static/PyMC.ico"
79-
html_logo = "../_static/PyMC.png"
78+
html_logo = "logos/pymc_bart.png"
8079
html_title = "PyMC-BART"
8180

8281
# Add any paths that contain custom static files (such as style sheets) here,
8382
# relative to this directory. They are copied after the builtin static files,
8483
# so a file named "default.css" will overwrite the builtin "default.css".
85-
html_static_path = ["../_static"]
84+
html_static_path = ["../_static", "logos"]
8685
html_extra_path = ["../_thumbnails"]
8786
templates_path = ["../_templates"]
8887
html_sidebars = {

docs/logos/pymc_bart.png

71.4 KB
Loading

0 commit comments

Comments
 (0)