Skip to content

Commit

Permalink
typos [makedocs]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Nov 14, 2023
1 parent cfaa5f9 commit 2c0b700
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions activitysim/abm/models/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,7 @@ def initialize_landuse(
Parameters
----------
state : State
Returns
-------
?
"""
# trace_label = "initialize_landuse"
# settings_filename = "initialize_landuse.yaml"

with chunk.chunk_log(state, trace_label, base=True) as chunk_sizer:
if model_settings is None:
model_settings = InitializeTableSettings.read_settings_file(
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/components/auto_ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Auto Ownership

```{eval-rst}
.. currentmodule:: activitysim.abm.models.auto_owenership
.. currentmodule:: activitysim.abm.models.auto_ownership
```

The auto ownership model selects a number of autos for each household in the simulation.
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/components/cdap.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ at [cdap](activitysim.abm.models.util.cdap) and contains CDAP model logic.
## Configuration

```{eval-rst}
.. autopydantic_model:: CDAPSettings
.. autopydantic_model:: CdapSettings
:inherited-members: BaseModel, PydanticReadable
:show-inheritance:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/components/school_escorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with the first alternative being no escorting. This file contains the following
## Configuration

```{eval-rst}
.. autopydantic_model:: SchoolEscortingSettings
.. autopydantic_model:: SchoolEscortSettings
:inherited-members: BaseModel, PydanticReadable
:show-inheritance:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/components/vehicle_type_choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Vehicle Type Choice

```{eval-rst}
.. currentmodule:: activitysim.abm.vehicle_type_choice
.. currentmodule:: activitysim.abm.models.vehicle_type_choice
```

The vehicle type choice model selects a vehicle type for each household vehicle. A vehicle type
Expand Down

0 comments on commit 2c0b700

Please sign in to comment.