Skip to content

Commit

Permalink
Merge pull request #758 from PolicyEngine/documentation-example
Browse files Browse the repository at this point in the history
Add documentation example
  • Loading branch information
nikhilwoodruff authored Sep 14, 2023
2 parents 10944cd + efb1043 commit 0219c73
Show file tree
Hide file tree
Showing 9 changed files with 1,334 additions and 1,221 deletions.
4 changes: 2 additions & 2 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- bump: minor
- bump: patch
changes:
added:
- Update National Insurance documentation
- Documentation example.
2 changes: 2 additions & 0 deletions docs/book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ sphinx:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
html_theme: furo
pygments_style: default
html_css_files:
- style.css
extra_extensions:
- "sphinx.ext.autodoc"
- "sphinxarg.ext"
Expand Down
9 changes: 9 additions & 0 deletions docs/book/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz@8..144&family=Roboto:wght@300&display=swap');

h1, h2, h3, h4, h5, h6 {
font-family: "Roboto";
}

body {
font-family: "Roboto Serif";
}
3 changes: 3 additions & 0 deletions docs/book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ parts:
- caption: Using the model
chapters:
- file: usage/getting-started
- caption: Examples
chapters:
- file: examples/income-sources
Loading

0 comments on commit 0219c73

Please sign in to comment.