Commit Graph

34 Commits

Author SHA1 Message Date
Greg Landrum
cfffaf7a70 update docs for rdFMCS 2014-08-09 07:26:21 +02:00
Greg Landrum
659aa45768 doc cleanup 2014-04-06 05:54:01 +02:00
Greg Landrum
b142c586df fix a doctest failure 2014-02-08 07:43:09 +01:00
Greg Landrum
433b19f948 update descriptors list 2013-11-15 13:15:48 +01:00
Greg Landrum
fbf8a516a5 Fixes #146 2013-11-06 07:09:45 +01:00
Greg Landrum
4a08bb72c6 add docs for FragmentOnBonds() 2013-10-30 05:19:29 +01:00
Greg Landrum
8b9f987fd6 docs update 2013-10-22 07:24:06 +02:00
Greg Landrum
874f45c3c8 Merge pull request #125 from sriniker/master
Documentation of similarity maps and scikit-learn
2013-10-07 03:45:45 -07:00
sriniker
cd86af607b Update GettingStartedInPython.rst
Reference added for similarity maps.
2013-10-07 11:02:48 +02:00
Sereina Riniker
88133c7378 code fixes in documentation of similarity maps 2013-10-07 10:40:57 +02:00
sriniker
c39d6250ff Update GettingStartedInPython.rst
update on similarity maps
2013-10-07 10:23:31 +02:00
sriniker
43998d4fd0 Update GettingStartedInPython.rst
similarity maps for descriptors
2013-10-04 14:58:58 +02:00
sriniker
67fa61fb39 Update GettingStartedInPython.rst
Description of similarity maps
2013-10-04 12:55:48 +02:00
sriniker
50faf3cc4d Update GettingStartedInPython.rst
Description of similarity maps added.
2013-10-04 12:16:46 +02:00
ptosco
1957baadb0 - replaced the call to sanitizeMMFFMol() in the MMFFMolProperties
constructor (which is overkill, if the molecule had already been
  sanitized) with a call to MolOps::Kekulize(). Thus it is not
  necessary to call Kekulize() either from Python or from C++,
  and no changes are required to the scripts/source codes
  previously used for UFF
- removed the code which throws an exception asking to reload the
  molecule with sanitize=false since it is not necessary:
  only one test in the MMFF validation suite fails if the
  molecule is aromatized and then re-kekulized (CIKSEU10), and
  it represents a case where the position of double bonds in
  a conjugated, non-aromatic system makes a difference for atom
  type assignments, which in general is a nonsense. This is not
  due to a bug in the code, but rather depends on MMFF atom
  typing rules. Hence, I kept the sanitize=false and the call to
  sanitizeMMFFMol() in testMMFFForceField.cpp, but I would not
  generalize this requirement to "normal" molecules, because it
  is really not necessary, since you do not have a reference
  kekulization to refer to in the real world.
- updated Docs/Book/GettingStartedInPython.rst accordingly
- updated tests accordingly
2013-10-01 23:16:15 +02:00
Greg Landrum
ff85e5b5e6 this is a smarter way of doing things 2013-09-30 05:22:17 +02:00
Greg Landrum
3f9b3bbece add a bit of MMFF to the getting started doc 2013-09-29 12:24:33 +02:00
Greg Landrum
589cc4ca06 update doctests 2013-09-21 15:54:53 +02:00
Greg Landrum
1ac48b6242 docs update 2013-07-05 04:55:38 +02:00
Greg Landrum
0e408e14bf docs update 2013-04-15 14:55:39 +00:00
Greg Landrum
b6bc46b444 update tutorial output to reflect new RDKit fingerpirnts 2013-04-09 08:09:26 +00:00
Greg Landrum
f90c6d2029 merge in a github pull request 10 (https://github.com/rdkit/rdkit/pull/10) from Jan Domanski: initial pass of adding install information to sphinx docs 2013-03-12 19:34:26 +00:00
Greg Landrum
6ebc57b753 documentaiton update 2013-01-13 19:47:58 +00:00
Greg Landrum
a173d59ecd additional parts of the issue 256 fix 2012-10-08 03:19:29 +00:00
Greg Landrum
8cb7c7e3de update MCS section so that the tests pass 2012-09-26 03:01:46 +00:00
Andrew Dalke
83b65558e1 Copied the docstring informaton from MCS.FindMCS. And added an example
of using the MCS algorithm with three structures.
2012-09-25 20:41:38 +00:00
Greg Landrum
14e396c26d refactoring the SMILES parser to make it more efficient
NOTE: this changes the ordering of bonds in molecules with branches.
2012-08-28 04:01:49 +00:00
Greg Landrum
230097198a update docs 2012-07-10 05:15:20 +00:00
Greg Landrum
4ed6b38de7 update doctests 2012-07-10 04:19:34 +00:00
Greg Landrum
3afd3ff498 update doctests 2012-03-28 18:04:53 +00:00
Greg Landrum
32dd2fb898 doc update 2011-11-20 15:31:39 +00:00
Greg Landrum
7810a86c6d update docs as prep for release 2011-10-01 13:39:39 +00:00
Greg Landrum
a85425f967 update formatting 2011-08-09 04:52:32 +00:00
Greg Landrum
261e0d1073 initial pass at switching to using sphinx for the rdkit docs 2011-08-08 17:08:26 +00:00