trying to fix documentation
This commit is contained in:
parent
b7bbf4d85c
commit
8cf15cc15d
|
@ -46,7 +46,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
#
|
#
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = 'sphinxdoc'
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
|
|
||||||
=============================
|
*****************************
|
||||||
Welcome to gCat documentation
|
Welcome to gCat documentation
|
||||||
=============================
|
*****************************
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:caption: Contents:
|
|
||||||
|
|
||||||
|
|
||||||
gCat is a RESTful application which exposes operations ...
|
gCat is a RESTful application which exposes operations ...
|
||||||
|
|
||||||
|
@ -55,7 +50,7 @@ The most common error status a client can obtain are:
|
||||||
|
|
||||||
You can find a complete list of HTTP Status at `<https://httpstatuses.com/>`_
|
You can find a complete list of HTTP Status at `<https://httpstatuses.com/>`_
|
||||||
|
|
||||||
If you get a *500 Internal Server Error*, please report it in the `gCube ticketing system `<https://support.d4science.org>`_.
|
If you get a *500 Internal Server Error*, please report it in the `gCube ticketing system <https://support.d4science.org>`_.
|
||||||
|
|
||||||
Please use this checklist before reporting an error:
|
Please use this checklist before reporting an error:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue