apenwarr-redo/mkdocs.yml
Avery Pennarun 2e84c1bc02 Docs/cookbook: add an R + latex example.
This shows how to dynamically generate a plot in R+ggplot2, then embed
it into a latex document, and compile it to pdf, all with proper
autodependencies.
2018-11-28 17:33:03 -05:00

35 lines
1.2 KiB
YAML

site_name: "redo: a recursive build system"
theme: readthedocs
docs_dir: Documentation
site_dir: website
strict: true
repo_url: https://github.com/apenwarr/redo
edit_uri: edit/master/Documentation
extra_javascript:
- fetchcode.js
pages:
- Introduction: index.md
- Getting Started: GettingStarted.md
- Contributing.md
- Cookbook:
- Hello World (hello.do, redo-ifchange): cookbook/hello/index.md
- Text processing example (default.do, redo-whichdo, redo-always, redo-stamp): cookbook/defaults/index.md
- R plots and LaTeX to pdf (side effects, multiple outputs, autodepends): cookbook/latex/index.md
- FAQ:
- Basics: FAQBasics.md
- Semantics: FAQSemantics.md
- Interop with make: FAQInterop.md
- Parallel Builds: FAQParallel.md
- Implementation Details: FAQImpl.md
- Reference Manual:
- redo(1): redo.md
- redo-ifchange(1): redo-ifchange.md
- redo-ifcreate(1): redo-ifcreate.md
- redo-always(1): redo-always.md
- redo-stamp(1): redo-stamp.md
- redo-sources(1): redo-sources.md
- redo-targets(1): redo-targets.md
- redo-ood(1): redo-ood.md
- redo-whichdo(1): redo-whichdo.md
- redo-log(1): redo-log.md