Update documentation authored by Petrus Hyvönen's avatar Petrus Hyvönen
...@@ -8,8 +8,7 @@ The Orekit Python Wrapper is a thin wrapper on top of the java Orekit library. ...@@ -8,8 +8,7 @@ The Orekit Python Wrapper is a thin wrapper on top of the java Orekit library.
* [Orekit API](https://www.orekit.org/site-orekit-development/apidocs/) contains the library description. The current Orekit Python Wrapper is based on the stable release 6.1 orekit. * [Orekit API](https://www.orekit.org/site-orekit-development/apidocs/) contains the library description. The current Orekit Python Wrapper is based on the stable release 6.1 orekit.
## Orekit Python Wrapper ## Orekit Python Wrapper
There is an initial introduction to the wrapper in the notebook "The Basics" in the examples directory [The Basics](https://gitlab.orekit.org/orekit-labs/python-wrapper/-/blob/master/examples/The_Basics.ipynb)
There are a few functions in the orekit.pyhelpers module that can simplify the usage. See [Examples](examples) for usage of the `setup_orekit_curdir()` function.
The Orekit Python Wrapper is based on [JCC](http://lucene.apache.org/pylucene/jcc/features.html) which has some useful information about casting of classes etc. The Orekit Python Wrapper is based on [JCC](http://lucene.apache.org/pylucene/jcc/features.html) which has some useful information about casting of classes etc.
... ...
......