diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-11-28 13:02:04 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-11-28 13:02:04 +0100 |
commit | 7dadaf3fe9793afe7264125edc4e1f1ccd806dc0 (patch) | |
tree | e5b80b84d3dcc386e36ef1e10dbc616907b1cca1 /docs/reference/index.html | |
parent | 84a2cfa3d8926cdd1f5be3a9a449afe3c888a095 (diff) |
Update online docs
Diffstat (limited to 'docs/reference/index.html')
-rw-r--r-- | docs/reference/index.html | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/reference/index.html b/docs/reference/index.html index 12b0201..eccf7a0 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -7,7 +7,7 @@ <a class="navbar-brand me-2" href="../index.html">chents</a> - <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.3.6</small> + <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.3.7</small> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> @@ -50,6 +50,18 @@ <dd>An R6 class for chemical entities with associated data</dd> </dl><dl><dt> + <code><a href="pai.html">pai</a></code> + + </dt> + <dd>An R6 class for pesticidal active ingredients and associated data</dd> + </dl><dl><dt> + + <code><a href="ppp.html">ppp</a></code> + + </dt> + <dd>R6 class for a plant protection product with at least one active ingredient</dd> + </dl><dl><dt> + <code><a href="draw_svg.chent.html">draw_svg.chent()</a></code> </dt> @@ -68,22 +80,16 @@ <dd>Printing method for chent objects</dd> </dl><dl><dt> - <code><a href="pai.html">pai</a></code> - - </dt> - <dd>An R6 class for pesticidal active ingredients and associated data</dd> - </dl><dl><dt> - <code><a href="print.pai.html">print(<i><pai></i>)</a></code> </dt> <dd>Printing method for pai objects (pesticidal active ingredients)</dd> </dl><dl><dt> - <code><a href="ppp.html">ppp</a></code> + <code><a href="print.ppp.html">print(<i><ppp></i>)</a></code> </dt> - <dd>R6 class for a plant protection product with at least one active ingredient</dd> + <dd>Printing method for ppp objects (plant protection products)</dd> </dl></div> </main></div> |