From 17b9aef2040fc709bd1ddce16ffcf84b97eb51cd Mon Sep 17 00:00:00 2001 From: richard gowers Date: Mon, 11 Mar 2024 15:17:47 +0000 Subject: [PATCH] docs: add stub pages for Protocol user guides --- docs/guide/index.rst | 1 + docs/guide/protocols/absolutesolvation.rst | 4 ++++ docs/guide/protocols/index.rst | 9 +++++++++ docs/guide/protocols/plainmd.rst | 4 ++++ docs/guide/protocols/relativehybridtopology.rst | 4 ++++ 5 files changed, 22 insertions(+) create mode 100644 docs/guide/protocols/absolutesolvation.rst create mode 100644 docs/guide/protocols/index.rst create mode 100644 docs/guide/protocols/plainmd.rst create mode 100644 docs/guide/protocols/relativehybridtopology.rst diff --git a/docs/guide/index.rst b/docs/guide/index.rst index 43b829e34..e734c1fff 100644 --- a/docs/guide/index.rst +++ b/docs/guide/index.rst @@ -9,3 +9,4 @@ User Guide execution/index results/index cli/index + protocols/index \ No newline at end of file diff --git a/docs/guide/protocols/absolutesolvation.rst b/docs/guide/protocols/absolutesolvation.rst new file mode 100644 index 000000000..3f87f5d47 --- /dev/null +++ b/docs/guide/protocols/absolutesolvation.rst @@ -0,0 +1,4 @@ +Absolute Solvation Protocol +=========================== + +issue #xxx \ No newline at end of file diff --git a/docs/guide/protocols/index.rst b/docs/guide/protocols/index.rst new file mode 100644 index 000000000..2313ba850 --- /dev/null +++ b/docs/guide/protocols/index.rst @@ -0,0 +1,9 @@ +Details of Specific Protocols +============================= + +Details on the theory and behaviour of different Protocols are listed here. + +.. toctree:: + relativehybridtopology + absolutesolvation + plainmd diff --git a/docs/guide/protocols/plainmd.rst b/docs/guide/protocols/plainmd.rst new file mode 100644 index 000000000..dcfb8afc2 --- /dev/null +++ b/docs/guide/protocols/plainmd.rst @@ -0,0 +1,4 @@ +Plain MD Protocol +================= + +issue #xxx \ No newline at end of file diff --git a/docs/guide/protocols/relativehybridtopology.rst b/docs/guide/protocols/relativehybridtopology.rst new file mode 100644 index 000000000..203d4e79c --- /dev/null +++ b/docs/guide/protocols/relativehybridtopology.rst @@ -0,0 +1,4 @@ +Relative Hybrid Topology Protocol +================================= + +issue #xxx \ No newline at end of file