Skip to content

Commit

Permalink
1.3.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvais2 committed Jan 20, 2022
1 parent 872582a commit ac993b3
Show file tree
Hide file tree
Showing 113 changed files with 5,469 additions and 10,045 deletions.
173 changes: 173 additions & 0 deletions atomsci/ddm/docs/build/doctrees/atomsci.ddm.pipeline.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
atomsci.ddm.pipeline package
============================

Submodules
----------

atomsci.ddm.pipeline.GeneticAlgorithm module
--------------------------------------------

.. automodule:: atomsci.ddm.pipeline.GeneticAlgorithm
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.MultitaskScaffoldSplit module
--------------------------------------------------

.. automodule:: atomsci.ddm.pipeline.MultitaskScaffoldSplit
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.ave\_splitter module
-----------------------------------------

.. automodule:: atomsci.ddm.pipeline.ave_splitter
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.chem\_diversity module
-------------------------------------------

.. automodule:: atomsci.ddm.pipeline.chem_diversity
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.compare\_models module
-------------------------------------------

.. automodule:: atomsci.ddm.pipeline.compare_models
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.dist\_metrics module
-----------------------------------------

.. automodule:: atomsci.ddm.pipeline.dist_metrics
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.diversity\_plots module
--------------------------------------------

.. automodule:: atomsci.ddm.pipeline.diversity_plots
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.feature\_importance module
-----------------------------------------------

.. automodule:: atomsci.ddm.pipeline.feature_importance
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.featurization module
-----------------------------------------

.. automodule:: atomsci.ddm.pipeline.featurization
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.model\_datasets module
-------------------------------------------

.. automodule:: atomsci.ddm.pipeline.model_datasets
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.model\_pipeline module
-------------------------------------------

.. automodule:: atomsci.ddm.pipeline.model_pipeline
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.model\_tracker module
------------------------------------------

.. automodule:: atomsci.ddm.pipeline.model_tracker
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.model\_wrapper module
------------------------------------------

.. automodule:: atomsci.ddm.pipeline.model_wrapper
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.parameter\_parser module
---------------------------------------------

.. automodule:: atomsci.ddm.pipeline.parameter_parser
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.perf\_data module
--------------------------------------

.. automodule:: atomsci.ddm.pipeline.perf_data
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.perf\_plots module
---------------------------------------

.. automodule:: atomsci.ddm.pipeline.perf_plots
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.predict\_from\_model module
------------------------------------------------

.. automodule:: atomsci.ddm.pipeline.predict_from_model
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.splitting module
-------------------------------------

.. automodule:: atomsci.ddm.pipeline.splitting
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.temporal\_splitter module
----------------------------------------------

.. automodule:: atomsci.ddm.pipeline.temporal_splitter
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.pipeline.transformations module
-------------------------------------------

.. automodule:: atomsci.ddm.pipeline.transformations
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: atomsci.ddm.pipeline
:members:
:undoc-members:
:show-inheritance:
19 changes: 19 additions & 0 deletions atomsci/ddm/docs/build/doctrees/atomsci.ddm.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
atomsci.ddm package
===================

Subpackages
-----------

.. toctree::
:maxdepth: 4

atomsci.ddm.pipeline
atomsci.ddm.utils

Module contents
---------------

.. automodule:: atomsci.ddm
:members:
:undoc-members:
:show-inheritance:
125 changes: 125 additions & 0 deletions atomsci/ddm/docs/build/doctrees/atomsci.ddm.utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
atomsci.ddm.utils package
=========================

Submodules
----------

atomsci.ddm.utils.checksum\_utils module
----------------------------------------

.. automodule:: atomsci.ddm.utils.checksum_utils
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.compare\_splits\_plots module
-----------------------------------------------

.. automodule:: atomsci.ddm.utils.compare_splits_plots
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.curate\_data module
-------------------------------------

.. automodule:: atomsci.ddm.utils.curate_data
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.data\_curation\_functions module
--------------------------------------------------

.. automodule:: atomsci.ddm.utils.data_curation_functions
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.datastore\_functions module
---------------------------------------------

.. automodule:: atomsci.ddm.utils.datastore_functions
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.genTestset module
-----------------------------------

.. automodule:: atomsci.ddm.utils.genTestset
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.hyperparam\_search\_wrapper module
----------------------------------------------------

.. automodule:: atomsci.ddm.utils.hyperparam_search_wrapper
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.llnl\_utils module
------------------------------------

.. automodule:: atomsci.ddm.utils.llnl_utils
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.model\_retrain module
---------------------------------------

.. automodule:: atomsci.ddm.utils.model_retrain
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.open\-docs module
-----------------------------------

.. automodule:: atomsci.ddm.utils.open-docs
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.process\_slurm module
---------------------------------------

.. automodule:: atomsci.ddm.utils.process_slurm
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.pubchem\_utils module
---------------------------------------

.. automodule:: atomsci.ddm.utils.pubchem_utils
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.rdkit\_easy module
------------------------------------

.. automodule:: atomsci.ddm.utils.rdkit_easy
:members:
:undoc-members:
:show-inheritance:

atomsci.ddm.utils.struct\_utils module
--------------------------------------

.. automodule:: atomsci.ddm.utils.struct_utils
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: atomsci.ddm.utils
:members:
:undoc-members:
:show-inheritance:
18 changes: 18 additions & 0 deletions atomsci/ddm/docs/build/doctrees/atomsci.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
atomsci package
===============

Subpackages
-----------

.. toctree::
:maxdepth: 4

atomsci.ddm

Module contents
---------------

.. automodule:: atomsci
:members:
:undoc-members:
:show-inheritance:
Binary file modified atomsci/ddm/docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/guide/advanced_ampl_usage.doctree
Binary file not shown.
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/guide/advanced_testing.doctree
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/guide/getting_started.doctree
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/guide/install.doctree
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/guide/running_ampl.doctree
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/guide/tests.doctree
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/modules.doctree
Binary file not shown.
7 changes: 7 additions & 0 deletions atomsci/ddm/docs/build/doctrees/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
atomsci
=======

.. toctree::
:maxdepth: 4

atomsci
Binary file modified atomsci/ddm/docs/build/doctrees/pipeline.doctree
Binary file not shown.
Binary file modified atomsci/ddm/docs/build/doctrees/utils.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion atomsci/ddm/docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 168e82eb8531a931335ea128aa3fd490
config: ae689b542378b1a2308882a2ade4446e
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading

0 comments on commit ac993b3

Please sign in to comment.