Skip to content

Commit

Permalink
update docs (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jan 5, 2024
1 parent 4867513 commit 73a7147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/component_models/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ impedance.
\dot{i}_{i,\text{cv}} &= \frac{\Omega_b}{l_f}\left( v_i^{\text{cv}} - v_i - r_f i_{i,\text{cv}} - \omega_{\text{grid}} l_f i_{r,\text{cv}} \right) \tag{1b} \\
\dot{v}_{r} &= \frac{\Omega_b}{c_f}\left( i_r^{\text{cv}} - i_r + \omega_{\text{grid}} c_f v_i \right) \tag{1c} \\
\dot{v}_{i} &= \frac{\Omega_b}{c_f}\left( i_i^{\text{cv}} - i_i - \omega_{\text{grid}} c_f v_r \right) \tag{1d} \\
\dot{i}_{r} &= \frac{\Omega_b}{l_g}\left( v_r - v_r^{\text{grid}} - r_g i_{r} + \omega_{\text{grid}} l_g i_{i,\text{cv}} \right) \tag{1e} \\
\dot{i}_{i} &= \frac{\Omega_b}{l_g}\left( v_i - v_i^{\text{grid}} - r_g i_{i} - \omega_{\text{grid}} l_g i_{r,\text{cv}} \right) \tag{1f}
\dot{i}_{r} &= \frac{\Omega_b}{l_g}\left( v_r - v_r^{\text{grid}} - r_g i_{r} + \omega_{\text{grid}} l_g i_{i} \right) \tag{1e} \\
\dot{i}_{i} &= \frac{\Omega_b}{l_g}\left( v_i - v_i^{\text{grid}} - r_g i_{i} - \omega_{\text{grid}} l_g i_{r} \right) \tag{1f}
\end{align}
```

Expand Down

2 comments on commit 73a7147

@jd-lara
Copy link
Member

@jd-lara jd-lara commented on 73a7147 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/98337

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.14.0 -m "<description of version>" 73a7147e5fbcba35b539c258156167c98ac4a5e8
git push origin v0.14.0

Also, note the warning: Version 0.14.0 skips over 0.13.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.