Skip to content

Commit

Permalink
chore: update docs, readme and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hoishing committed Dec 24, 2024
1 parent 29df668 commit e2fcf57
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ print(stats.full_report(kind="markdown"))

- optional dependencies for PDF report generation
- install with `pip install natal[report]`
- see [natal_report] package for details
- see [natal-report] package for details
- [demo_report_light.pdf]: light theme report with Birth Chart
- [demo_report_mono.pdf]: mono theme report with Transit Chart

Expand Down Expand Up @@ -359,6 +359,7 @@ read the [docs] for complete references
[MIT-badge]: https://img.shields.io/github/license/hoishing/natal
[MIT-url]: https://opensource.org/licenses/MIT
[mkdocs-material]: https://github.com/squidfunk/mkdocs-material
[natal-report]: https://github.com/hoishing/natal-report
[pypi-badge]: https://img.shields.io/pypi/v/natal
[pypi-url]: https://pypi.org/project/natal
[pyswisseph]: https://github.com/astrorigin/pyswisseph
Expand Down
1 change: 0 additions & 1 deletion docs/report.md

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: Natal

site_url: https://hoishing.github.io/natal
repo_url: https://github.com/hoishing/natal
extra_css:
- stylesheets/extra.css
Expand Down Expand Up @@ -81,7 +82,6 @@ nav:
- Config: config.md
- Constants: const.md
- Data: data.md
- Report: report.md
- Stats: stats.md
- Utils: utils.md
- License: license.md
Expand Down
4 changes: 3 additions & 1 deletion natal/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ def adjusted_degrees(self, degrees: list[float], min_degree: float) -> list[floa

return avg_adj

def body_wheel(self, wheel_radius: float, data: Data, min_degree: float):
def body_wheel(
self, wheel_radius: float, data: Data, min_degree: float
) -> list[str]:
"""Generate elements for both inner and outer body wheels.
Args:
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2fcf57

Please sign in to comment.