Skip to content

Commit 655e168

Browse files
committed
Added houses_for_aspected to documentation.
1 parent ef0faf3 commit 655e168

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/3-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Now `native_chart`'s planets/objects will aspect `partner_chart`'s planets/objec
6161

6262
All chart instances additionally feature a `house_for()` method which takes a chart object as a parameter. This simply returns the index of the current chart's house where the passed chart object would appear. This can be useful in conjunction with the above functionality to see which houses a transiting planet is in, or which houses in your chart a partner's planets appear.
6363

64+
Similarly, the `Transits` chart class features an additional `houses_for_aspected` boolean parameter. This will give the transits chart the same houses as the `aspected_to` chart for easy transit tracking.
65+
6466
## Human-Readable
6567

6668
You can simply print out a chart's property to see human-readable data, eg.:

immanuel/charts.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
1313
Instead of a dedicated synastry chart, the optional aspects_to parameter
1414
in each chart type's constructor takes another Chart instance and forms its
15-
aspects to the planets in that chart rather than its own.
15+
aspects to the planets in that chart rather than its own. An additional
16+
houses_for_aspected boolean is available on the Transits chart to use the
17+
houses of the passed aspects_to chart.
1618
1719
"""
1820

0 commit comments

Comments
 (0)