From 4c1525c1f8985ffeb3b0310edeaa2e61b4977f9c Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 21 Feb 2016 20:13:44 +0100 Subject: Documentation: rewrite Python - Rewrite current documentation - Add introduction/tutorial - Convert to markdown --- doc/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/default.nix') diff --git a/doc/default.nix b/doc/default.nix index 196b9e44539..7583813c94f 100644 --- a/doc/default.nix +++ b/doc/default.nix @@ -45,6 +45,10 @@ stdenv.mkDerivation { + toDocbook { inputFile = ./introduction.md; outputFile = "introduction.xml"; + } + + toDocbook { + inputFile = ./languages-frameworks/python.md; + outputFile = "./languages-frameworks/python.xml"; useChapters = true; } + toDocbook { -- cgit 1.4.1