From 095d7ac6c01a1d2b1afb9989d5495960d89aa8f8 Mon Sep 17 00:00:00 2001
From: vermeul <swen@ethz.ch>
Date: Thu, 31 Oct 2019 12:42:24 +0100
Subject: [PATCH] Update DEVELOPER.md

---
 DEVELOPER.md | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/DEVELOPER.md b/DEVELOPER.md
index 7cca8c0..e4d0420 100644
--- a/DEVELOPER.md
+++ b/DEVELOPER.md
@@ -40,16 +40,23 @@ sources see [jupyter-openbis-extension/](jupyter-openbis-extension)
 * GET/POST `/openbis/conns` – receive openBIS connections or create new ones
 * PUT `/openbis/conn/(?P<connection_name>.*)` – modifiy an existing openBIS connection
 
-* [connection.py](jupyter-openbis-extension/connection.py) – handles the openBIS connections
-* [dataset.py](jupyter-openbis-extension/dataset.py) – handles the dataSets (down- and upload)
-* [sample.py](jupyter-openbis-extension/server.py) – returns the list of available dataSets
+[connection.py](jupyter-openbis-extension/connection.py) – handles the openBIS connections
+
+[dataset.py](jupyter-openbis-extension/dataset.py) – handles the dataSets (down- and upload)
+
+[sample.py](jupyter-openbis-extension/server.py) – returns the list of available dataSets
 
 
 ## Jupyter nbextension
 
-* [main.js](jupyter-openbis-extension/static/main.js) – Main entry point for the nbextension. Registers the connectionDialog, downloadDialog, and uploadDialog
-* [connectionDialog.js](jupyter-openbis-extension/static/connectionDialog.js) – shows the connection dialog
-* [downloadDialog.js](jupyter-openbis-extension/static/downloadDialog.js) – shows the download dialog
-* [uploadDialog.js](jupyter-openbis-extension/static/uploadDialog.js) – shows the upload dialog
-* [state.js](jupyter-openbis-extension/static/state.js) – stores some state information, e.g. current connection, last downloaded dataSet, last entered metadata etc.
-* [common.js](jupyter-openbis-extension/static/common.js) – commonly used utilities, e.g. create feedback, create error message, get cookie
\ No newline at end of file
+[main.js](jupyter-openbis-extension/static/main.js) – Main entry point for the nbextension. Registers the connectionDialog, downloadDialog, and uploadDialog
+
+[connectionDialog.js](jupyter-openbis-extension/static/connectionDialog.js) – shows the connection dialog
+
+[downloadDialog.js](jupyter-openbis-extension/static/downloadDialog.js) – shows the download dialog
+
+[uploadDialog.js](jupyter-openbis-extension/static/uploadDialog.js) – shows the upload dialog
+
+[state.js](jupyter-openbis-extension/static/state.js) – stores some state information, e.g. current connection, last downloaded dataSet, last entered metadata etc.
+
+[common.js](jupyter-openbis-extension/static/common.js) – commonly used utilities, e.g. create feedback, create error message, get cookie
\ No newline at end of file
-- 
GitLab