Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • arkindex/api-client
1 result
Show changes
Commits on Source (2)
......@@ -82,7 +82,9 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
'fixed_sidebar': 'true',
}
# 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,
......
......@@ -11,6 +11,13 @@ with Arkindex servers.
:local:
:backlinks: none
Setup
-----
Install the client using ``pip``::
pip install arkindex-client
Command-line tool
-----------------
......