Skip to content

Commit

Permalink
rebuild charts documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jan 11, 2025
1 parent 60e42b7 commit 06909ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/developer/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ We use [Semantic Versioning (SemVer)](https://semver.org/) to ensure server vers
## Bump2version

We use `bump2version` tool to simplify versioning in the `digital-growth-charts-server` and `rcpchgrowth-python` packages.

## References

With every deploy of the server, `generate_and_store_chart_data` gets run, which skips centile chart generation from references if they already exist. On the command line though it is possible to override this and rebuild all the centile data files.

```python
python
from main import generate_and_store_chart_data
generate_and_store_chart_data(overwrite=True)
```

0 comments on commit 06909ad

Please sign in to comment.