Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christopher League
nixvm
Commits
68fee2ff
Commit
68fee2ff
authored
Feb 19, 2019
by
Christopher League
Browse files
attempt to include python doc in VM
parent
fa9f601c
Changes
3
Show whitespace changes
Inline
Side-by-side
www/Makefile
View file @
68fee2ff
PYDOC
=
/tmp/pydoc
default
:
all
...
...
@@ -9,6 +10,7 @@ all: index.html
install
:
mkdir
-p
$$
out
cp
style.css index.html
$$
out
ln
-s
${PYDOC}
$$
out/python3
clean
:
$(RM)
index.html
...
...
www/default.nix
View file @
68fee2ff
...
...
@@ -3,6 +3,7 @@
pkgs
.
stdenv
.
mkDerivation
{
name
=
"www"
;
src
=
./.
;
buildFlags
=
"--always-make"
;
buildFlags
=
[
"--always-make"
];
installFlags
=
[
"PYDOC=
${
pkgs
.
python3-doc
}
/share/doc/python3"
];
buildInputs
=
[
pkgs
.
pandoc
];
}
www/index.org
View file @
68fee2ff
...
...
@@ -4,7 +4,7 @@
Welcome to the VM.
Some documentation will be available here.
- [[file:python3/][Python 3 documentation]]
#+ATTR_HTML: :width 48
[[https://iconsplace.com/wp-content/uploads/_icons/0000ff/256/png/virtual-machine-2-icon-2-256.png]]
Christopher League
@league
mentioned in commit
92a14509
·
Feb 22, 2019
mentioned in commit
92a14509
mentioned in commit 92a14509ac55eb1dfddad84878df2a6579d2a1d4
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment