Performed edits to README.md
This commit is contained in:
@ -60,9 +60,9 @@ relative_humidity:
|
|||||||
definition: 'Relative humidity represents the amount of water vapor present in the air relative to the maximum amount of water vapor the air can hold at a given temperature.'
|
definition: 'Relative humidity represents the amount of water vapor present in the air relative to the maximum amount of water vapor the air can hold at a given temperature.'
|
||||||
```
|
```
|
||||||
### Deleting or renaming a compound attribute in yaml language.
|
### Deleting or renaming a compound attribute in yaml language.
|
||||||
- When the attribute is existing, it should be displayed as follows with the subattribute *rename_as*, which can be modified as desired.
|
- Assume the attribute *relative_humidity* already exists. Then it should be displayed as follows with the subattribute *rename_as*. This can be set differently to suggest a renaming of the attribute.
|
||||||
- deleting an attribute on the other hand requires to add a subattribute called *delete* with the value *true*. In the below example, the
|
- To suggest deletion of an attribute, we are required to add a subattribute *delete* with value as *true*. Below for example, the
|
||||||
attribute relative humidity is suggested to be removed. if *delete* is set as *false* it will have no effect.
|
attribute *relative_ humidity* is suggested to be deleted. Otherwise if *delete* is set as *false*, it will have no effect.
|
||||||
```yaml
|
```yaml
|
||||||
relative_humidity:
|
relative_humidity:
|
||||||
delete: true # we added this line in the review process
|
delete: true # we added this line in the review process
|
||||||
|
Reference in New Issue
Block a user