summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-27 12:04:28 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-12-27 12:04:28 +0100
commitf5621b6eb353d675e25b3aeb6194a6ff18a4268a (patch)
tree830db3388aad9351b96b17ece264aac935248113
parenta7520d5e27c99dc9f70e74e2f34cb90f0e5c2337 (diff)
downloadpsutil-f5621b6eb353d675e25b3aeb6194a6ff18a4268a.tar.gz
update doc
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--README.rst5
-rw-r--r--docs/DEVNOTES6
-rw-r--r--docs/index.rst6
3 files changed, 6 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 83e79aab..62b2a7d1 100644
--- a/README.rst
+++ b/README.rst
@@ -23,7 +23,7 @@
:alt: Code quality
.. |github-actions| image:: https://img.shields.io/github/workflow/status/giampaolo/psutil/CI?label=Linux%2C%20macOS%2C%20FreeBSD
- :target: https://github.com/giampaolo/psutil/actions?query=workflow%3ACI
+ :target: https://github.com/giampaolo/psutil/actions?query=workflow%3Abuild
:alt: Linux, macOS, Windows tests
.. |appveyor| image:: https://img.shields.io/appveyor/ci/giampaolo/psutil/master.svg?maxAge=3600&label=Windows
@@ -35,7 +35,7 @@
:alt: Test coverage (coverall.io)
.. |doc| image:: https://readthedocs.org/projects/psutil/badge/?version=latest
- :target: http://psutil.readthedocs.io/en/latest/?badge=latest
+ :target: https://psutil.readthedocs.io/en/latest/
:alt: Documentation Status
.. |version| image:: https://img.shields.io/pypi/v/psutil.svg?label=pypi
@@ -43,7 +43,6 @@
:alt: Latest version
.. |py-versions| image:: https://img.shields.io/pypi/pyversions/psutil.svg
- :target: https://pypi.org/project/psutil
:alt: Supported Python versions
.. |packages| image:: https://repology.org/badge/tiny-repos/python:psutil.svg
diff --git a/docs/DEVNOTES b/docs/DEVNOTES
index 7fe14f7d..915754d6 100644
--- a/docs/DEVNOTES
+++ b/docs/DEVNOTES
@@ -34,18 +34,12 @@ FEATURES
- #772: extended net_io_counters() metrics.
-- #900: wheels for macOS and Linux.
-
- #922: extended net_io_stats() info.
- #914: extended platform specific process info.
- #898: wifi stats
-- #893: (BSD) process environ
-
-- #809: (BSD) per-process resource limits (rlimit()).
-
- (UNIX) process root (different from cwd)
- #782: (UNIX) process num of signals received.
diff --git a/docs/index.rst b/docs/index.rst
index d452c51c..5aae7201 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -73,10 +73,12 @@ Sponsors
Supporters
----------
-None yet.
-
.. raw:: html
+ <div>
+ <a href="https://github.com/dbwiddis"><img height="40" width="40" src="https://avatars1.githubusercontent.com/u/9291703?s=88&amp;u=3a4cbf1ea36068a36392856adb2fb02f623a3235&amp;v=4" /></a>
+ </div>
+ <br />
<sup><a href="https://github.com/sponsors/giampaolo">add your avatar</a></sup>
Install