This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 11# Autogenerated by nbdev
22
33d = { '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__' ,
Original file line number Diff line number Diff line change 22 output-dir : _docs
33
44website :
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 "
Original file line number Diff line number Diff line change 1+ website :
2+ sidebar :
3+ contents :
4+ - index.ipynb
5+ - section : API
6+ contents :
7+ - api/*
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ put_version_in_init = True
2020
2121# ## Docs ###
2222branch = main
23- custom_sidebar = False
23+ custom_sidebar = True
2424doc_host = https://%(user)s.github.io
2525doc_baseurl = /%(repo)s
2626git_url = https://github.com/%(user)s/%(repo)s
You can’t perform that action at this time.
0 commit comments