Jelajahi Sumber

Moved links to reference at bottom of pages

Christian Morgan 11 tahun lalu
induk
melakukan
985d86d5d3

+ 4 - 3
Resources/doc/reference/action_create_edit.rst

@@ -4,9 +4,8 @@ Creating and Editing objects
 .. note::
 
     This document is a stub representing a new work in progress. If you're reading 
-    this you can help contribute, no matter what your experience level with Sonata 
-    is. Check out the `issues on Github<https://github.com/sonata-project/SonataAdminBundle/issues/1519>`_ 
-    for more information about how to get involved.
+    this you can help contribute, **no matter what your experience level with Sonata 
+    is**. Check out the `issues on Github`_ for more information about how to get involved.
 
 This document will cover the Create and Edit actions. It will cover configuration 
 of the fields and forms available in these views and any other relevant settings.
@@ -40,3 +39,5 @@ To do:
 
 - how to create settings/fields that appear on just one of the create/edit views
   and any controller changes needed to manage them
+
+.. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519

+ 4 - 3
Resources/doc/reference/action_delete.rst

@@ -4,9 +4,8 @@ Deleting objects
 .. note::
 
     This document is a stub representing a new work in progress. If you're reading 
-    this you can help contribute, no matter what your experience level with Sonata 
-    is. Check out the `issues on Github<https://github.com/sonata-project/SonataAdminBundle/issues/1519>`_ 
-    for more information about how to get involved.
+    this you can help contribute, **no matter what your experience level with Sonata 
+    is**. Check out the `issues on Github`_ for more information about how to get involved.
 
 This document will cover the Delete action and any related configuration options.
 
@@ -20,3 +19,5 @@ To do:
 - a note about Routes and how disabling them disables the related action
 - any Admin configuration options that affect delete
 - a note about lifecycle events triggered by delete?
+
+.. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519

+ 4 - 3
Resources/doc/reference/action_list.rst

@@ -4,9 +4,8 @@ The List View
 .. note::
 
     This document is a stub representing a new work in progress. If you're reading 
-    this you can help contribute, no matter what your experience level with Sonata 
-    is. Check out the `issues on Github<https://github.com/sonata-project/SonataAdminBundle/issues/1519>`_ 
-    for more information about how to get involved.
+    this you can help contribute, **no matter what your experience level with Sonata 
+    is**. Check out the `issues on Github`_ for more information about how to get involved.
 
 This document will cover the List view which you use to browse the objects in your
 system. It will cover configuration of the list itself and the filters you can use
@@ -50,3 +49,5 @@ To do:
 - basic filter configuration and options
 - how to set default filter values
 - advanced filter options
+
+.. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519

+ 4 - 3
Resources/doc/reference/action_show.rst

@@ -4,9 +4,8 @@ The Show action
 .. note::
 
     This document is a stub representing a new work in progress. If you're reading 
-    this you can help contribute, no matter what your experience level with Sonata 
-    is. Check out the `issues on Github<https://github.com/sonata-project/SonataAdminBundle/issues/1519>`_ 
-    for more information about how to get involved.
+    this you can help contribute, **no matter what your experience level with Sonata 
+    is**. Check out the `issues on Github`_ for more information about how to get involved.
 
 This document will cover the Show action and related configuration options.
 
@@ -30,3 +29,5 @@ Customising the query used to show the object
 To do:
 
 - how to customize/optimize the show query
+
+.. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519