Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Apr 6, 2023
1 parent 07d1b1d commit b79d25f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pybamm/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,9 @@ def tag_citations(self):
--------
>>> pybamm.citations.register("Doyle1993")
>>> pybamm.citations.print() or pybamm.print_citations()
Citations registered:
Sulzer2021 was cited due to the use of
pybamm.models.full_battery_models.lithium_ion.dfn
>>> Citations registered:
>>> Sulzer2021 was cited due to the use of
>>> pybamm.models.full_battery_models.lithium_ion.dfn
"""
if self._citation_tags:
print("Citations registered:")
Expand Down

0 comments on commit b79d25f

Please sign in to comment.