TNO Intern

Commit 5c9b53c5 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Merge branch '95-fix-some-aesthetic-issues' into 'main'

Resolve "Fix some aesthetic issues"

Closes #95

See merge request !117
parents 016d0def 057a50a6
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -35,8 +35,12 @@ This file should contain the following variables:
- `THERMOGIS_JAR`: Path to the ThermoGIS `.jar` file; __including__ the name of the jar file
  *(e.g. `/path/to/the/thermogis-1.7.0-shaded.jar`)*

Example:
![img.png](docs/images/dotenv_file_example.png)
Example .env contents:

```
THERMOGIS_JAR = /path/to/the/thermogis-1.7.0-shaded.jar
JAVA_HOME = C:\Program Files \Amazon Corretto\jdk17.0.0_0
```

### 3. Import pythermogis into your own python projects

−42.2 KiB
Loading image diff...
+6 −2
Original line number Diff line number Diff line
@@ -21,8 +21,12 @@ This file should contain the following variables:
- `THERMOGIS_JAR`: Path to the ThermoGIS `.jar` file; __including__ the name of the jar file
  *(e.g. `/path/to/the/thermogis-1.7.0-shaded.jar`)*

Example:
![img.png](../images/dotenv_file_example.png)
Example .env contents:

```
THERMOGIS_JAR = /path/to/the/thermogis-1.7.0-shaded.jar
JAVA_HOME = C:\Program Files \Amazon Corretto\jdk17.0.0_0
```


### 3. Import pythermogis into your own python projects
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ theme:
    scheme: default
    primary: light blue
    accent: red
  favicon: images/pyThermoGIS_transparent.png
  favicon: images/pythermogis_transparent.png
  logo: images/pyThermoGIS_transparent.png
  features:
    - navigation.path