Skip to content

Commit

Permalink
rename cspell dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Aug 14, 2023
1 parent 762464d commit b7fafc5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 23 deletions.
37 changes: 37 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// cSpell Settings
{
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
"autoload",
"buildingspy",
"Combi",
"cvrmsd",
"dassl",
"dymola",
"GDHC",
"levelname",
"libfortran",
"linecount",
"mfrt",
"MODELICAPATH",
"mofile",
"openstudio",
"oversizing",
"redeclarations",
"Reparse",
"setpoint",
"timeseries",
"timestep",
"urbanopt"
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": [
"hte"
]
}
21 changes: 0 additions & 21 deletions .cspell/custom-dictionary-workspace.txt

This file was deleted.

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The project is motivated by the need to easily evaluate district energy systems.
Getting Started
---------------

It is possible to test the GeoJSON to Modelica Translator (GMT) by simpling installing the Python package and running the
It is possible to test the GeoJSON to Modelica Translator (GMT) by simply installing the Python package and running the
command line interface (CLI) with results from and URBANopt SDK set of results. However, to fully leverage the
functionality of this package (e.g., running simulations), then you must also install the Modelica Buildings
library (MBL) and Docker. Instructions for installing and configuring the MBL and Docker are available
Expand Down Expand Up @@ -55,7 +55,7 @@ More example projects are available in an accompanying
Architecture Overview
---------------------

The GMT is designed to enable "easy" swapping of building loads, district systems, and newtork topologies. Some
The GMT is designed to enable "easy" swapping of building loads, district systems, and network topologies. Some
of these functionalities are more developed than others, for instance swapping building loads between Spawn and
RC models (using TEASER) is fleshed out; however, swapping between a first and fifth generation heating system has
yet to be fully implemented.
Expand Down

0 comments on commit b7fafc5

Please sign in to comment.