Skip to content

Commit 7a90769

Browse files
committed
Minor doc update
1 parent 51782a2 commit 7a90769

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

CITATION.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ authors:
1313
Helmholtz-Zentrum Berlin für Materialien und
1414
Energie
1515
orcid: 'https://orcid.org/0000-0002-1266-3819'
16+
- name: "The ICAT project"
17+
website: https://icatproject.org/
1618
repository-code: 'https://github.com/icatproject/python-icat'
1719
repository-artifact: 'https://pypi.org/project/python-icat/'
1820
abstract: >-

README.rst

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ are not required to install or use python-icat itself:
6565

6666
Only needed to use the XML backend of icatdump.py and icatingest.py.
6767

68-
+ `Requests`_
69-
70-
Only needed for the example scripts using the ICAT RESTful
71-
interface, icatexport.py and icatimport.py.
72-
7368
+ `setuptools_scm`_
7469

7570
The version number is managed using this package. All source
@@ -99,15 +94,12 @@ Installation from PyPI
9994

10095
You can install python-icat from PyPI using pip::
10196

102-
$ pip install suds-community python-icat
97+
$ pip install python-icat
10398

10499
Installation from the source distribution
105100
.........................................
106101

107-
python-icat uses the distutils Python standard library package and
108-
follows its conventions of packaging source distributions. See the
109-
documentation on `Installing Python Modules`_ for details or to
110-
customize the install process.
102+
Steps to manually build from the source distribution:
111103

112104
1. Download the sources, unpack, and change into the source directory.
113105

@@ -222,15 +214,6 @@ Bugs and limitations
222214
the implementation of the underlying Python library.
223215

224216

225-
Version numbering
226-
-----------------
227-
228-
Version numbers of python-icat comply with Python standards as defined
229-
in `PEP 440`_. They try to adhere to the principles of `Semantic
230-
Versioning`_, but may deviate from the formatting defined therein
231-
when it is incompatible with PEP 440.
232-
233-
234217
Copyright and License
235218
---------------------
236219

@@ -260,7 +243,6 @@ permissions and limitations under the License.
260243
.. _pytest: https://docs.pytest.org/en/latest/
261244
.. _pytest-dependency: https://pypi.org/project/pytest-dependency/
262245
.. _distutils-pytest: https://github.com/RKrahl/distutils-pytest
263-
.. _Installing Python Modules: https://docs.python.org/3/install/
264246
.. _Read the Docs site: https://python-icat.readthedocs.io/
265247
.. _GitHub repository: https://github.com/icatproject/python-icat
266248
.. _Issue #72: https://github.com/icatproject/python-icat/issues/72

0 commit comments

Comments
 (0)