Skip to content

Commit

Permalink
docs: fix spelling of GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Strömer committed Jun 2, 2024
1 parent 00ed4ad commit 0e730c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ for easy extension and customization.
# TODO: cleanup the "About" section, and integrate it here
```

Check out the following Github repositories for more information:
Check out the following GitHub repositories for more information:

- [IESopt.jl](https://github.com/ait-energy/IESopt.jl), the core model (a Julia package).
- [iesopt-py](https://github.com/ait-energy/iesopt-py), the Python interface.

!!! danger "Moving to open-source"
We are currently working (hard) on getting IESopt fully open-source on Github, which requires some clean-up of
We are currently working (hard) on getting IESopt fully open-source on GitHub, which requires some clean-up of
(potentially) confindential left-overs (e.g., from projects). Meanwhile, a lot of internals are changing (after
staying fixed for a long time), and the documentation needs to be checked page-by-page. If you are trying to
get started before we manage to fix everything, get in touch with us directly - we'll help you set up everything you
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/dev_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following set of extensions may be helpful, either for development or docume
- [Julia](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia)
- [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server)
- [Markdown Julia](https://marketplace.visualstudio.com/items?itemName=colinfang.markdown-julia)
- [Markdown Preview Github Styling](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles)
- [Markdown Preview GitHub Styling](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles)
- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
- [Rainbow CSV](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv)

Expand Down

0 comments on commit 0e730c8

Please sign in to comment.