From 8800e06cab7dab3f77499b1b961011638cd3e69b Mon Sep 17 00:00:00 2001 From: Arnaud Bergeron Date: Fri, 8 Jul 2022 14:47:00 -0400 Subject: [PATCH 1/5] Add documentation for client/runner.py --- docs/src/code/client.rst | 1 + docs/src/code/client/runner.rst | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/src/code/client/runner.rst diff --git a/docs/src/code/client.rst b/docs/src/code/client.rst index 82dc287ab..c77b2a20b 100644 --- a/docs/src/code/client.rst +++ b/docs/src/code/client.rst @@ -9,6 +9,7 @@ Client helper functions client/cli client/experiment client/manual + client/runner .. automodule:: orion.client :members: diff --git a/docs/src/code/client/runner.rst b/docs/src/code/client/runner.rst new file mode 100644 index 000000000..0de0555a8 --- /dev/null +++ b/docs/src/code/client/runner.rst @@ -0,0 +1,5 @@ +Runner client +============= + +.. automodule:: orion.client.runner + :members: From 598ab32dd0b7483b91498de0d395c40ebd92d170 Mon Sep 17 00:00:00 2001 From: Arnaud Bergeron Date: Fri, 8 Jul 2022 14:53:34 -0400 Subject: [PATCH 2/5] Add a plan section to the developer documentation --- docs/src/developer/overview.rst | 1 + docs/src/developer/plan.rst | 97 +++++++++++++++++++++++++++++++++ docs/src/index.rst | 1 + 3 files changed, 99 insertions(+) create mode 100644 docs/src/developer/plan.rst diff --git a/docs/src/developer/overview.rst b/docs/src/developer/overview.rst index 26110cd28..4d4b683a4 100644 --- a/docs/src/developer/overview.rst +++ b/docs/src/developer/overview.rst @@ -9,6 +9,7 @@ The documentation for developers is organized in the following, easy to read, se * :doc:`Getting Started `. Installing the development environment * :doc:`Conventions `. Get familiar with the project's standards and guidelines +* :doc:`Source code map `. Get familiar with the interactions in the code. * :doc:`Testing `. Implementing your changes and how to test your code * :doc:`Documenting `. Documenting your changes and updating the documentation * :doc:`Continuous Integration `. Get familiar with our continuous integration setup diff --git a/docs/src/developer/plan.rst b/docs/src/developer/plan.rst new file mode 100644 index 000000000..191700a82 --- /dev/null +++ b/docs/src/developer/plan.rst @@ -0,0 +1,97 @@ +*************** +Source code map +*************** + +This document will walk the path of an orion experiment through the +code. Not every detail is explained, but there are ample links to the +classes and methods involved if you want to dig further in a certain +section. + +Departure +--------- + +You start an experience by running ``orion hunt