Update InChi links (#8187)

For the user manual https://www.inchi-trust.org/download/104/InChI_UserGuide.pdf can be also used, but is an older one.
This commit is contained in:
Rubén Chaves
2025-01-20 17:20:49 +01:00
committed by GitHub
parent 4358693afa
commit cf8e7692fa

View File

@@ -92,9 +92,9 @@ BOOST_PYTHON_MODULE(rdinchi) {
- options: the InChI generation options.\n\
Options should be prefixed with either a - or a /\n\
Available options are explained in the InChI technical FAQ:\n\
http://www.inchi-trust.org/fileadmin/user_upload/html/inchifaq/inchi-faq.html#15.14\n\
https://www.inchi-trust.org/technical-faq/#15.14\n\
and the User Guide:\n\
http://www.inchi-trust.org/fileadmin/user_upload/software/inchi-v1.04/InChI_UserGuide.pdf\n\
https://github.com/IUPAC-InChI/InChI/blob/main/INCHI-1-DOC/UserGuide/InChI_UserGuide.pdf\n\
Returns:\n\
a tuple with:\n\
- the InChI\n\
@@ -114,9 +114,9 @@ BOOST_PYTHON_MODULE(rdinchi) {
- options: the InChI generation options.\n\
Options should be prefixed with either a - or a /\n\
Available options are explained in the InChI technical FAQ:\n\
http://www.inchi-trust.org/fileadmin/user_upload/html/inchifaq/inchi-faq.html#15.14\n\
https://www.inchi-trust.org/technical-faq/#15.14\n\
and the User Guide:\n\
http://www.inchi-trust.org/fileadmin/user_upload/software/inchi-v1.04/InChI_UserGuide.pdf\n\
https://github.com/IUPAC-InChI/InChI/blob/main/INCHI-1-DOC/UserGuide/InChI_UserGuide.pdf\n\
Returns:\n\
a tuple with:\n\
- the InChI\n\
@@ -139,9 +139,9 @@ BOOST_PYTHON_MODULE(rdinchi) {
- options: the InChI generation options.\n\
Options should be prefixed with either a - or a /\n\
Available options are explained in the InChI technical FAQ:\n\
https://www.inchi-trust.org/technical-faq-2/#15.14\n\
https://www.inchi-trust.org/technical-faq/#15.14\n\
and the User Guide available from:\n\
https://www.inchi-trust.org/downloads/\n\
https://github.com/IUPAC-InChI/InChI/blob/main/INCHI-1-DOC/UserGuide/InChI_UserGuide.pdf\n\
Returns: the InChI key\n";
boost::python::def(
"MolToInchiKey", RDKit::MolToInchiKey,