Overview and insights into how development environments for Python can be reliably managed based on the Nix package manager.
more ...Overview and insights into how development environments for Python can be reliably managed based on the Nix package manager.
more ...Hello Restructured Text!
The nice thing here is that this is the default and it just works.
As stated in Hello Markdown World, I have a slight preference for RST since I find it nicer to read in source form.
Reality is …
"Hello World!" from a Markdown file.
Getting this to work, I realized the following bits are needed:
markdown
This has to be installed into the Python environment. Thanks to my Nix based environment this is just a tiny tweak:
diff --git a/default.nix b …
A small snippet to get the version if the nixpkgs which are currently used. Useful when tracking down trouble and trying to reproduce things with the correct commit.
more ...