Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
- Move manpages to visidata/man
- Update website
- Delete outdated images
  • Loading branch information
anjakefala committed Oct 5, 2017
1 parent 67e0cb2 commit 6df5854
Show file tree
Hide file tree
Showing 24 changed files with 43 additions and 1,146 deletions.
9 changes: 3 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ set -e
VD=~/git/visidata
BUILD=$VD/_build
WWW=$VD/_build/www
MAN=$VD/docs/man

mkdir -p $WWW/man/vd
MAN=$VD/visidata/man

export PYTHONPATH=$VD:$VD/visidata
export PATH=$VD/bin:$PATH
Expand All @@ -17,7 +15,6 @@ export PATH=$VD/bin:$PATH
cp $MAN/* $BUILD/
$MAN/parse_options.py $BUILD/vd-cli.inc $BUILD/vd-opts.inc

soelim -I $BUILD $BUILD/vd-skel.1 > $BUILD/vd-pre.1
preconv -e utf8 $BUILD/vd-pre.1 > $MAN/vd.1 # checked in
gzip -c $MAN/vd.1 > $BUILD/vd.1.gz
soelim -rt -I $BUILD $BUILD/vd-skel.1 > $BUILD/vd-pre.1
preconv -r -e utf8 $BUILD/vd-pre.1 > $MAN/vd.1 # checked in

386 changes: 0 additions & 386 deletions docs/column-layout.svg

This file was deleted.

Binary file removed docs/img/visidata-interface.png
Binary file not shown.
Loading

0 comments on commit 6df5854

Please sign in to comment.