Skip to content

Commit

Permalink
remove all sphinx label build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Oct 7, 2015
1 parent 9dfe864 commit bddae1a
Show file tree
Hide file tree
Showing 33 changed files with 256 additions and 55 deletions.
2 changes: 1 addition & 1 deletion en/core-libraries/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ This last example uses ``toList()`` unlike other examples, which is important
when we're getting results with possibly duplicate keys. By using ``toList()``
we'll be guaranteed to get all values even if there are duplicate keys.

Unlike :doc:`Cake\\Utility\\Hash::extract()` this method only supports the
Unlike :php:meth:`Cake\\Utility\\Hash::extract()` this method only supports the
``{*}`` wildcard. All other wildcard and attributes matchers are not supported.

.. php:method:: combine($keyPath, $valuePath, $groupPath = null)
Expand Down
11 changes: 5 additions & 6 deletions en/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installing PHPUnit
CakePHP uses PHPUnit as its underlying test framework. PHPUnit is the de-facto
standard for unit testing in PHP. It offers a deep and powerful set of features
for making sure your code does what you think it does. PHPUnit can be installed
through using either a `PHAR package <http://phpunit.de/#download>`_ or `Composer
through using either a `PHAR package <http://phpunit.de/#download>`__ or `Composer
<http://getcomposer.org>`_.

Install PHPUnit with Composer
Expand Down Expand Up @@ -41,13 +41,13 @@ tests::

As a convenience you can make phpunit.phar available globally
on Unix or Linux with the following::

chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
phpunit --version

Please refer to the PHPUnit documentation for instructions regarding
`Globally installing the PHPUnit PHAR on Windows <http://phpunit.de/manual/current/en/installation.html#installation.phar.windows>`_.
`Globally installing the PHPUnit PHAR on Windows <http://phpunit.de/manual/current/en/installation.html#installation.phar.windows>`__.

Test Database Setup
===================
Expand Down Expand Up @@ -973,8 +973,7 @@ In addition to the above assertion methods, you can also use all of the
assertions in `TestSuite
<http://api.cakephp.org/3.0/class-Cake.TestSuite.TestCase.html>`_ and those
found in `PHPUnit
<https://phpunit.de/manual/current/en/appendixes.assertions.html>`_

<https://phpunit.de/manual/current/en/appendixes.assertions.html>`__.

Testing a JSON Responding Controller
------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions en/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Or, you can download ``composer.phar`` from the
For Windows systems, you can download Composer's Windows installer
`here <https://github.com/composer/windows-setup/releases/>`__. Further
instructions for Composer's Windows installer can be found within the README
`here <https://github.com/composer/windows-setup>`_.
`here <https://github.com/composer/windows-setup>`__.

Now that you've downloaded and installed Composer, you can get a new CakePHP
application by running::
Expand All @@ -84,7 +84,7 @@ see the setup traffic lights.

Although composer is the recommended installation method, there are
pre-installed downloads available on
`Github <https://github.com/cakephp/cakephp/tags>`_.
`Github <https://github.com/cakephp/cakephp/tags>`__.
Those downloads contain the app skeleton with all vendor packages installed.
Also it includes the ``composer.phar`` so you have everything you need for
further use.
Expand Down
11 changes: 11 additions & 0 deletions es/development/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Routing
Usted puede hacer referencia a la versión en Inglés en el menú de selección superior
para obtener información sobre el tema de esta página.


.. _routes-configuration:

Connecting Routes
=================

.. _named-routes:

Using Named Routes
------------------

.. toctree::
:glob:
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion es/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Si tienes instalado cURL, es tan fácil como correr esto en un terminal::
curl -s https://getcomposer.org/installer | php

O, puedes descargar ``composer.phar`` desde el sitio web de
`Composer <https://getcomposer.org/download/>`_.
`Composer <https://getcomposer.org/download/>`__.

Para sistemas Windows, puedes descargar el Instalador de Composer para Windows
`aquí <https://github.com/composer/windows-setup/releases/>`__. Para más
Expand Down
2 changes: 2 additions & 0 deletions es/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ CakePHP at a Glance
Usted puede hacer referencia a la versión en Inglés en el menú de selección superior
para obtener información sobre el tema de esta página.

.. _request-cycle:

Additional Reading
==================

Expand Down
4 changes: 4 additions & 0 deletions es/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Views
Usted puede hacer referencia a la versión en Inglés en el menú de selección superior
para obtener información sobre el tema de esta página.

.. _view-layouts:

.. _view-elements:

More About Views
================

Expand Down
11 changes: 6 additions & 5 deletions fr/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CakePHP utilise PHPUnit comme framework de test sous-jacent. PHPUnit est le
standard de-facto pour le test unitaire dans PHP. Il offre un ensemble de
fonctionnalités profondes et puissantes pour s'assurer que votre code fait
ce que vous pensez qu'il doit faire. PHPUnit peut être installé avec
le `PHAR package <http://phpunit.de/#download>`_ ou avec
le `PHAR package <http://phpunit.de/#download>`__ ou avec
`Composer <http://getcomposer.org>`_.

