Skip to content

Commit

Permalink
module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 21, 2024
1 parent 3a33e8d commit d7b3fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PlutoDependencyExplorer.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

"""
This package contains Pluto's dependency sorting algorithm. Given a list of cell codes, PlutoDependencyExplorer can tell you in which order these cells should run.
"""
module PlutoDependencyExplorer

using ExpressionExplorer
Expand Down

0 comments on commit d7b3fb0

Please sign in to comment.