Update links to googletests and remove some refs to Jenkins and Gerrit from the docs
[alexxy/gromacs.git] / docs / dev-manual / overview.rst
index fcb10ded11245bc2172c28d006f925faca97f5e1..c9bc31679e7190ad522cd46fd2275a85d8cfc6d2 100644 (file)
@@ -172,8 +172,7 @@ defined in ``config.h`` or requiring other headers to be included before it.
 Not installed headers are allowed to include ``config.h``. Cyclic include dependencies
 prevent this, and must be avoided because of this. This is best guaranteed
 by including every header in some source file as the first header,
-even before ``config.h``. This is partly enforced by :doc:`gmxtree`,
-which is run by Jenkins and votes accordingly in Gerrit.
+even before ``config.h``.
 
 Code inside the library should not unnecessarily include headers. In
 particular, headers should not include other headers if a forward