From 525269a9f663d02546e2de22ddd79294cc246f57 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 5 Mar 2026 15:57:01 +0100 Subject: Rebuild docs --- docs/reference/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/reference/index.md (limited to 'docs/reference/index.md') diff --git a/docs/reference/index.md b/docs/reference/index.md new file mode 100644 index 0000000..c927189 --- /dev/null +++ b/docs/reference/index.md @@ -0,0 +1,20 @@ +# Package index + +## R6 Class definitions and methods + +- [`chent`](https://pkgdown.jrwb.de/chents/reference/chent.md) : An R6 + class for chemical entities with associated data +- [`pai`](https://pkgdown.jrwb.de/chents/reference/pai.md) : An R6 class + for pesticidal active ingredients and associated data +- [`ppp`](https://pkgdown.jrwb.de/chents/reference/ppp.md) : R6 class + for a plant protection product with at least one active ingredient +- [`draw_svg.chent()`](https://pkgdown.jrwb.de/chents/reference/draw_svg.chent.md) + : Draw SVG graph from a chent object using RDKit +- [`plot(`*``*`)`](https://pkgdown.jrwb.de/chents/reference/plot.chent.md) + : Plot method for chent objects +- [`print(`*``*`)`](https://pkgdown.jrwb.de/chents/reference/print.chent.md) + : Printing method for chent objects +- [`print(`*``*`)`](https://pkgdown.jrwb.de/chents/reference/print.pai.md) + : Printing method for pai objects (pesticidal active ingredients) +- [`print(`*``*`)`](https://pkgdown.jrwb.de/chents/reference/print.ppp.md) + : Printing method for ppp objects (plant protection products) -- cgit v1.2.3