Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nagakingg committed Jul 10, 2023
1 parent d74df49 commit 586cb54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion curvesim/iterators/param_samplers/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class CurveMetaPoolGrid(Grid, CurveMetaPoolMixin):

class CurveCryptoPoolGrid(Grid, CurveCryptoPoolMixin):
"""
:class:`Grid` parameter sampler specialized for Curve meta-pools.
:class:`Grid` parameter sampler specialized for Curve crypto pools.
"""

pass
15 changes: 9 additions & 6 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,18 @@ Iterators
:special-members: __iter__
:inherited-members:

.. autoclass:: curvesim.iterators.param_samplers.CurvePoolGrid
:exclude-members: __new__
.. class:: curvesim.iterators.param_samplers.CurvePoolGrid

.. autoclass:: curvesim.iterators.param_samplers.CurveMetaPoolGrid
:exclude-members: __new__
:class:`Grid` parameter sampler specialized for Curve pools.

.. autoclass:: curvesim.iterators.param_samplers.CurveCryptoPoolGrid
:exclude-members: __new__

.. class:: curvesim.iterators.param_samplers.CurveMetaPoolGrid

:class:`Grid` parameter sampler specialized for Curve meta-pools.

.. class:: curvesim.iterators.param_samplers.CurveCryptoPoolGrid

:class:`Grid` parameter sampler specialized for Curve crypto pools.

Price Samplers
--------------
Expand Down

0 comments on commit 586cb54

Please sign in to comment.