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
78c57f53
Commit
78c57f53
authored
Apr 02, 2019
by
Christopher League
Browse files
Update python docs to 3.6.8, simplify index
parent
ed4ed092
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/default.nix
View file @
78c57f53
...
...
@@ -2,13 +2,13 @@
}:
let
baseVer
=
"3.6"
;
docsName
=
"python-
${
baseVer
}
.
7
-docs-html"
;
docsName
=
"python-
${
baseVer
}
.
8
-docs-html"
;
python-docs
=
pkgs
.
stdenv
.
mkDerivation
{
name
=
"python3-docs"
;
src
=
pkgs
.
fetchurl
{
url
=
"https://docs.python.org/
${
baseVer
}
/archives/
${
docsName
}
.tar.bz2"
;
# Unfortunately, this SHA can change on next download
sha256
=
"0
3bkh48zyhrc4zvx9sdva048gk83hvgzr4wgd5w7z7d7rrv9b045
"
;
sha256
=
"0
zmqv72860dhgf1ks2r8vy82krr6ilikv8xv5rwgaznwabk6fd4m
"
;
};
unpackPhase
=
""
;
buildPhases
=
[
"installPhase"
];
...
...
www/index.org
View file @
78c57f53
#+TITLE: LIUCS Virtual Machine
* Usage
Welcome to the VM.
- [[file:python3/][Python 3 documentation]]
** Local documentation
- [[file:python3/][Python 3]]
** Custom commands
#+ATTR_HTML: :width 48
[[https://iconsplace.com/wp-content/uploads/_icons/0000ff/256/png/virtual-machine-2-icon-2-256.png]]
- ~liucs-version~ -- report on VM version and check for updates
- ~liucs-update~ -- update software and configuration to latest
revisions
- ~liucs-desktop-reset~ -- restore some desktop settings to original
(prescribed) state
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