diff --git a/README.rst b/README.rst index 863bbd7d..7fcc0648 100644 --- a/README.rst +++ b/README.rst @@ -59,8 +59,8 @@ The documentation has these sections: - `User guide `_: Learn how to configure a PyConceptEV session, get a token, and create a client. - `API reference `_: Understand how the - `Ansys ConceptEV API documentation `_ provides the verb functions - for interacting programmatically with PyConcept EV. + `Ansys ConceptEV API documentation `_: Provides for interacting + programmatically with PyConcept EV. - `Contribute `_: Learn how to contribute to PyConceptEV codebase or documentation. diff --git a/doc/changelog.d/41.miscellaneous.md b/doc/changelog.d/41.miscellaneous.md new file mode 100644 index 00000000..c7b4af9a --- /dev/null +++ b/doc/changelog.d/41.miscellaneous.md @@ -0,0 +1 @@ +Doc edits based on skimming rendered doc \ No newline at end of file diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index a1620ee8..1246fdb1 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -23,15 +23,3 @@ Then, install PyConceptEV with this command: .. code:: bash python -m pip pip install ansys-conceptev-core - - -Install the library -^^^^^^^^^^^^^^^^^^^ - -#. Clone the repository: - - .. code:: bash - - git clone https://github.com/ansys-internal/pyconceptev-core - - diff --git a/doc/source/index.rst b/doc/source/index.rst index 4f56784a..36d67ce9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -29,9 +29,9 @@ of EV powertrains. :link-type: doc Understand how the `Ansys ConceptEV API documentation `_ - provides the verb functions for interacting programmatically with PyConcept EV. + provides for interacting programmatically with PyConcept EV. - .. grid-item-card:: Contributing :material-regular:`group` + .. grid-item-card:: Contribute :material-regular:`group` :padding: 2 2 2 2 :link: contributing :link-type: doc @@ -46,5 +46,5 @@ of EV powertrains. getting_started user_guide api_ref - changelog contributing + changelog