Revert "Documentation: rewrite Python docs"
This commit is contained in:
@@ -45,10 +45,6 @@ stdenv.mkDerivation {
|
||||
+ toDocbook {
|
||||
inputFile = ./introduction.md;
|
||||
outputFile = "introduction.xml";
|
||||
}
|
||||
+ toDocbook {
|
||||
inputFile = ./languages-frameworks/python.md;
|
||||
outputFile = "./languages-frameworks/python.xml";
|
||||
useChapters = true;
|
||||
}
|
||||
+ toDocbook {
|
||||
@@ -65,8 +61,6 @@ stdenv.mkDerivation {
|
||||
outputFile = "languages-frameworks/r.xml";
|
||||
}
|
||||
+ ''
|
||||
cat -n languages-frameworks/python.xml
|
||||
|
||||
echo ${nixpkgsVersion} > .version
|
||||
|
||||
xmllint --noout --nonet --xinclude --noxincludenode \
|
||||
|
||||
Reference in New Issue
Block a user