try asyncmap to build pages

This commit is contained in:
jverzani 2022-05-27 07:40:52 -04:00
parent a1b2611037
commit fa77930bf5
4 changed files with 4 additions and 5 deletions

View File

@ -4,5 +4,8 @@ There are many ways to do related things in `Julia`. This directory holds altern
## Symbolics
* needs writing
## Makie
* needs updating

View File

@ -67,12 +67,8 @@ if isnothing(folder) && isnothing(file)
# # alternatives needs work
# 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
build_pages("precalc", nothing, :html, true)
build_pages("precalc", nothing, :html, force)
build_toc()