diff options
author | Brad King <brad.king@kitware.com> | 2013-10-29 13:45:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-29 13:45:57 (GMT) |
commit | 1665721c28daf8b20c054e3a3cc357fa778bb76e (patch) | |
tree | c52d8dfa54457fff26ad9c0de41a602ef29c2dce | |
parent | 8f80eaf98175f9a60089f8146d4c9281e72d72f4 (diff) | |
parent | 2c7cd95c8297b456bae446a5f4bb96e7c67ad78d (diff) | |
download | CMake-1665721c28daf8b20c054e3a3cc357fa778bb76e.zip CMake-1665721c28daf8b20c054e3a3cc357fa778bb76e.tar.gz CMake-1665721c28daf8b20c054e3a3cc357fa778bb76e.tar.bz2 |
Merge topic 'doc-organize-index'
2c7cd95 Help: Organize top-level index
-rw-r--r-- | Help/index.rst | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/Help/index.rst b/Help/index.rst index 850660e..b313706 100644 --- a/Help/index.rst +++ b/Help/index.rst @@ -1,30 +1,48 @@ -CMake Reference Documentation -############################# +Command-Line Tools +################## -.. only:: html +.. toctree:: + :maxdepth: 1 + + /manual/cmake.1 + /manual/ctest.1 + /manual/cpack.1 - Reference Manuals: +Interactive Dialogs +################### .. toctree:: :maxdepth: 1 - /manual/ccmake.1 - /manual/cmake.1 /manual/cmake-gui.1 - /manual/cpack.1 - /manual/ctest.1 + /manual/ccmake.1 + +Reference Manuals +################# + +.. toctree:: + :maxdepth: 1 + /manual/cmake-commands.7 /manual/cmake-generators.7 /manual/cmake-modules.7 /manual/cmake-policies.7 /manual/cmake-properties.7 /manual/cmake-variables.7 - /manual/cmake-generator-expressions.7 + +Other Manuals +############# + +.. toctree:: + :maxdepth: 1 + /manual/cmake-developer.7 + /manual/cmake-generator-expressions.7 .. only:: html - Index and Search: + Index and Search + ################ * :ref:`genindex` * :ref:`search` |