Skip to content

Commit

Permalink
Merge pull request #1 from HenningTimm/fix_links
Browse files Browse the repository at this point in the history
Fix links in READMEs
  • Loading branch information
LukasCBossert authored Oct 4, 2021
2 parents 997d23d + c0807e7 commit 90a0665
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
13 changes: 6 additions & 7 deletions Notebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@
In this folder you can find the different versions of the script,
which was used for the workshop to visualize and analyze a network.

Central is the [JupyterNotebook](the-promise-of-networking.ipynb), which has the programming language R as kernel and is the basis for the export to other formats.
Central is the [JupyterNotebook](the-promise-to-partner.ipynb), which has the programming language R as kernel and is the basis for the export to other formats.

<!-- The Markdown version is still cleaned up after conversion, for which [Markdownlint](https://github.com/DavidAnson/markdownlint) is used. -->

The [Makefile file](makefile) can be used to generate the various formats:

- [PDF (via LuaLaTeX)](the-promise-to-partner.pdf)
- [org-mode](the-promise-to-partner.org)
- [Markdown](the-promise-of-networking.md)
- [Markdown](the-promise-to-partner.md)
- [Rscript](the-promise-to-partner.r)
- [Webpage](the-promise-of-networking.html)
- [Webpage](the-promise-to-partner.html)
- [WebSlides](the-promise-to-partner.slides.html)
- [LaTeX](the-promise-to-partner.tex)

Comments, corrections, and suggestions for improvement are welcome to be submitted as [_Pull Request_](https://github.com/LukasCBossert/the-promise-to-partner/pulls) or entered at [_Issues_](https://github.com/LukasCBossert/the-promise-to-partner/issues).
Comments, corrections, and suggestions for improvement are welcome to be submitted as [_Pull Request_](https://github.com/LukasCBossert/das-versprechen-der-vernetzung/pulls) or entered at [_Issues_](https://github.com/LukasCBossert/das-versprechen-der-vernetzung/issues).

Furthermore you find the solution snippets we used for the Hands-On-Workshop itself:

- [JupyterNotebook](the-promise-to-partner-workshop.ipynb)
- [Markdown](the-promise-to-partner-workshop.md)
- [JupyterNotebook](the-promise-to-partner-Workshop.ipynb)
- [Markdown](the-promise-to-partner-Workshop.md)
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ In the interactive part of the workshop we worked with JupyterNotebooks.
The documented sample solution is stored in various formats in the folder [_Notebook_](Notebook/).
Direct exports from JupyterNotebook are provided in the following formats:

- [JupyterNotebook (R)](notebook/the-promise-to-partner.ipnyb)
- [PDF (via LuaLaTeX)](notebook/the-promise-to-partner.pdf)
- [org-mode](notebook/the-promise-to-partner.org)
- [Markdown](notebook/the-promise-of-networking.md)
- [Rscript](notebook/the-promise-to-partner.r)
- [Webpage](notebook/the-promise-of-networking.html)
- [WebSlides](notebook/the-promise-to-partner.slides.html)
- [LaTeX](notebook/the-promise-to-partner.tex)
- [JupyterNotebook (R)](Notebook/the-promise-to-partner.ipynb)
- [PDF (via LuaLaTeX)](Notebook/the-promise-to-partner.pdf)
- [org-mode](Notebook/the-promise-to-partner.org)
- [Markdown](Notebook/the-promise-to-partner.md)
- [Rscript](Notebook/the-promise-to-partner.r)
- [Webpage](Notebook/the-promise-to-partner.html)
- [WebSlides](Notebook/the-promise-to-partner.slides.html)

## License (MIT)

Expand Down

0 comments on commit 90a0665

Please sign in to comment.