Skip to content

Commit

Permalink
remove dependence on DocStringExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Hernandez Acosta committed Mar 1, 2024
1 parent 4dfb3d3 commit cd67864
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ authors = ["Uwe Hernandez Acosta <[email protected]>", "Simeon Ehrig", "Klaus
version = "0.1.0"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
QEDbase = "10e22c08-3ccb-4172-bfcf-7d7aa3d04d93"

[compat]
DocStringExtensions = "0.9"
QEDbase = "0.1"
julia = "1.6"
1 change: 0 additions & 1 deletion src/QEDprocesses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export AbstractCoordinateSystem, SphericalCoordinateSystem
export AbstractFrameOfReference, CenterOfMomentumFrame, ElectronRestFrame
export AbstractPhasespaceDefinition, PhasespaceDefinition

using DocStringExtensions
using QEDbase

include("utils.jl")
Expand Down
4 changes: 2 additions & 2 deletions src/interfaces/process_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function _phase_space_factor end

"""
$(TYPEDSIGNATURES)
number_incoming_particles(proc_def::AbstractProcessDefinition)
Return the number of incoming particles of a given process.
"""
Expand All @@ -192,7 +192,7 @@ end

"""
$(TYPEDSIGNATURES)
number_outgoing_particles(proc_def::AbstractProcessDefinition)
Return the number of outgoing particles of a given process.
"""
Expand Down

0 comments on commit cd67864

Please sign in to comment.