This commit is contained in:
Greg Landrum
2015-11-26 02:34:33 +01:00
parent 7a65abe461
commit 591b0d732c
4 changed files with 8 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
This document is a tutorial and reference guide for the RDKit PostgreSQL cartridge. This document is a tutorial and reference guide for the RDKit PostgreSQL cartridge.
If you find mistakes, or have suggestions for improvements, please either fix them yourselves in the source document (the .rst file) or send them to the mailing list: <rdkit-discuss@lists.sourceforge.net> (you will need to subscribe first) If you find mistakes, or have suggestions for improvements, please either fix them yourselves in the source document (the .md file) or send them to the mailing list: <rdkit-discuss@lists.sourceforge.net> (you will need to subscribe first)
## Tutorial ## Tutorial

View File

@@ -1,7 +1,6 @@
Instructions for building the RDKit can be found in the file Instructions for building the RDKit can be found in the file
Docs/Book/Install.rst. Docs/Book/Install.md.
======= =======
# $Id$ # $Id$
# Copyright (C) 2008-2013 Greg Landrum # Copyright (C) 2008-2013 Greg Landrum

8
README
View File

@@ -1,5 +1,5 @@
Instructions for building the RDKit can be found in the file Instructions for building the RDKit can be found in the file
Docs/Book/Install.rst. Docs/Book/Install.md.
The online version of the documentation is available here: The online version of the documentation is available here:
http://www.rdkit.org/docs/index.html http://www.rdkit.org/docs/index.html
@@ -8,11 +8,11 @@ Some information about using the software from Python is in the
"Getting Started in Python" document in Docs/Book "Getting Started in Python" document in Docs/Book
If you have questions or suggestions, please subscribe to the If you have questions or suggestions, please subscribe to the
rdkit-discuss mailing list: rdkit-discuss mailing list:
http://lists.sourceforge.net/mailman/listinfo/rdkit-discuss http://lists.sourceforge.net/mailman/listinfo/rdkit-discuss
Please see the file LICENSE for details about the "New BSD" Please see the file LICENSE for details about the "New BSD"
license which covers this software and its associated data and license which covers this software and its associated data and
documents. documents.
# Copyright (C) 2008-2015 Greg Landrum # Copyright (C) 2008-2015 Greg Landrum

View File

@@ -43,7 +43,7 @@ and in the [Docs](https://github.com/rdkit/rdkit/tree/master/Docs) folder on Git
## Installation ## Installation
Installation instructions are available in [Docs/Book/Install.rst](https://github.com/rdkit/rdkit/blob/master/Docs/Book/Install.rst). Installation instructions are available in [Docs/Book/Install.md](https://github.com/rdkit/rdkit/blob/master/Docs/Book/Install.md).
#### Binary distributions, anaconda, homebrew #### Binary distributions, anaconda, homebrew