How to contribute to example library? #160
Replies: 1 comment
-
Wow, that sounds amazing! All the code for the examples you find in https://github.com/HelgeGehring/femwell/tree/main/docs The electronics examples we collected in https://github.com/HelgeGehring/femwell/tree/main/docs/electronics/examples In that folder every python file is an example.
you can just copy from another example :D just make sure that is has the right language (python or julia, but if you copy from the same folder it shouldn't be a problem; in case you use jupyter notebooks you can convert them to such .py files via jupytext which allows to have them nicely in git) The first headline defines the name of the example, for example:
After that you use for explanations
and
for code you can hide cells for example by
where the code needs to be opened with a click (usually i hide the imports in the beginning like that) The final step is to add the example to |
Beta Was this translation helpful? Give feedback.
-
Hi, I have used FEMWELL for RF transmission line design and have written a tutorial benchmarking the software for a simple CPW with some experimental results and I'd be happy to share it, but I'm a bit lost on how to contribute. Can anyone point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions