Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtarzia committed Dec 17, 2024
1 parent 5900299 commit 47e3ded
Show file tree
Hide file tree
Showing 11 changed files with 90 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cgexplore.atomistic.extract\_ditopic\_ensemble
==============================================

.. currentmodule:: cgexplore.atomistic

.. autofunction:: extract_ditopic_ensemble

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cgexplore.atomistic.get\_ditopic\_aligned\_bb
=============================================

.. currentmodule:: cgexplore.atomistic

.. autofunction:: get_ditopic_aligned_bb
3 changes: 2 additions & 1 deletion docs/source/_autosummary/cgexplore.atomistic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ cgexplore.atomistic
:nosignatures:

cgx_optimisation_sequence
extract_ensemble
extract_ditopic_ensemble
get_ditopic_aligned_bb
run_conformer_analysis


Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cgexplore.scram.HomolepticTopologyIterator
==========================================
cgexplore.molecular.SixBead
===========================

.. currentmodule:: cgexplore.scram
.. currentmodule:: cgexplore.molecular

.. autoclass:: HomolepticTopologyIterator
.. autoclass:: SixBead
:members:
:inherited-members:
:undoc-members:
Expand Down
25 changes: 25 additions & 0 deletions docs/source/_autosummary/cgexplore.molecular.StericSixBead.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cgexplore.molecular.StericSixBead
=================================

.. currentmodule:: cgexplore.molecular

.. autoclass:: StericSixBead
:members:
:inherited-members:
:undoc-members:
:show-inheritance:




.. rubric:: Methods

.. autosummary::
:nosignatures:







2 changes: 2 additions & 0 deletions docs/source/_autosummary/cgexplore.molecular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ cgexplore.molecular
LinearPrecursor
Precursor
PrecursorGenerator
SixBead
SpindryConformer
SquarePrecursor
StericSixBead
ThreeC0Arm
ThreeC1Arm
ThreeC2Arm
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cgexplore.scram.BuildingBlockConfiguration
==========================================

.. currentmodule:: cgexplore.scram

.. autoclass:: BuildingBlockConfiguration
:members:
:inherited-members:
:undoc-members:
:show-inheritance:




.. rubric:: Methods

.. autosummary::
:nosignatures:

~BuildingBlockConfiguration.get_building_block_dictionary
~BuildingBlockConfiguration.get_hashable_bbidx_dict





.. rubric:: Attributes

.. autosummary::

~BuildingBlockConfiguration.idx
~BuildingBlockConfiguration.building_block_idx_map
~BuildingBlockConfiguration.building_block_idx_dict


Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ cgexplore.scram.IHomolepticTopologyIterator
.. autosummary::
:nosignatures:

~IHomolepticTopologyIterator.get_graphs
~IHomolepticTopologyIterator.count_graphs
~IHomolepticTopologyIterator.get_num_building_blocks
~IHomolepticTopologyIterator.get_vertex_prototypes
~IHomolepticTopologyIterator.yield_graphs



Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cgexplore.scram.get\_custom\_bb\_configurations
===============================================

.. currentmodule:: cgexplore.scram

.. autofunction:: get_custom_bb_configurations
3 changes: 2 additions & 1 deletion docs/source/_autosummary/cgexplore.scram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ cgexplore.scram
:template: class.rst
:nosignatures:

BuildingBlockConfiguration
Constructed
HomolepticTopologyIterator
IHomolepticTopologyIterator
TopologyCode
TopologyIterator
Expand All @@ -33,6 +33,7 @@ cgexplore.scram
:toctree:
:nosignatures:

get_custom_bb_configurations
get_potential_bb_dicts
graph_optimise_cage
optimise_cage
Expand Down

0 comments on commit 47e3ded

Please sign in to comment.