Documentation: rewrite Python
- Rewrite current documentation - Add introduction/tutorial - Convert to markdown
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user