Skip to content

Commit

Permalink
Merge pull request #277 from dhermes/fix-sphinx-warnings
Browse files Browse the repository at this point in the history
Fixing Sphinx warnings and preventing more from occurring.
  • Loading branch information
tseaver committed Oct 22, 2014
2 parents 9f2fea6 + 47ce050 commit bcf7a1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Services
.. image:: /_static/datastore-logo.png
:target: datastore-api.html

- Google's `official documentation <https://developers.google.com/datastore/>`_
- Google's `official documentation <https://developers.google.com/datastore/>`__
- :doc:`datastore-quickstart`
- :doc:`datastore-getting-started`
- :doc:`Cloud Datastore API Documentation <datastore-api>`
Expand All @@ -47,7 +47,7 @@ Services
.. image:: /_static/storage-logo.png
:target: storage-api.html

- Google's `official documentation <https://developers.google.com/storage/>`_
- Google's `official documentation <https://developers.google.com/storage/>`__
- :doc:`storage-quickstart`
- :doc:`Getting started with Cloud Storage <storage-getting-started>`
- :doc:`Cloud Storage API Documentation <storage-api>`
Expand All @@ -58,7 +58,7 @@ Services
.. image:: /_static/compute-logo.png
:target: https://github.com/GoogleCloudPlatform/gcloud-python/issues/34

- Google's `official documentation <https://developers.google.com/compute/>`_
- Google's `official documentation <https://developers.google.com/compute/>`__
- Coming soon...

.. topic:: Cloud SQL
Expand All @@ -67,7 +67,7 @@ Services
.. image:: /_static/cloudsql-logo.png
:target: https://github.com/GoogleCloudPlatform/gcloud-python/issues/35

- Google's `official documentation <https://developers.google.com/cloud-sql/>`_
- Google's `official documentation <https://developers.google.com/cloud-sql/>`__
- Coming soon...

.. topic:: Big Query
Expand All @@ -76,7 +76,7 @@ Services
.. image:: /_static/bigquery-logo.png
:target: https://github.com/GoogleCloudPlatform/gcloud-python/issues/36

- Google's `official documentation <https://developers.google.com/bigquery/>`_
- Google's `official documentation <https://developers.google.com/bigquery/>`__
- Coming soon...

Common modules
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deps =
basepython =
python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
deps =
Sphinx

Expand Down

0 comments on commit bcf7a1e

Please sign in to comment.