Installer PHPUnit avec Composer
Expand Down Expand Up @@ -44,13 +44,13 @@ lancer vos tests::

Par souci de commodité vous pouvez rendre phpunit.phar disponible
globalement sur Unix ou Linux via les commandes suivantes::

chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
phpunit --version

Référez vous à la documentation de PHPUnit pour les instructions concernant
`l'installation globale du PHAR PHPUnit sur Windows <http://phpunit.de/manual/current/en/installation.html#installation.phar.windows>`_.
`l'installation globale du PHAR PHPUnit sur Windows <http://phpunit.de/manual/current/en/installation.html#installation.phar.windows>`__.

Tester la Configuration de la Base de Données
=============================================
Expand Down Expand Up @@ -1023,7 +1023,8 @@ d'assertions afin de tester plus simplement les réponses. Quelques exemples::
En plus des méthodes d'assertion ci-dessus, vous pouvez également utiliser
toutes les assertions de `TestSuite
<http://api.cakephp.org/3.0/class-Cake.TestSuite.TestCase.html>`_ et celles
de `PHPUnit <https://phpunit.de/manual/current/en/appendixes.assertions.html>`_
de
`PHPUnit <https://phpunit.de/manual/current/en/appendixes.assertions.html>`__.

Tester un Controller dont la Réponse est au format JSON
-------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions fr/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Ou vous pouvez télécharger ``composer.phar`` à partir de son
`site <https://getcomposer.org/download/>`_.

Pour les systèmes Windows, vous pouvez télécharger l'installeur Windows de
Composer `ici <https://github.com/composer/windows-setup/releases/>`_. D'autres
Composer `ici <https://github.com/composer/windows-setup/releases/>`__. D'autres
instructions pour l'installeur Windows de Composer se trouvent dans le
`README <https://github.com/composer/windows-setup>`_.
`README <https://github.com/composer/windows-setup>`__.

Maintenant que vous avez téléchargé et installé Composer, vous pouvez obtenir
une nouvelle application CakePHP en lançant::
Expand All @@ -85,7 +85,7 @@ votre application CakePHP et voir les feux de signalisations de configuration.

Bien que composer soit la méthode d'installation recommandée, il existe des
versions pré-installables disponibles sur
`Github <https://github.com/cakephp/cakephp/tags>`_
`Github <https://github.com/cakephp/cakephp/tags>`__.
Ces téléchargements contiennent le squelette d'une app avec tous les packages
installés dans vendor.
Aussi le ``composer.phar`` est inclus donc vous avez tout ce dont vous avez
Expand Down
6 changes: 6 additions & 0 deletions ja/controllers/request-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Request & Response Objects
You can referer to the english version in the select top menu to have
information about this page's topic.

.. index:: $this->request
.. _cake-request:

Request
=======

.. meta::
:title lang=ja: Request and Response objects
:keywords lang=ja: request controller,request parameters,array indices,purpose index,response objects,domain information,request object,request data,interrogating,params,previous versions,introspection,dispatcher,rout,data structures,arrays,ip address,migration,indexes,cakephp
5 changes: 5 additions & 0 deletions ja/core-libraries/inflector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ Example:
rulesはInflectorに対して新しい変換ルールを定義します。
:ref:`inflection-configuration` により詳細な情報があります。

.. _inflection-configuration:

Inflection Configuration
========================

.. meta::
:title lang=ja: Inflector
:keywords lang=ja: apple orange,word variations,apple pie,person man,latin versions,profile settings,php class,initial state,puree,slug,apples,oranges,user profile,underscore
2 changes: 2 additions & 0 deletions ja/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
You can referer to the english version in the select top menu to have
information about this page's topic.

.. _symlink-assets:

.. meta::
:title lang=ja: デプロイ
:keywords lang=ja: stack traces,application extensions,set document,installation documentation,development features,generic error,document root,func,debug,caches,error messages,configuration files,webroot,deployment,cakephp,applications
4 changes: 2 additions & 2 deletions ja/development/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ The above will generate URLs of style ``/blog-posts/*``.
[1] => mark
)

URLを :term:`routing array` を使って生成するとき、文字列による添え字なしで配列に引数を加えます::
URLを :term:`ルーティング配列` を使って生成するとき、文字列による添え字なしで配列に引数を加えます::

['controller' => 'Articles', 'action' => 'view', 5]

Expand All @@ -875,7 +875,7 @@ URLの生成
.. php:staticmethod:: url($url = null, $full = false)
URLの生成やリバースルーティングは CakePHP のすべてのコードの変更なしにURLの構造を簡単に変更する機能です。
:term:`ルーティング配列 <routing array>` をURLを定義するために使えます。
:term:`ルーティング配列 <ルーティング配列>` をURLを定義するために使えます。
あとで変更を加えても、生成されたURLは自動的にアップデートされます。

URLを文字列によって以下のように生成します。:
Expand Down
Loading

0 comments on commit bddae1a

Please sign in to comment.