Documentation: rewrite Python

- Rewrite current documentation
- Add introduction/tutorial
- Convert to markdown
This commit is contained in:
Frederik Rietdijk
2016-03-05 17:57:38 -05:00
parent 36506df7fe
commit 6af076730e
3 changed files with 674 additions and 447 deletions
+6
View File
@@ -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 {
@@ -61,6 +65,8 @@ stdenv.mkDerivation {
outputFile = "languages-frameworks/r.xml";
}
+ ''
cat -n languages-frameworks/python.xml
echo ${nixpkgsVersion} > .version
xmllint --noout --nonet --xinclude --noxincludenode \