Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 1a0b1d3

Browse files
committed
enable github pages
1 parent ed83ad8 commit 1a0b1d3

5 files changed

Lines changed: 26 additions & 19 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# name: Deploy to GitHub Pages
1+
name: Deploy to GitHub Pages
22

3-
# permissions:
4-
# contents: write
5-
# pages: write
3+
permissions:
4+
contents: write
5+
pages: write
66

7-
# on:
8-
# push:
9-
# branches: [ "main", "master" ]
10-
# workflow_dispatch:
11-
# jobs:
12-
# deploy:
13-
# runs-on: ubuntu-latest
14-
# steps: [uses: fastai/workflows/quarto-ghp@master]
7+
on:
8+
push:
9+
branches: [ "main", "master" ]
10+
workflow_dispatch:
11+
jobs:
12+
deploy:
13+
runs-on: ubuntu-latest
14+
steps: [uses: fastai/workflows/quarto-ghp@master]

explainax/_modidx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Autogenerated by nbdev
22

33
d = { 'settings': { 'branch': 'main',
4-
'doc_baseurl': '/jax-explainax',
4+
'doc_baseurl': '/explainax',
55
'doc_host': 'https://birkhoffg.github.io',
6-
'git_url': 'https://github.com/birkhoffg/jax-explainax',
6+
'git_url': 'https://github.com/birkhoffg/explainax',
77
'lib_path': 'explainax'},
88
'syms': { 'explainax.attr.base': { 'explainax.attr.base.Attribution': ('api/attr.base.html#attribution', 'explainax/attr/base.py'),
99
'explainax.attr.base.Attribution.__init__': ( 'api/attr.base.html#attribution.__init__',

nbs/nbdev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ project:
22
output-dir: _docs
33

44
website:
5-
title: "jax-interpret"
6-
site-url: "https://birkhoffg.github.io/jax-interpret"
7-
description: ""
5+
title: "explainax"
6+
site-url: "https://birkhoffg.github.io/explainax"
7+
description: "JAX-based Model Explanation and Interpretation Library"
88
repo-branch: main
9-
repo-url: "https://github.com/birkhoffg/jax-interpret"
9+
repo-url: "https://github.com/birkhoffg/explainax"

nbs/sidebar.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
website:
2+
sidebar:
3+
contents:
4+
- index.ipynb
5+
- section: API
6+
contents:
7+
- api/*

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ put_version_in_init = True
2020

2121
### Docs ###
2222
branch = main
23-
custom_sidebar = False
23+
custom_sidebar = True
2424
doc_host = https://%(user)s.github.io
2525
doc_baseurl = /%(repo)s
2626
git_url = https://github.com/%(user)s/%(repo)s

0 commit comments

Comments
 (0)