ansys / pyrocky

A Python API for Ansys Rocky
https://rocky.docs.pyansys.com/
MIT License
4 stars 0 forks source link

Modify the getting started instruction to load pyrocky #44

Closed lkostetzer closed 2 weeks ago

lkostetzer commented 4 months ago

Description of the modifications

In Getting started / Launch PyRocky https://github.com/ansys/pyrocky/blob/main/doc/source/getting_started/index.rst

There is a wrong command to load pyrocky.

Now we have:
import ansys.rocky.rocky as pyrocky

But this should be import ansys.rocky.core as pyrocky

Useful links and references

No response

tk-koellner commented 4 months ago

Encountered the same problem.