Skip to content

Commit 0d08247

Browse files
author
Jamie Hannaford
committed
Use :doc: to link to inline documents
1 parent 48a9d50 commit 0d08247

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ This assumes your application's PHP files are located in the same folder as
2626
``vendor/``. If your files are located elsewhere, please supply the path to
2727
``vendor/autoload.php`` in the require statement above.
2828

29-
Read the `OpenStack Getting Started guide <getting-started-with-openstack.html>`_
30-
or `Rackspace Getting Started guide <getting-started-with-rackspace.html>`_ to help
31-
you get started with basic Compute operations.
29+
Read the :doc:`getting-started-with-openstack` or
30+
:doc:`getting-started-with-rackspace` to help you get started with basic
31+
Compute operations.
3232

3333
Services
3434
--------

doc/services/identity/roles.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This call lists the global roles available within a specified service.
3636
// ...
3737
}
3838
39+
3940
Get role
4041
--------
4142

doc/services/identity/tokens.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Interacting with users
7676
$user = $service->resource('User', $data);
7777
7878
To see which methods you can call on ``$user`` (which implements
79-
``OpenCloud\Identity\Resource\User``), see our `user documentation <users>`_
79+
``OpenCloud\Identity\Resource\User``), see our :doc:`user documentation <users>`
8080
which accompanies this guide.
8181

8282

@@ -89,7 +89,7 @@ Interacting with tenants
8989
$tenant = $service->resource('Tenant', $data);
9090
9191
To see which methods you can call on ``$tenant`` (which implements
92-
``OpenCloud\Identity\Resource\Tenant``), see our `user documentation <tenant>`_
92+
``OpenCloud\Identity\Resource\Tenant``), see our :doc:`user documentation <tenant>`
9393
which accompanies this guide.
9494

9595

0 commit comments

Comments
 (0)