From fdfd760841965b67d3e07c2734e00c52fd5743d5 Mon Sep 17 00:00:00 2001 From: Alex Malins Date: Wed, 29 Jul 2020 18:23:14 +0900 Subject: [PATCH 1/4] Fix typo --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3e9eb64..a10f6b7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -41,7 +41,7 @@ Conda installation according to `OpenEye documentation Date: Thu, 30 Jul 2020 17:36:47 +0900 Subject: [PATCH 2/4] Fix for formatting --- docs/api/single_graph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/single_graph.rst b/docs/api/single_graph.rst index 199aaa0..db804f4 100644 --- a/docs/api/single_graph.rst +++ b/docs/api/single_graph.rst @@ -1,7 +1,7 @@ SingleGraph ============ -``SingleGraph``s convert a molecule into a SMIRKS pattern by +``SingleGraph``\'s convert a molecule into a SMIRKS pattern by converting information about the atoms and bonds. The ``SingleGraph`` stores only one molecule. It can convert only certain atoms or the *entire* molecule into a SMIRKS pattern. From ab2990fcb0451ce964a6bea989e4a0817f6c2c73 Mon Sep 17 00:00:00 2001 From: Alex Malins Date: Fri, 9 Aug 2024 22:28:20 +0900 Subject: [PATCH 3/4] grammar fix --- docs/api/single_graph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/single_graph.rst b/docs/api/single_graph.rst index db804f4..e0b2595 100644 --- a/docs/api/single_graph.rst +++ b/docs/api/single_graph.rst @@ -1,7 +1,7 @@ SingleGraph ============ -``SingleGraph``\'s convert a molecule into a SMIRKS pattern by +``SingleGraph``\ s convert a molecule into a SMIRKS pattern by converting information about the atoms and bonds. The ``SingleGraph`` stores only one molecule. It can convert only certain atoms or the *entire* molecule into a SMIRKS pattern. From e8fbc313639fa0f849c94fc9345b6a9784de489b Mon Sep 17 00:00:00 2001 From: Alex Malins Date: Tue, 13 Aug 2024 22:23:00 +0900 Subject: [PATCH 4/4] grammar revise --- docs/api/single_graph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/single_graph.rst b/docs/api/single_graph.rst index e0b2595..79739f3 100644 --- a/docs/api/single_graph.rst +++ b/docs/api/single_graph.rst @@ -1,7 +1,7 @@ SingleGraph ============ -``SingleGraph``\ s convert a molecule into a SMIRKS pattern by +A ``SingleGraph`` converts a molecule into a SMIRKS pattern by converting information about the atoms and bonds. The ``SingleGraph`` stores only one molecule. It can convert only certain atoms or the *entire* molecule into a SMIRKS pattern.