Skip to content

Commit dea0c7a

Browse files
committed
uncomment notebook build, remove built html file from tutorial source, no format comment moved down
Signed-off-by: Rachel Kurchin <rkurchin@cmu.edu>
1 parent 97f6b6b commit dea0c7a

File tree

4 files changed

+44
-130
lines changed

4 files changed

+44
-130
lines changed

docs/make.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@ using Documenter, ChemistryFeaturization, PlutoStaticHTML
22

33
# this next bit is from https://github.com/rikhuijzer/PlutoStaticHTML.jl/blob/main/docs/make.jl
44
const NOTEBOOK_DIR = joinpath(pkgdir(ChemistryFeaturization), "docs", "src", "tutorial")
5-
"""
6-
write_notebook()
7-
Write Pluto output to a HTML file.
8-
This avoidings running via the Documenter.jl evaluation, which appears to just hang.
9-
Probably similar cause as https://github.com/JuliaDocs/Documenter.jl/issues/1514.
10-
"""
5+
116
function write_notebooks()
127
hopts = HTMLOptions()
138
bopts = BuildOptions(NOTEBOOK_DIR; output_format = documenter_output)
149
parallel_build(bopts, hopts)
1510
return nothing
1611
end
1712

18-
# write_notebooks()
13+
write_notebooks()
1914

2015
pages = Any[
2116
"Overview"=>"index.md",

docs/src/tutorial/atomgraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! format: off
21
### A Pluto.jl notebook ###
32
# v0.17.7
43

@@ -45,6 +44,7 @@ This tutorial will demonstrate usage of ChemistryFeaturization.jl for a case tha
4544
"
4645

4746
# ╔═╡ db3022ee-9241-4446-87ad-92c8359d1e31
47+
#! format: off
4848
TableOfContents()
4949

5050
# ╔═╡ 96095ce5-6edb-46f0-9884-397b318ed631

0 commit comments

Comments
 (0)