- Feb 06, 2019
-
-
Frank Sauerburger authored
-
Frank Sauerburger authored
-
- Jul 20, 2018
-
-
Frank Sauerburger authored
-
- Jul 19, 2018
-
-
Frank Sauerburger authored
-
Frank Sauerburger authored
-
Frank Sauerburger authored
-
- Jul 18, 2018
-
-
Frank Sauerburger authored
-
- Jan 25, 2018
-
-
Frank Sauerburger authored
-
- Aug 22, 2017
-
-
Frank Sauerburger authored
-
Frank Sauerburger authored
-
Frank Sauerburger authored
Add instructions for Windows users. Anaconda seems to be a good solution. Additionally add links to jupyter and feedback address.
-
- Aug 14, 2017
-
-
Frank Sauerburger authored
Update the doxec repository URL to /frank/doxec.
-
- Aug 09, 2017
-
-
Frank Sauerburger authored
Update the docker image to use doxec version 0.2.0 with improved user interface.
-
Frank Sauerburger authored
Add the README.md, decay.txt and LICENSE to the list of artifacts, such that the artifacts zip file is self contained.
-
- Aug 08, 2017
-
-
Frank Sauerburger authored
Some markdown code block language indications were missing or invalid. This commit fixes them. In most cases, they the syntax should be python.
-
Frank Sauerburger authored
Change the degrees of freedom in the printout from 122 to 123. Additionally, change the phrase 'ndf' (number of degrees of freedom) to 'dof' (degrees of freedom) to be more consistent.
-
Frank Sauerburger authored
Change typos and minor details after a full review. The review also lead to a new section about further reading.
-
Frank Sauerburger authored
Add the magic tag before the installation snipped, such that doxec can execute it.
-
Frank Sauerburger authored
Use CI image with an unprivileged user student, which has no-password sudo powers, such that the installation snipped from the README.md can be executed directly.
-
Frank Sauerburger authored
Remove superuser privileges from pip and install packages in ~/.local. This also prevents hiding pip's packages by system packages, since user packages have precedence.
-
- Aug 07, 2017
-
-
Frank Sauerburger authored
Install numpy, scipy and matplotlib via the pip3 command and not via ubuntu's package manager, since this would install older versions.
-
Frank Sauerburger authored
Fix the write/append operations, such that the proper X11 setup is written to decay.py
-
Frank Sauerburger authored
Add a preliminary version, i.e. without proof reading, of the section describing how to read, plot and fit data.
-
- Aug 04, 2017
-
-
Frank Sauerburger authored
Add a section about the prerequisites needed for this tutorial and how the tutorial and the repository is structured.
-
Frank Sauerburger authored
Adding a new section explain how to plot data points on top of the expected cropped parabola.
-
Frank Sauerburger authored
Two minor changes: - Add eps and png images to the gitignore file - Fix a typo in the plotting function f(x)
-
Frank Sauerburger authored
Add the *.png pattern to the list of artifacts.
-
Frank Sauerburger authored
Create also a png version of the cropped parabola plot and use this version in the README.
-
Frank Sauerburger authored
Embed the plot of the cropped parabola from the artifacts of the CI.
-
Frank Sauerburger authored
Prevent the second operation in func_plot.py to overwrite the first one, which set up the Agg backend.
-
Frank Sauerburger authored
Add matplotlib.use('Agg') to the code examples, which is necessary when run in an environment without X11 sever, such as the CI pipeline.
-
Frank Sauerburger authored
Add a chapter showing and example how to plot a simple function with matplotlib. This commit add eps-files to the artifacts of the CI.
-
Frank Sauerburger authored
Use CI_REGISTRY_IMAGE instead of a combination of CI_REGISTRY and CI_PROJECT_PATH_SLUG to fix registry image path.
-
Frank Sauerburger authored
Use CI_PROJECT_PATH_SLUG instead of CI_PROJECT_PATH in docker image path, since the registry path must be lowercase.
-
Frank Sauerburger authored
Fix the gitlab-ci configuration by adding quotes to the artifacts path with wildcards.
-
Frank Sauerburger authored
Add the gitignore file. Temporary vim file should be ignored, as well as python script generated by doxec.
-
Frank Sauerburger authored
Add a CI pipeline with a single doxec task. The created python code examples are packaged and can be downloaded on success.
-
Frank Sauerburger authored
-
Frank Sauerburger authored
This commit adds a chapter about the installation of python3, numpy, scipy and matplotlib and a chapter with a first 'Hello World'-like example.
-