From ce383902d367de146523cf7487e58c7c4af89b2d Mon Sep 17 00:00:00 2001 From: Toon Verstraelen Date: Sun, 23 Jun 2024 13:07:02 +0200 Subject: [PATCH] More AI corrections --- docs/getting_started/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst index de82a76c..f9072dc9 100644 --- a/docs/getting_started/index.rst +++ b/docs/getting_started/index.rst @@ -23,12 +23,12 @@ Getting Started =============== -IOData can be used to read and write different quantum chemistry file formats. +IOData can be used to read and write various quantum chemistry file formats. -One may use the ``iodata-convert`` script for simple conversions. +The ``iodata-convert`` script can be used for simple conversions. More complex use cases can be implemented in Python, -which allow you to access all loaded data as Python objects that can be modified or updated -before writing to a new file. +allowing you to access all loaded data as Python objects +that can be modified or updated before writing to a new file. .. toctree::