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