Skip to content

Commit c4a5f94

Browse files
authored
Update and rename README.rst to README.md
1 parent d38243a commit c4a5f94

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.rst renamed to README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
python-glances-api
22
==================
33

4-
A Python client for interacting with `Glances <https://nicolargo.github.io/glances/>`_.
4+
A Python client for interacting with [Glances](https://nicolargo.github.io/glances/).
55

66
This module is not official, developed, supported or endorsed by Glances.
77

88
Installation
99
------------
1010

11-
The module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.
11+
The module is available from the [Python Package Index](https://pypi.python.org/pypi).
1212

13-
.. code:: bash
14-
15-
$ pip3 install glances_api
13+
```bash
14+
$ pip3 install glances_api
15+
```
1616

1717
Or on a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled.
1818

19-
.. code:: bash
20-
21-
$ sudo dnf -y install python3-glances-api
19+
```bash
20+
$ sudo dnf -y install python3-glances-api
21+
```
2222

23-
24-
For Nix or NixOS is `pre-packed module <https://search.nixos.org/packages?channel=unstable&query=glances-api>`_
23+
For Nix or NixOS is[ pre-packed module](https://search.nixos.org/packages?channel=unstable&query=glances-api)
2524
available. The lastest release is usually present in the ``unstable`` channel.
2625

27-
.. code:: bash
28-
29-
$ nix-env -iA nixos.python3Packages.glances-api
26+
```bash
27+
$ nix-env -iA nixos.python3Packages.glances-api
28+
```
3029

3130
Usage
3231
-----

0 commit comments

Comments
 (0)