Skip to content

Commit

Permalink
Update getting-started.rst
Browse files Browse the repository at this point in the history
Typo in read_excel read_yaml
  • Loading branch information
ecamare authored Oct 16, 2024
1 parent 8f00680 commit 86b41c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Next, to initialize an empty blade object run::

To populate the blade with a yaml or Excel file you can run::

blade.load_yaml("path/to/yaml")
blade.load_excel("path/to/excel")
blade.read_yaml("path/to/yaml")
blade.read_excel("path/to/excel")

or initialize the blade with the path::

Expand All @@ -44,4 +44,4 @@ On Linux this may look something like: "/some/place/Cubit-16.10/bin/python3/lib/

**To Configure ANSYS**
Locate the `mapdl` executable in your ANSYS installation folder. Then place the name of the executable along with its path in the "ansys_path"
entry of `src/pynumad/software_paths.json`. For example, it may look like: "/some/where/ansys_inc/v222/ansys/bin/mapdl"
entry of `src/pynumad/software_paths.json`. For example, it may look like: "/some/where/ansys_inc/v222/ansys/bin/mapdl"

0 comments on commit 86b41c3

Please sign in to comment.