From 4ca9fca0d2f9827e5415388cfff29ead36409f0d Mon Sep 17 00:00:00 2001 From: andrewtarzia Date: Tue, 24 Sep 2024 23:26:58 +0200 Subject: [PATCH] Add more detail. --- python/examples/8-showing_custom_bonds.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python/examples/8-showing_custom_bonds.py b/python/examples/8-showing_custom_bonds.py index c806d9e7a..6ef6f58f4 100644 --- a/python/examples/8-showing_custom_bonds.py +++ b/python/examples/8-showing_custom_bonds.py @@ -5,9 +5,13 @@ This example demonstrates how to add shapes into the chemiscope output such that custom bonds that would not normally be assigned by ASE can be rendered. -This is done by using stk to generate and analyse molecules, which comes with -topology/bonding information by default (using the cheminformatic software -rdkit). +This is done by using `stk `_ to +generate and analyse molecules, which comes with topology/bonding information +by default (using the cheminformatic software rdkit). + +We use `stko `_ to calculate +some rudimentary properties of `stk` molecules. `stko` can be installed with +``pip install stko``. """