telefonicaid/fiware-iot-stack

Name: fiware-iot-stack

Owner: Telefónica I+D

Description: Repository to store and manage end user documentation related to the IoT Stack

Created: 2015-07-15 12:28:17.0

Updated: 2018-04-12 13:31:29.0

Pushed: 2018-04-12 13:31:31.0

Homepage: null

Size: 11457

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

fiware-iot-stack

Repository to store and manage end user documentation related to the IoT Stack FIWARE based

How to generate documentation for a specific release

Requirements:

 pip install requests configparser

Assuming you are in master branch with everything ready to release (v4.2 is a fictional example):

checkout -b release/v4.2
epare_release.py -v -d docs/ -c iotpv4.2.conf
diff
add docs/*.md
add docs/topics/*.md
status   # check all the files are staged for commit
commit
push origin release/v4.2
Configuration file syntax

The configuration file (iotpv4.2.conf in the example above) uses the following syntax:

nches]
-name1=release/1.1.0
-name2=release/1.2.0
-name3=release/1.3.0

-nameN=release/1.4.0

The 1.1.0, 1.2.0, etc. above are just example; use actual version number in a real case.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.