Skip to content

Commit

Permalink
update: version 0.24.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWysokinski committed Nov 27, 2024
1 parent 089f9f4 commit d42e514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ echo "# NeuroAnalyzer.jl documentation"
echo ""
echo "This documentation has been generated using [Documenter.jl](https://juliadocs.github.io/Documenter.jl/stable/)."
echo ""
echo "## neuroAnalyzer"
echo "## NeuroAnalyzer"
echo ""
echo "\`\`\`@docs"
cat ../src/utils/setup.jl | grep ^function | grep -v Base. | sed s/"function "/"NeuroAnalyzer."/g | sed s/"(.*)"//g | sed s/" where {.*}"//g | sed s/"::.*$"//g | sort -u
cat ../src/utils/plugins.jl | grep ^function | grep -v Base. | sed s/"function "/"NeuroAnalyzer."/g | sed s/"(.*)"//g | sed s/" where {.*}"//g | sed s/"::.*$"//g | sort -u
cat ../src/na/setup.jl | grep ^function | grep -v Base. | sed s/"function "/"NeuroAnalyzer."/g | sed s/"(.*)"//g | sed s/" where {.*}"//g | sed s/"::.*$"//g | sort -u
cat ../src/na/plugins.jl | grep ^function | grep -v Base. | sed s/"function "/"NeuroAnalyzer."/g | sed s/"(.*)"//g | sed s/" where {.*}"//g | sed s/"::.*$"//g | sort -u
echo "\`\`\`"
echo ""
echo "## Utils"
Expand Down

0 comments on commit d42e514

Please sign in to comment.