Skip to content

Commit

Permalink
Merge pull request #221 from NREL/ndr/update-docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
kylecarow authored May 20, 2024
2 parents 0940a6d + 2a79e4b commit 1d05cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
</a>
</div>




RouteE Compass is an energy-aware routing engine for the RouteE ecosystem of software tools with the following key features:

- Dynamic and extensible search objectives that allow customized blends of distance, time, cost, and energy (via RouteE Powertrain) at query-time
Expand All @@ -36,6 +33,8 @@ See the [documentation](https://nrel.github.io/routee-compass/) for more informa

RouteE Compass is currently maintained by Nick Reinicke ([@nreinicke](https://github.com/nreinicke)) and Rob Fitzgerald ([@robfitzgerald](https://github.com/robfitzgerald)).

If you're interested in contributing, please checkout the [contributing](https://nrel.github.io/routee-compass/developers/contributing.html) guide.

## License

Copyright 2023 Alliance for Sustainable Energy, LLC
Expand Down
1 change: 1 addition & 0 deletions docs/developers/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This simple guide will walk you through the process of contributing to RouteE Co

1. Create and activate a new virtual environment with the tool of your choice (e.g. venv, conda, pipenv, etc.).
1. Install the package and dependencies by running pip install -e ".[dev]". This will install the package in editable mode, so you can make changes to the code and see them reflected in your environment.
1. Make sure everything is working by running the tests with pytest. `pytest python/tests`

## Opening a Pull Request

Expand Down

0 comments on commit 1d05cd1

Please sign in to comment.