Commit df328e14 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Removing a number of outdated RST files.

parent b4669c00
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
DeepChem
=============

Deep Learning Toolchain for Drug Discovery and Quantum Chemistry. DeepChem is a package by the [Pande group](https://pande.stanford.edu/) at Stanford. For more information, see the "About Us" section below.
DeepChem aims to provide a high quality open-source toolchain for
democratizing the use of deep-learning in drug discovery and quantum
chemistry. DeepChem
is a package developed by the [Pande group](https://pande.stanford.edu/) at
Stanford and originally created by [Bharath Ramsundar](http://rbharath.github.io/). 

Requirements
------------
@@ -192,6 +196,12 @@ featurization class ``DataFeaturizer``. Instances of this class must be
passed a ``Featurizer`` object. ``deepchem`` provides a number of
different subclasses of ``Featurizer`` for convenience:

DeepChem Publications
---------------------
1. [Computational Modeling of β-secretase 1 (BACE-1) Inhibitors using
Ligand Based
Approaches](http://pubs.acs.org/doi/abs/10.1021/acs.jcim.6b00290)

About Us
--------
DeepChem is a package by the [Pande group](https://pande.stanford.edu/) at Stanford. DeepChem was originally created by [Bharath Ramsundar](http://rbharath.github.io/), and has grown through the contributions of a number of undergraduate, graduate, and postdoctoral researchers working with the Pande lab.
+0 −24
Original line number Diff line number Diff line
deepchem.featurizers.basic
==========================

.. automodule:: deepchem.featurizers.basic

   
   
   

   
   
   .. rubric:: Classes

   .. autosummary::
   
      Featurizer
      MolecularWeight
      RDKitDescriptors
   
   

   
   
   
 No newline at end of file
+0 −29
Original line number Diff line number Diff line
deepchem.featurizers.coulomb_matrices
=====================================

.. automodule:: deepchem.featurizers.coulomb_matrices

   
   
   .. rubric:: Functions

   .. autosummary::
   
      pad_array
   
   

   
   
   .. rubric:: Classes

   .. autosummary::
   
      CoulombMatrix
      Featurizer
   
   

   
   
   
 No newline at end of file
+0 −23
Original line number Diff line number Diff line
deepchem.featurizers.featurize.DataFeaturizer
=============================================

.. currentmodule:: deepchem.featurizers.featurize

.. autoclass:: DataFeaturizer

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~DataFeaturizer.__init__
      ~DataFeaturizer.featurize
   
   

   
   
   
 No newline at end of file
+0 −23
Original line number Diff line number Diff line
deepchem.featurizers.fingerprints
=================================

.. automodule:: deepchem.featurizers.fingerprints

   
   
   

   
   
   .. rubric:: Classes

   .. autosummary::
   
      CircularFingerprint
      Featurizer
   
   

   
   
   
 No newline at end of file
Loading