You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,12 +402,12 @@ options:
402
402
Optional output file for sorted / clustered results.
403
403
```
404
404
405
-
For more information refer to the docs (pprcht.github.io/irmsd/)[https://pprcht.github.io/irmsd/].
405
+
For more information refer to the docs (https://pprcht.github.io/irmsd/).
406
406
407
407
<br>
408
408
409
409
### Python Script Usage
410
-
A list of the provided functions and types can be found in the docs (pprcht.github.io/irmsd/generated/irmsd.html#module-irmsd)[https://pprcht.github.io/irmsd/generated/irmsd.html#module-irmsd]. A simple function could look like this:
410
+
A list of the provided functions and types can be found in the docs (https://pprcht.github.io/irmsd/generated/irmsd.html#module-irmsd). A simple function could look like this:
411
411
```python
412
412
from irmsd import read_structures, sorter_irmsd_molecule
0 commit comments