Skip to content

Commit b70f2dc

Browse files
author
Mitchell R. Vollger
committed
.
1 parent a4b2289 commit b70f2dc

File tree

4 files changed

+282
-255
lines changed

4 files changed

+282
-255
lines changed

book.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ mathjax-support = true
2424
enable = true # whether or not to enable section folding
2525
level = 2 # the depth to start folding
2626

27-
[preprocessor.toc]
28-
command = "mdbook-toc"
29-
renderer = ["html"]
30-
max-level = 3
27+
#[preprocessor.toc]
28+
#command = "mdbook-toc"
29+
#renderer = ["html"]
30+
#max-level = 3
3131

3232
#[preprocessor.auto-links]
3333
#command = "python auto-links.py"

scripts/make_help_docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ FT=../fibertools-rs/target/debug/ft
77

88
out="src/fibertools/help.md"
99
echo "# Help pages for fibertools subcommands" >$out
10-
echo "<!-- toc -->" >>$out
1110
echo "" >>$out
1211

1312
for subcommand in "" "predict-m6a" "fire" "extract" "center" "add-nucleosomes" "footprint" "clear-kinetics" "strip-basemods" "track-decorators" "pileup" "qc"; do

0 commit comments

Comments
 (0)