Extend source layout description in dev guide
[alexxy/gromacs.git] / docs / dev-manual / index.rst
index 44631d9a3e6405ac31547be7490fddfba57eda37..7a4fd242c08b76030c66a1f943d478c958f6f456 100644 (file)
@@ -7,14 +7,15 @@ to |Gromacs| development.  The actual code is documented in Doxygen
 documentation linked from the front page of the documentation.
 
 The focus is (at least for now) on things that are tightly tied to the code
-itself, such as helper scripts that reside in the source repository, and may
-require the documentation to be updated in sync.  Wiki pages at
-http://www.gromacs.org/Developer_Zone contain additional information (much of
-it outdated, though), and can be linked from relevant locations in this guide.
+itself, such as helper scripts that reside in the source repository and
+organization of the code itself, and may require the documentation to be
+updated in sync.
 
 The guide is currently split into a few main parts:
 
 * Overview of the |Gromacs| codebase.
+* Collection of overview pages that describe some important implementation
+  aspects.
 * Generic guidelines to follow when developing |Gromacs|.
   For some of the guidelines, scripts exist (see below) to automatically
   reformat the code and/or enforce the guidelines for each commit.
@@ -24,5 +25,6 @@ The guide is currently split into a few main parts:
    :maxdepth: 2
 
    overview
+   relocatable-binaries
    style
    tools