[llvm-commits] [llvm] r165779 - in /llvm/trunk/docs: DeveloperPolicy.rst Phabricator.rst userguides.rst

Sean Silva silvas at purdue.edu
Thu Oct 11 18:21:24 PDT 2012


Author: silvas
Date: Thu Oct 11 20:21:24 2012
New Revision: 165779

URL: http://llvm.org/viewvc/llvm-project?rev=165779&view=rev
Log:
docs: Minor clean up of Phabricator documentation.

Modified:
    llvm/trunk/docs/DeveloperPolicy.rst
    llvm/trunk/docs/Phabricator.rst
    llvm/trunk/docs/userguides.rst

Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=165779&r1=165778&r2=165779&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu Oct 11 20:21:24 2012
@@ -138,8 +138,7 @@
 on a patch, but only people with Subversion write access can approve it.
 
 There is a web based code review tool that can optionally be used
-for code reviews. See the documentation on `Code Reviews with
-Phabricator <Phabricator.html>`_.
+for code reviews. See :doc:`Phabricator`.
 
 Code Owners
 -----------

Modified: llvm/trunk/docs/Phabricator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Phabricator.rst?rev=165779&r1=165778&r2=165779&view=diff
==============================================================================
--- llvm/trunk/docs/Phabricator.rst (original)
+++ llvm/trunk/docs/Phabricator.rst Thu Oct 11 20:21:24 2012
@@ -1,10 +1,3 @@
-.. _Phabricator:
-.. _LLVM's Phabricator: http://llvm-reviews.chandlerc.com
-.. _Code Repository Browser: http://llvm-reviews.chandlerc.com/diffusion/
-.. _Arcanist Quick Start: http://www.phabricator.com/docs/phabricator/article/Arcanist_Quick_Start.html
-.. _Arcanist User Guide: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html
-
-
 =============================
 Code Reviews with Phabricator
 =============================
@@ -94,3 +87,8 @@
 
 Currently, we're testing Phabricator for use with Clang/LLVM. Please let us
 know whether you like it and what could be improved!
+
+.. _LLVM's Phabricator: http://llvm-reviews.chandlerc.com
+.. _Code Repository Browser: http://llvm-reviews.chandlerc.com/diffusion/
+.. _Arcanist Quick Start: http://www.phabricator.com/docs/phabricator/article/Arcanist_Quick_Start.html
+.. _Arcanist User Guide: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html

Modified: llvm/trunk/docs/userguides.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/userguides.rst?rev=165779&r1=165778&r2=165779&view=diff
==============================================================================
--- llvm/trunk/docs/userguides.rst (original)
+++ llvm/trunk/docs/userguides.rst Thu Oct 11 20:21:24 2012
@@ -19,6 +19,7 @@
    yaml2obj
    HowToSubmitABug
    SphinxQuickstartTemplate
+   Phabricator
 
 * :ref:`getting_started`
     





More information about the llvm-commits mailing list