Skip to content

Commit

Permalink
fix(readme): Fix Documentation links in README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jan 9, 2020
1 parent 038bfa2 commit 20e6be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import honeybee_model_schema

```

## [API Documentation](https://ladybug-tools-in2.github.io/honeybee-model-schema/)
## API Documentation
[Model Schema](https://ladybug-tools-in2.github.io/honeybee-model-schema/model.html)
[Energy Simulation Parameter Schema](https://ladybug-tools-in2.github.io/honeybee-model-schema/simulation-parameter.html)

## Local Development
1. Clone this repo locally
Expand Down
2 changes: 1 addition & 1 deletion honeybee_model_schema/energy/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def check_values(cls, v):
sizing_parameter: SizingParameter = Schema(
default=None,
description='A SizingParameter object with criteria for sizing the '
'heating and cooling systm.'
'heating and cooling system.'
)


Expand Down

0 comments on commit 20e6be9

Please sign in to comment.