Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1cc17f5
Implement basic variant of schema export (blame Claude on issues ;))
fwitte Apr 11, 2026
02d90a1
Merge branch 'dev' into feature/#937-schema-export
fwitte Apr 11, 2026
1108465
Fix missing description
fwitte Apr 11, 2026
00e0d61
Try to fix some indendation issues
fwitte Apr 11, 2026
c0c26cb
Fix SyntaxError
fwitte Apr 11, 2026
f7a7b94
Utilze the schema class instanciator
fwitte Apr 11, 2026
50301ac
Merge branch 'dev' into feature/#937-schema-export
fwitte Apr 11, 2026
ffa5ff1
Fix an indendation
fwitte Apr 11, 2026
a9e425b
Add some testing boilerplate (needs to be checked)
fwitte Apr 11, 2026
3003b6a
Run isort
fwitte Apr 11, 2026
ef766c9
Merge branch 'dev' into feature/#937-schema-export
fwitte Apr 12, 2026
b81b4cb
Merge dev into feature/schemas
fwitte May 3, 2026
7ddcaae
Merge dev into schema
fwitte May 8, 2026
d07c6f6
Add heatports
fwitte May 8, 2026
d8635dd
Merge dev into feature/#937
fwitte May 17, 2026
0a520b7
Fix bold headers
fwitte May 17, 2026
dc78895
exchange _potential_var with _allows_var for component metadata
fwitte May 17, 2026
e702eac
Update data module to include darkmode figures
fwitte May 17, 2026
eb802f2
Deprecate compressor map methods
fwitte May 17, 2026
57b7302
Change paths
fwitte May 17, 2026
66ab885
Vibe code a method that automatically updates the docstrings of compo…
fwitte May 20, 2026
e2a4496
Run docstring updater
fwitte May 20, 2026
edb9bb2
Fix some typos
fwitte May 20, 2026
efa461c
Update changelog
fwitte May 20, 2026
43a946d
Run docstring updater on connection
fwitte May 20, 2026
b9ff5dd
Remove dublications
fwitte May 20, 2026
a4a5ab8
Remove *_ref from parameter lists
fwitte May 21, 2026
f510262
Update changelog
fwitte May 21, 2026
cf99125
Warn about experimental state of schema export
fwitte May 21, 2026
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_tutorials/develop_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ like this:
:start-after: [sec_6]
:end-before: [sec_7]

Once a again, it is recommended to test the code.
Once again, it is recommended to test the code.

.. dropdown:: Display source code for testing the model

Expand Down
Loading
Loading