From af4a3f981842f04891498bc7e2e22ef6c4a76b79 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 9 Mar 2020 14:35:35 -0400 Subject: [PATCH] docs: update --- docs/api/toasty.cli.pipeline_fetch_inputs_getparser.rst | 6 ++++++ docs/api/toasty.cli.pipeline_fetch_inputs_impl.rst | 6 ++++++ docs/api/toasty.cli.pipeline_process_todos_getparser.rst | 6 ++++++ docs/api/toasty.cli.pipeline_process_todos_impl.rst | 6 ++++++ docs/api/toasty.cli.pipeline_publish_todos_getparser.rst | 6 ++++++ docs/api/toasty.cli.pipeline_publish_todos_impl.rst | 6 ++++++ 6 files changed, 36 insertions(+) create mode 100644 docs/api/toasty.cli.pipeline_fetch_inputs_getparser.rst create mode 100644 docs/api/toasty.cli.pipeline_fetch_inputs_impl.rst create mode 100644 docs/api/toasty.cli.pipeline_process_todos_getparser.rst create mode 100644 docs/api/toasty.cli.pipeline_process_todos_impl.rst create mode 100644 docs/api/toasty.cli.pipeline_publish_todos_getparser.rst create mode 100644 docs/api/toasty.cli.pipeline_publish_todos_impl.rst diff --git a/docs/api/toasty.cli.pipeline_fetch_inputs_getparser.rst b/docs/api/toasty.cli.pipeline_fetch_inputs_getparser.rst new file mode 100644 index 0000000..acadb2c --- /dev/null +++ b/docs/api/toasty.cli.pipeline_fetch_inputs_getparser.rst @@ -0,0 +1,6 @@ +pipeline_fetch_inputs_getparser +=============================== + +.. currentmodule:: toasty.cli + +.. autofunction:: pipeline_fetch_inputs_getparser diff --git a/docs/api/toasty.cli.pipeline_fetch_inputs_impl.rst b/docs/api/toasty.cli.pipeline_fetch_inputs_impl.rst new file mode 100644 index 0000000..e10ea86 --- /dev/null +++ b/docs/api/toasty.cli.pipeline_fetch_inputs_impl.rst @@ -0,0 +1,6 @@ +pipeline_fetch_inputs_impl +========================== + +.. currentmodule:: toasty.cli + +.. autofunction:: pipeline_fetch_inputs_impl diff --git a/docs/api/toasty.cli.pipeline_process_todos_getparser.rst b/docs/api/toasty.cli.pipeline_process_todos_getparser.rst new file mode 100644 index 0000000..21210ce --- /dev/null +++ b/docs/api/toasty.cli.pipeline_process_todos_getparser.rst @@ -0,0 +1,6 @@ +pipeline_process_todos_getparser +================================ + +.. currentmodule:: toasty.cli + +.. autofunction:: pipeline_process_todos_getparser diff --git a/docs/api/toasty.cli.pipeline_process_todos_impl.rst b/docs/api/toasty.cli.pipeline_process_todos_impl.rst new file mode 100644 index 0000000..466ca7f --- /dev/null +++ b/docs/api/toasty.cli.pipeline_process_todos_impl.rst @@ -0,0 +1,6 @@ +pipeline_process_todos_impl +=========================== + +.. currentmodule:: toasty.cli + +.. autofunction:: pipeline_process_todos_impl diff --git a/docs/api/toasty.cli.pipeline_publish_todos_getparser.rst b/docs/api/toasty.cli.pipeline_publish_todos_getparser.rst new file mode 100644 index 0000000..61d4fc0 --- /dev/null +++ b/docs/api/toasty.cli.pipeline_publish_todos_getparser.rst @@ -0,0 +1,6 @@ +pipeline_publish_todos_getparser +================================ + +.. currentmodule:: toasty.cli + +.. autofunction:: pipeline_publish_todos_getparser diff --git a/docs/api/toasty.cli.pipeline_publish_todos_impl.rst b/docs/api/toasty.cli.pipeline_publish_todos_impl.rst new file mode 100644 index 0000000..9b5fec3 --- /dev/null +++ b/docs/api/toasty.cli.pipeline_publish_todos_impl.rst @@ -0,0 +1,6 @@ +pipeline_publish_todos_impl +=========================== + +.. currentmodule:: toasty.cli + +.. autofunction:: pipeline_publish_todos_impl