-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
project: | ||
type: website | ||
|
||
format: | ||
html: | ||
theme: cosmo | ||
css: styles.css | ||
toc: true | ||
|
||
website: | ||
twitter-card: true | ||
open-graph: true | ||
repo-actions: [issue] | ||
navbar: | ||
background: primary | ||
search: true | ||
sidebar: | ||
style: floating | ||
|
||
metadata-files: [nbdev.yml, sidebar.yml] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
project: | ||
output-dir: _docs | ||
|
||
website: | ||
title: "causalnlp" | ||
site-url: "https://amaiya.github.io/causalnlp/" | ||
description: "CausalNLP: A Practical Toolkit for Causal Inference with Text" | ||
repo-branch: main | ||
repo-url: "https://github.com/amaiya/causalnlp/tree/main/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ author = Arun S. Maiya | |
author_email = [email protected] | ||
copyright = Arun S. Maiya | ||
branch = main | ||
version = 0.7.0 | ||
min_python = 3.6 | ||
version = 0.8.dev | ||
min_python = 3.8 | ||
audience = Developers | ||
language = English | ||
# Set to True if you want to create a more fancy sidebar.json than the default | ||
|
@@ -40,7 +40,7 @@ requirements = transformers pandas numpy>=1.18.5 scipy>=1.4.1 matplotlib pandas | |
|
||
# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root | ||
nbs_path = nbs | ||
doc_path = docs | ||
doc_path = _docs | ||
|
||
# Whether to look for library notebooks recursively in the `nbs_path` dir | ||
recursive = False | ||
|