try asyncmap to build pages
This commit is contained in:
@@ -4,5 +4,8 @@ There are many ways to do related things in `Julia`. This directory holds altern
|
|||||||
|
|
||||||
## Symbolics
|
## Symbolics
|
||||||
|
|
||||||
|
* needs writing
|
||||||
|
|
||||||
## Makie
|
## Makie
|
||||||
|
|
||||||
|
* needs updating
|
||||||
|
|||||||
@@ -67,12 +67,8 @@ if isnothing(folder) && isnothing(file)
|
|||||||
# # alternatives needs work
|
# # alternatives needs work
|
||||||
# build_pages("alternatives", "plotly_plotting", :html, force)
|
# build_pages("alternatives", "plotly_plotting", :html, force)
|
||||||
|
|
||||||
folders = ("precalc", "limits", "derivatives", "integrals", "ODEs",
|
|
||||||
"differentiable_vector_calculus", "integral_vector_calculus",
|
|
||||||
"misc")
|
|
||||||
|
|
||||||
# keep it simple for now; uncomment above once build goes through
|
# keep it simple for now; uncomment above once build goes through
|
||||||
build_pages("precalc", nothing, :html, true)
|
build_pages("precalc", nothing, :html, force)
|
||||||
|
|
||||||
build_toc()
|
build_toc()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user