Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
parkec3 committed Aug 20, 2024
1 parent b4c1897 commit e4504a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/source/api/models/lithium_ion/ecm_split_ocv.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Equivalent Circuit Model with Split OCV (ECMsplitOCV)
=====================================================

.. autoclass:: pybamm.lithium_ion.ECMsplitOCV
:members:

.. footbibliography::
1 change: 1 addition & 0 deletions docs/source/api/models/lithium_ion/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Lithium-ion Models
msmr
yang2017
electrode_soh
ecm_split_ocv
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class ECMsplitOCV(pybamm.BaseModel):

def __init__(self, name="ECM with split OCV"):
super().__init__(name)
# TODO citations
# param = self.param

######################
# Variables
Expand Down

0 comments on commit e4504a6

Please sign in to comment.