Skip to content

Commit

Permalink
[docs] Resolve some warnings in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin.kozlov authored and alvarolopez committed Sep 27, 2023
1 parent 62e6e25 commit 1f3d2f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Before you submit a pull request, check that it meets these guidelines:

Tox uses `py.test` under the hood, hence it supports the same syntax for selecting tests.

For further information please consult the `pytest usage docs`_.
For further information please consult the [pytest usage docs](https://docs.pytest.org/en/latest/usage.html#specifying-tests-selecting-tests).

To run a particular test class with tox::

Expand Down
4 changes: 2 additions & 2 deletions doc/source/cli/deepaas-predict.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===========
================
deepaas-predict
===========
================

Synopsis
========
Expand Down
4 changes: 3 additions & 1 deletion doc/source/cli/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ Available commands
.. toctree::
:maxdepth: 1

*
deepaas-cli
deepaas-predict
deepaas-run
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'oslo_config.sphinxconfiggen',
'oslo_config.sphinxext',
"reno.sphinxext",
"recommonmark",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 1f3d2f8

Please sign in to comment.