File tree Expand file tree Collapse file tree 4 files changed +282
-255
lines changed
Expand file tree Collapse file tree 4 files changed +282
-255
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ mathjax-support = true
2424enable = true # whether or not to enable section folding
2525level = 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"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ FT=../fibertools-rs/target/debug/ft
77
88out=" src/fibertools/help.md"
99echo " # Help pages for fibertools subcommands" > $out
10- echo " <!-- toc -->" >> $out
1110echo " " >> $out
1211
1312for subcommand in " " " predict-m6a" " fire" " extract" " center" " add-nucleosomes" " footprint" " clear-kinetics" " strip-basemods" " track-decorators" " pileup" " qc" ; do
You can’t perform that action at this time.
0 commit comments