[Lldb-commits] [lldb] r359061 - [Docs] Move external links up

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 18:48:40 PDT 2019


Author: jdevlieghere
Date: Tue Apr 23 18:48:40 2019
New Revision: 359061

URL: http://llvm.org/viewvc/llvm-project?rev=359061&view=rev
Log:
[Docs] Move external links up

With a duplicate link removed and the API reference moved up, the page
didn't make much sense anymore.

Removed:
    lldb/trunk/docs/resources/external.rst
Modified:
    lldb/trunk/docs/index.rst

Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=359061&r1=359060&r2=359061&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Tue Apr 23 18:48:40 2019
@@ -56,7 +56,6 @@ Resources
    resources/test
    resources/bots
    resources/sbapi
-   resources/external
 
 API Documentation
 =================
@@ -64,8 +63,9 @@ API Documentation
 * `C++ API Documentation <https://lldb.llvm.org/cpp_reference/index.html>`_
 * `Python API Documentation <https://lldb.llvm.org/python_reference/index.html>`_
 
-Indices and tables
-==================
+External Links
+==============
 
-* :ref:`genindex`
-* :ref:`search`
+* `Source Code <http://llvm.org/viewvc/llvm-project/lldb/trunk/>`_
+* `Code Reviews <https://reviews.llvm.org>`_
+* `Bug Reports <https://bugs.llvm.org/>`_

Removed: lldb/trunk/docs/resources/external.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/resources/external.rst?rev=359060&view=auto
==============================================================================
--- lldb/trunk/docs/resources/external.rst (original)
+++ lldb/trunk/docs/resources/external.rst (removed)
@@ -1,13 +0,0 @@
-External Resources
-==================
-
-Bugs
-----
-
-* `Bug Reports <https://bugs.llvm.org/>`_
-
-Source
-------
-
-* `Browse SVN <http://llvm.org/viewvc/llvm-project/lldb/trunk/>`_
-* `Browse ViewVNC <http://llvm.org/viewvc/llvm-project/lldb/trunk/>`_




More information about the lldb-commits mailing list