2018-11-24 14:36:02 -05:00
|
|
|
site_name: "redo: a recursive build system"
|
2018-11-15 23:59:22 -05:00
|
|
|
theme: readthedocs
|
2018-11-16 01:14:15 -05:00
|
|
|
docs_dir: Documentation
|
|
|
|
|
site_dir: website
|
2018-11-15 23:59:22 -05:00
|
|
|
strict: true
|
2018-11-26 17:32:19 -05:00
|
|
|
repo_url: https://github.com/apenwarr/redo
|
|
|
|
|
edit_uri: edit/master/Documentation
|
2018-11-24 14:36:02 -05:00
|
|
|
extra_javascript:
|
|
|
|
|
- fetchcode.js
|
2018-11-15 23:59:22 -05:00
|
|
|
|
|
|
|
|
pages:
|
|
|
|
|
- Introduction: index.md
|
2018-11-16 03:13:33 -05:00
|
|
|
- Getting Started: GettingStarted.md
|
2018-11-26 17:32:19 -05:00
|
|
|
- Contributing.md
|
2018-11-24 14:36:02 -05:00
|
|
|
- Cookbook:
|
2018-11-26 17:32:19 -05:00
|
|
|
- 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
|
2018-11-28 14:04:12 -05:00
|
|
|
- R plots and LaTeX to pdf (side effects, multiple outputs, autodepends): cookbook/latex/index.md
|
2018-11-16 03:13:33 -05:00
|
|
|
- FAQ:
|
|
|
|
|
- Basics: FAQBasics.md
|
|
|
|
|
- Semantics: FAQSemantics.md
|
|
|
|
|
- Interop with make: FAQInterop.md
|
|
|
|
|
- Parallel Builds: FAQParallel.md
|
|
|
|
|
- Implementation Details: FAQImpl.md
|
2018-11-26 13:10:29 -05:00
|
|
|
- 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
|