diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-03-28 14:57:56 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-03-29 12:37:57 +0200 |
commit | 415b706ceb6fa3be55e7c96d8bafb0e98ce184b1 (patch) | |
tree | f9419f3f96269eb6c191f6a26a93a3f4fc502130 | |
parent | 0f0c1387882be6a19af2cf3e6a005d70a3e84ae7 (diff) | |
download | haskell-415b706ceb6fa3be55e7c96d8bafb0e98ce184b1.tar.gz |
users-guide: Provide more depth in table-of-contents
Per Simon's request.
-rw-r--r-- | docs/users_guide/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/index.rst b/docs/users_guide/index.rst index fe346bf2a2..60f8c9ad68 100644 --- a/docs/users_guide/index.rst +++ b/docs/users_guide/index.rst @@ -7,7 +7,7 @@ Welcome to the GHC Users Guide Contents: .. toctree:: - :maxdepth: 3 + :maxdepth: 4 :numbered: license |