Remove section in python plugin readme (#18669)
Fotis Voutsas committed
Oct 3, 2024 at 14:00 UTC
bc7c6406407c3c06939d6740e87d4983959cb05e
1 file changed
-4
src/collectors/python.d.plugin/README.md
-4
@@ -71,7 +71,3 @@ Depending on where Netdata was installed, execute one of the following commands
71
Where `[module]` is the directory name under <https://github.com/netdata/netdata/tree/master/src/collectors/python.d.plugin>
72
73
**Note**: If you would like execute a collector in debug mode while it is still running by Netdata, you can pass the `nolock` CLI option to the above commands.
74
-
75
-## How to write a new module
76
-
77
-See [develop a custom collector in Python](https://github.com/netdata/netdata/edit/master/docs/developer-and-contributor-corner/python-collector.md).