Skip to content

Commit 55653f5

Browse files
authored
Move docstrings to ApproxFunBase (#831)
* doctest for ApproxFunBase * import packages in meta block * remove docs * version bump to v0.13.11
1 parent 59390c6 commit 55653f5

File tree

3 files changed

+1
-593
lines changed

3 files changed

+1
-593
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFun"
22
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
3-
version = "0.13.10"
3+
version = "0.13.11"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/ApproxFun.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export bisectioninv
116116

117117
include("Extras/Extras.jl")
118118
include("Plot/Plot.jl")
119-
include("docs.jl")
120119

121120
#include("precompile.jl")
122121
#_precompile_()

0 commit comments

Comments
 (0)