diff --git a/Resources/doc/cache-resolver/aws_s3.rst b/Resources/doc/cache-resolver/aws_s3.rst index bddbe4b39..1f886b06b 100644 --- a/Resources/doc/cache-resolver/aws_s3.rst +++ b/Resources/doc/cache-resolver/aws_s3.rst @@ -85,7 +85,7 @@ names and create additional services! Additional options ------------------ -You can use `Cache `_ and `Proxy `_ resolvers in chain with +You can use :doc:`Cache ` and :doc:`Proxy ` resolvers in chain with current. You just need to configure them with defined options. .. code-block:: yaml @@ -98,8 +98,8 @@ current. You just need to configure them with defined options. proxies: ['http://one.domain.com', 'http://two.domain.com'] cache: true -If enabled both first one will be `Cache `_, then `Proxy `_ and -after all process delegates to AwsS3 resolver. +If enabled both first one will be :doc:`Cache `, then :doc:`Proxy ` +and after all process delegates to AwsS3 resolver. Object GET Options ------------------ diff --git a/Resources/doc/cache-resolvers.rst b/Resources/doc/cache-resolvers.rst index b4c3c3b55..f83d64691 100644 --- a/Resources/doc/cache-resolvers.rst +++ b/Resources/doc/cache-resolvers.rst @@ -1,11 +1,11 @@ Built-In CacheResolver ====================== -* `Web path `_ -* `AmazonS3 `_ -* `AwsS3 `_ - for SDK version -* `CacheResolver `_ -* `ProxyResolver `_ +* :doc:`Web path ` +* :doc:`AmazonS3 ` +* :doc:`AwsS3 ` - for SDK version +* :doc:`CacheResolver ` +* :doc:`ProxyResolver ` Changing the default cache resolver ----------------------------------- diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index 322498b47..a4ecf411a 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -66,7 +66,7 @@ Each filter set that you specify has the following options: * ``filters`` - determine the type of filter to be used (refer to *Filters* section for more information) and options that should be passed to the specific filter type. * ``post_processors`` - sets post-processors to be applied on filtered image - (see Post-Processors section in the `filters chapter `_ for details). + (see Post-Processors section in the :doc:`filters chapter ` for details). * ``quality`` - override the default quality of 100 for the generated images. * ``cache`` - override the default cache setting. * ``data_loader`` - override the default data loader. diff --git a/Resources/doc/data-loaders.rst b/Resources/doc/data-loaders.rst index 73735189a..dda8042d8 100644 --- a/Resources/doc/data-loaders.rst +++ b/Resources/doc/data-loaders.rst @@ -1,9 +1,9 @@ Built-In DataLoader =================== -* :doc:`FileSystem `_ -* :doc:`MongoDB GridFS `_ -* :doc:`Stream `_ +* :doc:`FileSystem ` +* :doc:`MongoDB GridFS ` +* :doc:`Stream ` Other data loaders ------------------ diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index c581aeba0..0d62c003c 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -1,10 +1,10 @@ LiipImagineBundle ================= -* :doc:`Installation `_ -* :doc:`Introduction `_ -* :doc:`Configuration `_ -* :doc:`Filters `_ -* :doc:`DataLoaders `_ -* :doc:`CacheResolvers `_ -* :doc:`CacheManager `_ +* :doc:`Installation ` +* :doc:`Introduction ` +* :doc:`Configuration ` +* :doc:`Filters ` +* :doc:`DataLoaders ` +* :doc:`CacheResolvers ` +* :doc:`CacheManager ` diff --git a/Resources/doc/introduction.rst b/Resources/doc/introduction.rst index 3c83837fa..d4e9c4d9a 100644 --- a/Resources/doc/introduction.rst +++ b/Resources/doc/introduction.rst @@ -29,7 +29,7 @@ The most important parts about those ``DataLoader``: 1. They ``find`` a single image based on a given identifier. 2. They return a ready-to-use ``Imagine\Image\ImageInterface``. -Check out the `chapter about data loaders `_ to learn more about them. +Check out the :doc:`chapter about data loaders ` to learn more about them. Apply filters on the original image ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -49,7 +49,7 @@ The filter has one objective: Apply itself on the provided image (loaded by the ``DataLoader``). It receives options to configure the actual result of it, to customize the outcome. -Check out the `chapter about filters `_ to learn more about them. +Check out the :doc:`chapter about filters ` to learn more about them. Cache the filtered image ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -81,4 +81,4 @@ The responsibilities of the ``CacheResolver`` are: 3. generate an URI to address the cached image directly, 4. remove a cached image. -Check out the `chapter about cache resolvers `_ to learn more about them. +Check out the :doc:`chapter about cache resolvers ` to learn more about them.