Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
stack-of-tasks.github.com
Commits
bd0f2c21
Commit
bd0f2c21
authored
Mar 26, 2019
by
Guilhem Saurel
Browse files
update documentation page
parent
a1e27fc5
Changes
3
Hide whitespace changes
Inline
Side-by-side
_data/packages.yml
View file @
bd0f2c21
...
...
@@ -6,6 +6,10 @@
github
:
dynamic-graph-python
status
:
stable
-
name
:
Dynamic Graph Tutorial
github
:
dynamic-graph-tutorial
status
:
stable
-
name
:
SoT Core
github
:
sot-core
status
:
stable
...
...
documentation/e_api.html
deleted
100644 → 0
View file @
a1e27fc5
---
layout: page
title: API Documentation
category: Documentation
---
<div
class=
"table-responsive"
>
<table
class=
"table table-condensed"
id=
"status"
>
<thead>
<tr>
<td
width=
"30%"
><em>
Package
</em></td>
<td>
Documentation
</td>
</tr>
</thead>
<tbody>
{% for package in site.data.packages %}
{% unless package.status == 'alpha' %}
<tr
id=
"{{ package.github }}"
>
<td
id=
"{{ package.github }}-name"
>
{{ package.name }}
{% if package.status == 'beta' %}
<sup>
beta
</sup>
{% endif %}
</td>
<td
id=
"{{ package.github }}-doc"
>
<a
href=
"http://projects.laas.fr/gepetto/doc/stack-of-tasks/{{ package.github}}/master/doxygen-html/"
>
git
</a>
{% for version in package.releases %}
,
<a
href=
"{{ package.github}}/doxygen/v{{ version }}"
>
v{{ version }}
</a>
{% endfor %}
</td>
</tr>
{% endunless %}
{% endfor %}
</tbody>
</table>
</div>
http://projects.laas.fr/gepetto/doc/stack-of-tasks/dynamic-graph/master/doxygen-html/
<div
class=
"bs-callout bs-callout-info"
>
<h4>
Finding the documentation on your system
</h4>
<p>
If you have the stack of tasks installed on your system, the documentation
corresponding to
<em>
your
</em>
version should also be available
in
<code>
${your_install_path}/share/doc/
</code></p>
</div>
documentation/e_api.md
0 → 100644
View file @
bd0f2c21
---
layout
:
page
title
:
API Documentation
category
:
Documentation
---
## Online
| Package | Documentation |
|---------|---------------|
{% for package in site.data.packages %}
|{{ package.name }}|
[
master
](
https://projects.laas.fr/gepetto/doc/stack-of-tasks/{{
package.doc }}/master/doxygen-html/)|
{% endfor %}
### Finding the documentation on your system
If you have the stack of tasks installed on your system, the documentation corresponding to
*your*
version should also
be available in
`${prefix}/share/doc/`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment