rm WeaveSupport

This commit is contained in:
jverzani
2022-09-19 16:10:49 -04:00
parent 847109baea
commit e35ee2f6ca
66 changed files with 213 additions and 883 deletions

View File

@@ -16,12 +16,6 @@ using SymPy
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "Green's Theorem, Stokes' Theorem, and the Divergence Theorem",
description = "Calculus with Julia: Green's Theorem, Stokes' Theorem, and the Divergence Theorem",
tags = ["CalculusWithJulia", "integral_vector_calculus", "green's theorem, stokes' theorem, and the divergence theorem"],
);
# some useful helpers for drawing
_bar(x) = sum(x)/length(x)
@@ -1593,4 +1587,3 @@ choices = [
answ = 1
radioq(choices, answ, keep_order=true)
```