This adds docstrings for the sapphire package, the simulation module and its Simulation class, as well as for all methods of `Simulation.
Also type hinting was added in the simulation module.
There is a lot to squash away in here, because I tried cherry-picking something from the binary alloy branch and did it wrong. It probably would have been better to start over with a new branch, but since I am always squashing these PR's anyway, it doesn't really make a difference.
This adds docstrings for the
sapphire
package, thesimulation
module and itsSimulation
class, as well as for all methods of `Simulation.Also type hinting was added in the
simulation
module.There is a lot to squash away in here, because I tried cherry-picking something from the binary alloy branch and did it wrong. It probably would have been better to start over with a new branch, but since I am always squashing these PR's anyway, it doesn't really make a difference.