Skip to content

Commit

Permalink
Update README.md (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamel Husain authored Apr 6, 2021
1 parent 68c589c commit 4b60fb3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# quantecon-book-theme
A Jupyter Book Theme for QuantEcon Book Style Projects

## Usage

To use this theme in [Jupyter Book](https://github.com/executablebooks/jupyter-book):

1. Install the theme

`pip install git+https://github.com/QuantEcon/quantecon-book-theme.git`

2. Add the theme to your `_config.yml` file:

```yaml
sphinx:
config:
html_theme: quantecon_book_theme
```
## Updating Fixtures for Tests
### Updating test regression files on layout changes
Expand Down

1 comment on commit 4b60fb3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.