File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414from feynml import Styled as Styled_
1515from feynml import Vertex as Vertex_
1616from feynml .momentum import Momentum as Momentum_ # TODO fix to feynml only
17- from smpl .doc import deprecated
17+ from smpl_doc .doc import deprecated
1818
1919
2020class Head (Head_ ):
Original file line number Diff line number Diff line change 11"""Moved to :py:mod:`feynml.interface.hepmc`"""
22from feynml .interface .hepmc import hepmc_event_to_feynman as _event_to_feynman
3- from smpl .doc import deprecated
3+ from smpl_doc .doc import deprecated
44
55event_to_feynman = deprecated (
66 "2.2.6" , "Directly use feynml.interface.hepmc.event_to_feynman()"
Original file line number Diff line number Diff line change 11"""Moved to :py:mod:`feynml.interface.qgraf`"""
22from feynml .interface .qgraf import get_style as _get_style
3- from smpl .doc import deprecated
3+ from smpl_doc .doc import deprecated
44
55get_style = deprecated ("2.2.6" , "Directly use feynml.interface.qgraf.get_style()" )(
66 _get_style
You can’t perform that action at this time.
0 commit comments