stewart-simscape/readme.org

30 lines
1.2 KiB
Org Mode
Raw Normal View History

2020-02-11 16:17:22 +01:00
#+TITLE: Stewart Platforms - Matlab/Simscape Toolbox
2020-02-11 16:21:05 +01:00
#+AUTHOR: Dehaeze Thomas
#+EMAIL: dehaeze.thomas@gmail.com
2020-02-11 16:22:12 +01:00
#+OPTIONS: num:nil toc:nil todo:nil
2020-02-11 16:20:16 +01:00
#+EXPORT_EXCLUDE_TAGS: exclude noexport
2020-02-11 16:17:22 +01:00
The goal of this project is to provide a Matlab/Simscape Toolbox to study Stewart platforms.
The documentation of this toolbox is available [[https://tdehaeze.github.io/stewart-simscape/][here]].
* Org Publish Configuration :noexport:
#+begin_src emacs-lisp :results none
(setq org-publish-project-alist
'(("stewart-simscape"
2020-02-11 18:04:45 +01:00
:base-directory "~/Cloud/thesis/matlab/stewart-simscape/org/"
2020-02-11 16:17:22 +01:00
:base-extension "org"
2020-02-11 18:04:45 +01:00
:publishing-directory "~/Cloud/thesis/matlab/stewart-simscape/docs/"
2020-02-11 16:17:22 +01:00
:author "Dehaeze Thomas"
:email "dehaeze.thomas@gmail.com/"
:recursive nil
:publishing-function org-html-publish-to-html
:auto-preamble t
2020-02-11 18:04:45 +01:00
:auto-sitemap nil
2020-02-11 16:17:22 +01:00
:html-link-up "index.html"
:html-link-home "index.html"
:with-todo-keywords nil
:html-wrap-src-lines nil
:table-of-contents nil)))
#+end_src