-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be55bf7
commit e7ba3cb
Showing
16 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: sofware_documentation | ||
title: Software documentation | ||
version: latest | ||
start_page: ROOT:index.adoc | ||
nav: | ||
- modules/ROOT/nav.adoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
:attachmentsdir: {moduledir}/assets/attachments | ||
:exampledir: {moduledir}/assets/examples | ||
:imagesdir: {moduledir}/assets/images | ||
:partialsdir: {moduledir}/assets/_partials | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* xref:index.adoc[Welcome] | ||
* xref:data_format.adoc[Input data format] | ||
* xref:model.adoc[Human model] | ||
* xref:pi_spec.adoc[Performance indicator] | ||
* xref:template.adoc[Protocol template] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
:moduledir: .. | ||
include::{moduledir}/_attributes.adoc[] |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
= Eurobench Software documentation | ||
:source-highlighter: pygments | ||
:pygments-style: emacs | ||
:icons: font | ||
:linkattrs: | ||
|
||
|
||
This document gathers documentation on software aspects related to the http://eurobench2020.eu/[Eurobench] project: | ||
|
||
* <<model.adoc#Human model, Human model>> | ||
* <<data_format.adoc#Eurobench Data Format, Eurobench Data Format>> | ||
* <<template.adoc#Eurobench template, Eurobench protocol templates>> | ||
* <<pi_spec.adoc#Performance Indicator Specification, Performance Indicator Algorithm specification>> | ||
== Modification Instructions | ||
|
||
All the documentation is subject to evolution according to http://eurobench2020.eu/[Eurobench] needs. | ||
If you identify errors, or want to provide additional material, please use traditional Github tools: | ||
|
||
* Create an issue through the https://help.github.com/en/github/managing-your-work-on-github/creating-an-issue[Git Hub Interface] | ||
** please indicate the specific section you are referring to. | ||
* Create an issue from the code file through the https://help.github.com/en/github/managing-your-work-on-github/opening-an-issue-from-code[Git Hub interface] | ||
* Send an email to us ([email protected] Leader of WP6: Software Development). | ||
|
||
== Additional Tools | ||
|
||
To generate locally the documentation (under Linux), type from the repository root the command `make`. | ||
It requires `make` and `asciidoctor` installed locally. | ||
|
||
--- | ||
|
||
image::http://eurobench2020.eu/wp-content/uploads/2018/06/cropped-logoweb.png["eurobench logo", width=200, role=left] | ||
Supported by Eurobench - the European robotic platform for bipedal locomotion benchmarking. | ||
More information: http://eurobench2020.eu/[eurobench2020.eu]). | ||
|
||
|
||
image::http://eurobench2020.eu/wp-content/uploads/2018/02/euflag.png["euflag",float=left,width=100] | ||
This project has received funding from the European Union’s Horizon 2020 | ||
research and innovation programme under grant agreement no. No 779963. |
File renamed without changes.
File renamed without changes.
File renamed without changes.