mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Fixes #679
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
5
INSTALL
5
INSTALL
@@ -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
8
README
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user