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
92a14509
Commit
92a14509
authored
Feb 22, 2019
by
Christopher League
Browse files
Revert "attempt to include python doc in VM"
This reverts commit
68fee2ff
.
parent
68fee2ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
www/Makefile
View file @
92a14509
PYDOC
=
/tmp/pydoc
default
:
all
...
...
@@ -10,7 +9,6 @@ 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 @
92a14509
...
...
@@ -3,7 +3,6 @@
pkgs
.
stdenv
.
mkDerivation
{
name
=
"www"
;
src
=
./.
;
buildFlags
=
[
"--always-make"
];
installFlags
=
[
"PYDOC=
${
pkgs
.
python3-doc
}
/share/doc/python3"
];
buildFlags
=
"--always-make"
;
buildInputs
=
[
pkgs
.
pandoc
];
}
www/index.org
View file @
92a14509
...
...
@@ -4,7 +4,7 @@
Welcome to the VM.
- [[file:python3/][Python 3 documentation]]
Some documentation will be available here.
#+ATTR_HTML: :width 48
[[https://iconsplace.com/wp-content/uploads/_icons/0000ff/256/png/virtual-machine-2-icon-2-256.png]]
Write
Preview
Markdown
is supported
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