Skip to content

Commit

Permalink
deploy: a831522
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Sep 16, 2024
0 parents commit 92b5415
Show file tree
Hide file tree
Showing 155 changed files with 11,167 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c9f5eac3c0cf9ade996d64fcca4bbcf2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/about.doctree
Binary file not shown.
Binary file added .doctrees/azure/creating_ressources.doctree
Binary file not shown.
Binary file added .doctrees/azure/running_nextflow_on_azure.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/python/percent_notebooks.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
9 changes: 9 additions & 0 deletions _sources/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# About

> More information about us and our work.
The Data Sciene Platform at Novo Nordisk Foundation Center for Biosustainability
is part of the Informatics Platform, see our aims and goals
[here](https://www.biosustain.dtu.dk/technologies/informatics/data-science-platform).


5 changes: 5 additions & 0 deletions _sources/azure/creating_ressources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Create Azure resources

How to create azure resources in a common VNET

> good first issue for Albert:)
3 changes: 3 additions & 0 deletions _sources/azure/running_nextflow_on_azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# How to run a nextflow pipleline on Azure

> to be written
37 changes: 37 additions & 0 deletions _sources/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# DTU Biosustain's Data Science Platform Documentation

Welcome to the documentation of the Data Science Platform at DTU Biosustain. This is a
place to keep general notes on how to do things,
DTU infrastructure specific trics and institute wide educational material.

The Data Sciene Platform at Novo Nordisk Foundation Center for Biosustainability
is part of the Informatics Platform, see our aims and goals
[here](https://www.biosustain.dtu.dk/technologies/informatics/data-science-platform).

```{toctree}
:maxdepth: 2
:hidden:
about
```

```{toctree}
:maxdepth: 2
:hidden:
:caption: Azure
azure/creating_ressources
azure/running_nextflow_on_azure
```

```{toctree}
:maxdepth: 2
:hidden:
:caption: Python
python/percent_notebooks
```




23 changes: 23 additions & 0 deletions _sources/python/percent_notebooks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# %% [markdown]
# # Percent Notebooks in VSCode (and other editior)
# This site is written as a jupyter notebook which is then executed and converted to html
# by mystnb and sphinx.
#
# A brief example:
# ```
# # %% [markdown]
# # # Heading 1
# # Some text
# #
# # %%
# # print("Hello World")
#
# ```
# Find more information on
# [jupytext's documentation](https://jupytext.readthedocs.io/en/latest/formats-scripts.html)

# %%
print("Hello World form a percent notebook")

# %% [markdown]
# This notebook was executed using `jupytext` and `mystnb` by `sphinx`.
Loading

0 comments on commit 92b5415

Please sign in to comment.