Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff authored Sep 14, 2023
2 parents fb99593 + c9d4a2a commit fbd8d94
Show file tree
Hide file tree
Showing 11 changed files with 1,345 additions and 1,220 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.55.3] - 2023-09-14 13:53:16

### Added

- Documentation example.

## [0.55.2] - 2023-08-24 14:59:45

### Added
Expand Down Expand Up @@ -1007,6 +1013,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[0.55.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.2...0.55.3
[0.55.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.1...0.55.2
[0.55.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.0...0.55.1
[0.55.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.54.0...0.55.0
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -836,3 +836,8 @@
added:
- Documentation for fuel duty.
date: 2023-08-24 14:59:45
- bump: patch
changes:
added:
- Documentation example.
date: 2023-09-14 13:53:16
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:[email protected]&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 @@ -17,3 +17,6 @@ parts:
- caption: Using the model
chapters:
- file: usage/getting-started
- caption: Examples
chapters:
- file: examples/income-sources
Loading

0 comments on commit fbd8d94

Please sign in to comment.