Skip to content

Commit

Permalink
ReST style fixes:
Browse files Browse the repository at this point in the history
- fix tabulation used for indentation
- remove trailing white space
  • Loading branch information
RKrahl committed Dec 21, 2023
1 parent 3999092 commit 299c82b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/src/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ manages the interaction with an ICAT service as a client.

Version of the ICAT server this client connects to.

.. versionchanged:: 1.0.0
.. versionchanged:: 1.0.0
changed type to :class:`icat.helper.Version`

.. attribute:: autoLogout
Expand Down
6 changes: 3 additions & 3 deletions doc/src/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ added. The main class that client programs interact with is
.. attribute:: client

The :class:`icat.client.Client` object initialized according to
the configuration. This is also the first element in the
return value from :meth:`getconfig`.
the configuration. This is also the first element in the
return value from :meth:`getconfig`.

.. attribute:: client_kwargs

Expand Down Expand Up @@ -139,7 +139,7 @@ A few derived variables are also set in
available) suitable to be passed to :meth:`icat.client.Client.login`.

.. table:: Command line arguments, environment variables, and default values
for the configuration variables.
for the configuration variables.
:name: tab-config-vars

+-----------------+-----------------------------+-----------------------+----------------+-----------+--------------+
Expand Down
6 changes: 3 additions & 3 deletions doc/src/icatingest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ The following options are specific to icatingest:

**CHECK**
Compare all attributes from the input object with the already
existing object in ICAT. Throw an error of any attribute
differs.
existing object in ICAT. Throw an error of any attribute
differs.

**OVERWRITE**
Overwrite the existing object in ICAT, e.g. update it with all
attributes set to the values found in the input object.
attributes set to the values found in the input object.

If :option:`--upload-datafiles` is set, this option will be
ignored for Datafile objects which will then always raise an error
Expand Down
2 changes: 1 addition & 1 deletion doc/src/ingest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class attributes as follows::
import icat.ingest

class MyFacilityIngestReader(icat.ingest.IngestReader):

# Override the directory to search for XSD and XSLT files:
SchemaDir = Path("/usr/share/icat/my-facility")

Expand Down

0 comments on commit 299c82b

Please sign in to comment.