diff --git a/doc/programmers/general-structure.rst b/doc/programmers/general-structure.rst
index 6188f3f15..5ad54b24a 100644
--- a/doc/programmers/general-structure.rst
+++ b/doc/programmers/general-structure.rst
@@ -3,16 +3,6 @@ General Structure
External libraries:
-+ parts of the C++ `Boost `_ libraries are used to provide
- various functionality, like timing and metaprogramming.
- The source for the 1.54.0 release is shipped with the
- module's source code. Some of the libraries used
- need to be compiled. Boost is released under the terms
- of the `Boost Software License, v1.0 `_ (see also
- http://www.boost.org/users/license.html) We encourage the use of
- Boost whenever some functionality has already been coded within those
- libraries. However, consider **carefully** the introduction of functionality
- depending on compiler Boost libraries.
+ the `Eigen `_ template
library for linear algebra. Almost every operation involving matrices and
vectors is performed through Eigen. Eigen provides convenient type
@@ -23,10 +13,6 @@ External libraries:
at the `getting started guide `_ to get started.
Eigen is distributed under the terms of the `Mozilla Public License, v2.0
`_
-+ the `Getkw library `_ by Jonas Juselius is
- used to manage input. It is distributed under the terms of the `GNU General
- Public License, v2.0 `_
- under the terms of the `MIT License <(http://opensource.org/licenses/MIT>`_.
+ the `XCFun library `_ by Ulf
Ekström under the terms of the `GNU General
Public License, v2.0 `_
diff --git a/doc/programmers/manual.rst b/doc/programmers/manual.rst
index e3e7d94c5..b5cabfa3a 100644
--- a/doc/programmers/manual.rst
+++ b/doc/programmers/manual.rst
@@ -2,6 +2,18 @@
Programmer's Manual
===================
+Coding and maintenance guidelines
+---------------------------------
+
+.. toctree::
+
+ general-structure
+ coding-standards
+ documentation
+ cmake-usage
+ maintenance
+ testing
+
Classes and functions reference
-------------------------------
diff --git a/doc/programmers/programmers-manual.rst b/doc/programmers/programmers-manual.rst
deleted file mode 100644
index b7507d873..000000000
--- a/doc/programmers/programmers-manual.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-:orphan:
-
-=============================
-MRChem Programmers' Manual
-=============================
-
-
-.. toctree::
-
- general-structure
- coding-standards
- documentation
- cmake-usage
- maintenance
- testing