Apart from this, the documentation is outdated in several other places also. For example, on the same website, for an example on free modules it is mentioned that
```
the following is from the file SAGE_ROOT/sage/sage/modules/free_module_element.pyx
```
However the same is actually now at
```
SAGE_ROOT/src/sage/modules/free_module_element.pyx
```
Also, while explaining the `_matrix_` method, an example is given as
However, this class is now at
```
SAG_ROOT/src/sage/graphs/generic_graph.py
```
and I believe several other inconsistencies would be existing.