File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33The aim of this repository is to exemplify how to develop a new wrapper for
44SimPhoNy. ** Before you start** , please have a look at the
5- [ SimPhoNy documentation] ( https://simphony.readthedocs.io/en/v4.0.0rc4 / )
5+ [ SimPhoNy documentation] ( https://simphony.readthedocs.io/en/v4.0.0 / )
66(in particular the
7- [ wrapper development section] ( https://simphony.readthedocs.io/en/v4.0.0rc4 /developers/wrappers.html ) ).
7+ [ wrapper development section] ( https://simphony.readthedocs.io/en/v4.0.0 /developers/wrappers.html ) ).
88
99Clone this repository to use it as a template to create your own
1010wrapper. It provides project configuration files, a folder structure, an
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class SimulationWrapper(Wrapper):
1313
1414 Note: This implementation only makes use of the mandatory wrapper methods,
1515 as well as the `compute` method. Visit the SimPhoNy documentation
16- https://simphony.readthedocs.io/en/v4.0.0rc4 /developers/wrappers.html
16+ https://simphony.readthedocs.io/en/v4.0.0 /developers/wrappers.html
1717 to learn more about the additional possibilities and the meaning of each
1818 method.
1919 """
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def test_types_engine(self):
5959 wrapper = session .driver .interface
6060 # read the diagram on the SimPhoNy documentation to understand how the
6161 # wrapper object was retrieved from the session object:
62- # https://simphony.readthedocs.io/en/v4.0.0rc4 /developers/
62+ # https://simphony.readthedocs.io/en/v4.0.0 /developers/
6363 # wrappers.html#wrapper-abstract-class
6464 session .driver .interface = self ._prepare_wrapper_for_types_test (
6565 wrapper
You can’t perform that action at this time.
0 commit comments