Skip to content

Commit 09fe787

Browse files
Refactor README.rst section order
Rearranged the 'About' and 'Info' sections in README.rst for clarity.
1 parent ee85720 commit 09fe787

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.rst

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
1-
=========== ====================================================
2-
Info NI SystemLink API Clients for Python
3-
Author National Instruments
4-
=========== ====================================================
5-
6-
About
7-
=====
8-
The **nisystemlink-clients** package contains an API (Application Programming
9-
Interface) for `SystemLink <https://ni.com/systemlink>`_ that uses HTTP to
10-
interact with a SystemLink Server. The package is implemented in Python. NI
11-
created and supports this package.
12-
131
.. image:: https://img.shields.io/pypi/v/nisystemlink-clients.svg
142
:target: https://pypi.org/project/nisystemlink-clients
153
:alt: PyPI version
164

5+
176
.. image:: https://img.shields.io/pypi/pyversions/nisystemlink-clients.svg
187
:target: https://pypi.org/project/nisystemlink-clients
198
:alt: Python versions
209

10+
2111
.. image:: https://img.shields.io/pypi/l/nisystemlink-clients.svg
2212
:target: https://github.com/ni/nisystemlink-clients-python/blob/master/LICENSE
2313
:alt: License
2414

15+
2516
.. image:: https://img.shields.io/pypi/dm/nisystemlink-clients.svg
2617
:target: https://pypi.org/project/nisystemlink-clients
2718
:alt: Downloads
2819

2920

21+
About
22+
=====
23+
The **nisystemlink-clients** package contains an API (Application Programming
24+
Interface) for `SystemLink <https://ni.com/systemlink>`_ that uses HTTP to
25+
interact with a SystemLink Server. The package is implemented in Python. NI
26+
created and supports this package.
27+
28+
29+
=========== ====================================================
30+
Info NI SystemLink API Clients for Python
31+
Author National Instruments
32+
=========== ====================================================
33+
3034
Requirements
3135
============
3236
**nisystemlink-clients** has the following requirements:

0 commit comments

Comments
 (0)