Skip to content

Commit

Permalink
more and more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Jan 12, 2017
1 parent 7e2a969 commit 5501260
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 6 deletions.
38 changes: 38 additions & 0 deletions doc/developer_guide.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

********************
Developer Guide
********************


bioGUI templates
================

.. _biogui_principles_layout:

window-part of template
=======================

layout model
------------

asdasdasd

.. _biogui_principles_execution:

execution-part of template
==========================

execution-model
---------------

asdads

extending bioGUI
================

Window component factory
------------------------

Execution node factory
----------------------

3 changes: 2 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ bioGUI documentation
:maxdepth: 2
:caption: Contents:

user_guide.rst
build_wsl.rst
download_template.rst
developer_guide.rst

Tutorials:
==================
Expand Down
5 changes: 5 additions & 0 deletions doc/download_template.rst → doc/user_guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@


********************
User Guide
********************

.. _download_templates:

Download Template
Expand Down
5 changes: 0 additions & 5 deletions install_templates/biogui_template.q13256.igui

This file was deleted.

15 changes: 15 additions & 0 deletions install_templates/install_wsl_first.igui
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#! First Time WSL Setup

echo "First Time WSL Setup"

echo "Dependencies: build-essential dos2unix"
if [ ! "$2" = "" ]; then
echo "Installing dependencies"
echo $2 | sudo -S apt-get update
echo $2 | sudo -S apt-get -y install build-essential dos2unix

echo "Enjoy bioGUI!"
else
echo "No sudo password, not installing dependencies"
echo "bioGUI is not operational!"
fi

0 comments on commit 5501260

Please sign in to comment.