Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 14, 2024
1 parent 2b56fb9 commit 8ad6abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IM - Infrastructure Manager

[![PyPI](https://img.shields.io/pypi/v/im.svg)](https://pypi.org/project/im)
[![Build Status](https://jenkins.i3m.upv.es/buildStatus/icon?job=grycap/im-unit-master)](https://jenkins.i3m.upv.es/job/grycap/job/im-unit-master/)
[![Tests](https://github.com/grycap/im/actions/workflows/main.yaml/badge.svg)](https://github.com/grycap/im/actions/workflows/main.yaml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/582a0d6e763f44bdade11133e5191439)](https://www.codacy.com/gh/grycap/im/dashboard?utm_source=github.com&utm_medium=referral&utm_content=grycap/im&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/582a0d6e763f44bdade11133e5191439)](https://www.codacy.com/gh/grycap/im/dashboard?utm_source=github.com&utm_medium=referral&utm_content=grycap/im&utm_campaign=Badge_Coverage)
[![License](https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg)](LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/radl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ An RADL document has the next general structure::
deploy <system_id> <num> [<cloud_id>]

The ``description`` optional keyword can only appear once. It is an special keyword
to add some medatada to the RADL. All features on the list are free, except for the ``name`` field.
to add some metadata to the RADL. All features on the list are free, except for the ``name`` field.
The ``name`` field is a predefined but optional field used to assign a name to the infrastructure. For instance::

description desc (
Expand Down

0 comments on commit 8ad6abd

Please sign in to comment.