Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Automatic tap changer documentation #606

Merged
merged 31 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4dd2091
first setup for auto tap docs
mgovers May 22, 2024
be40cb1
fix typos
mgovers May 23, 2024
6d727e1
fix typos
mgovers May 23, 2024
e917fe0
explain documentation
mgovers May 23, 2024
569ab3f
fix typo
mgovers May 23, 2024
a2fc831
Merge branch 'main' into feature/auto-tap-docs
mgovers May 23, 2024
e6c330d
Merge remote-tracking branch 'origin/main' into feature/auto-tap-docs
mgovers May 24, 2024
4f7584f
minor typo
mgovers May 24, 2024
36b5205
Merge remote-tracking branch 'origin/main' into feature/auto-tap-docs
mgovers May 24, 2024
d8faf43
better equations
mgovers May 24, 2024
d0e010a
add calculation docs on auto tap
mgovers May 24, 2024
c383e2c
cleanup
mgovers May 27, 2024
a008126
fix typesetting
mgovers May 27, 2024
e8fb8a5
add tap changing strategy to default imports
mgovers May 27, 2024
de09944
Merge branch 'main' into feature/auto-tap-docs
mgovers May 28, 2024
5c8c22a
more elaboration on the u_band
mgovers May 28, 2024
4a2a853
resolve some comments
mgovers May 29, 2024
579a0df
resolve comments
mgovers May 30, 2024
0c936bd
fix sign convention
mgovers May 30, 2024
7c0e136
remove calculated bounds on min uband and line drop compensation
mgovers May 30, 2024
4721121
fix layout
mgovers May 31, 2024
0f70f38
fix layout
mgovers May 31, 2024
d01c83b
slightly elaborate any strategy
mgovers May 31, 2024
2e22b86
resolve comments
mgovers May 31, 2024
4acaabb
Merge branch 'main' into feature/auto-tap-docs
mgovers May 31, 2024
4c3edcb
Merge branch 'feature/auto-tap-docs' of https://github.com/PowerGridM…
mgovers May 31, 2024
463c453
another attempt
mgovers May 31, 2024
e6b8e2b
improve
mgovers May 31, 2024
106cf5d
more comments
mgovers May 31, 2024
a9019ad
improve more
mgovers May 31, 2024
3b62d97
Merge branch 'main' into feature/auto-tap-docs
mgovers Jun 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced_documentation/build-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sudo apt install -y wget curl zip unzip tar git build-essential gcovr lcov gcc g

The recommended way to get C++ package is via [Homebrew](https://brew.sh/).

```note
```{note}
Go to its website to follow the installation instruction.
```

Expand Down
Loading
Loading