Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Sphinx warnings and preventing more from occurring. #277

Merged
merged 1 commit into from
Oct 22, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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