[Lldb-commits] [lldb] r358928 - [Docs] Move API docs to the front page
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 22 15:41:55 PDT 2019
Author: jdevlieghere
Date: Mon Apr 22 15:41:55 2019
New Revision: 358928
URL: http://llvm.org/viewvc/llvm-project?rev=358928&view=rev
Log:
[Docs] Move API docs to the front page
This moves the links to the C++ and Python API docs up to the main page.
As of now the links are still broken [1], but at least this will prevent
the additional frustration of searching for the links only to find out
they're broken.
[1] http://lists.llvm.org/pipermail/lldb-dev/2019-April/014992.html
Modified:
lldb/trunk/docs/index.rst
lldb/trunk/docs/resources/external.rst
Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=358928&r1=358927&r2=358928&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Mon Apr 22 15:41:55 2019
@@ -58,6 +58,13 @@ Resources
resources/sbapi
resources/external
+API Documentation
+=================
+
+* `Python API Documentation <https://lldb.llvm.org/python_reference/index.html>`_
+* `C++ API Documentation <https://lldb.llvm.org/cpp_reference/html/index.html>`_
+
+
Indices and tables
==================
Modified: lldb/trunk/docs/resources/external.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/resources/external.rst?rev=358928&r1=358927&r2=358928&view=diff
==============================================================================
--- lldb/trunk/docs/resources/external.rst (original)
+++ lldb/trunk/docs/resources/external.rst Mon Apr 22 15:41:55 2019
@@ -1,12 +1,6 @@
External Resources
==================
-Documentation
--------------
-
-* `Python API Documentation <https://lldb.llvm.org/python_reference/index.html>`_
-* `C++ API Documentation <https://lldb.llvm.org/cpp_reference/html/index.html>`_
-
Bugs
----
More information about the lldb-commits
mailing list