Skip to content

Commit 83613b2

Browse files
Copilotjpn--
andauthored
Fix Sphinx currentmodule directive for location choice documentation (#1034)
* Initial plan * Fix currentmodule directive in work_location_choice.md and school_location_choice.md Co-authored-by: jpn-- <1036626+jpn--@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jpn-- <1036626+jpn--@users.noreply.github.com>
1 parent aa58cc4 commit 83613b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/dev-guide/components/school_location_choice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# School Location
33

44
```{eval-rst}
5-
.. currentmodule:: activitysim.abm.models.location_choice.school_location
5+
.. currentmodule:: activitysim.abm.models.location_choice
66
```
77

88
The usual school location choice models assign a usual school location for the primary

docs/dev-guide/components/work_location_choice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Work Location
33

44
```{eval-rst}
5-
.. currentmodule:: activitysim.abm.models.location_choice.workplace_location
5+
.. currentmodule:: activitysim.abm.models.location_choice
66
```
77

88
The usual work location choice models assign a usual work location for the primary

0 commit comments

Comments
 (0)