Skip to content

Commit

Permalink
Merge pull request #62 from DSOlab/dev-danast
Browse files Browse the repository at this point in the history
remove tmp data
  • Loading branch information
DemAnasta authored Jul 2, 2019
2 parents 4ba2fec + 6b7c60b commit d76b90d
Show file tree
Hide file tree
Showing 27 changed files with 10 additions and 15,276 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ hs_err_pid*
# Setuptools distribution folder.
dist/
build/
_build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
Expand Down
8 changes: 4 additions & 4 deletions plot/gmtstatsplot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# program version
VERSION="gmtstatsplot - v1.0"

# //////////////////////////////////////////////////////////////////////////////
# ==============================================================================
#
Expand Down Expand Up @@ -239,7 +242,7 @@ check_region() {
function help {
echo "/*****************************************************************/"
echo " Program Name : gmtstatplot.sh"
echo " Version : 1.0"
echo " Version : ${VERSION}"
echo " Purpose : Plot statistics generated from straintool"
echo " Usage : gmtstatsplot.sh -stats [input] --stats-<option> -o [output]"
echo " Switches: "
Expand Down Expand Up @@ -282,9 +285,6 @@ set -o pipefail
# //////////////////////////////////////////////////////////////////////////////
# pre define parameters

# program version
VERSION="gmtstatsplot - v1.0"

# system's Python version
PYV=99
resolve_py_version
Expand Down
8 changes: 4 additions & 4 deletions plot/gmtstrainplot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# program version
VERSION="gmtstrainplot - v1.0"

# //////////////////////////////////////////////////////////////////////////////
# ==============================================================================
#
Expand Down Expand Up @@ -248,7 +251,7 @@ check_region() {
function help {
echo "/*****************************************************************/"
echo " Program Name : gmtstrainplot.sh"
echo " Version : 1.0"
echo " Version : ${VERSION}"
echo " Purpose : Plot strain maps for StrainTool results"
echo " Usage : gmtstrainplot.sh -r | | -o [output] | -jpg "
echo " Switches: "
Expand Down Expand Up @@ -302,9 +305,6 @@ set -o pipefail
# //////////////////////////////////////////////////////////////////////////////
# pre define parameters

# program version
VERSION="gmtstrainplot - v1.0"

# system's Python version
PYV=99
resolve_py_version
Expand Down
2 changes: 1 addition & 1 deletion plot/plotall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VERSION="plotall - v1.0"
function help {
echo "/*****************************************************************/"
echo " Program Name : plotall.sh"
echo " Version : 1.0"
echo " Version : ${VERSION}"
echo " Purpose : Plot alla available maps using prefix/suffix work id"
echo " Usage : plotall.sh "
echo " Switches: "
Expand Down
Binary file removed pystrain/pystrain/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed pystrain/pystrain/_build/doctrees/index.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions pystrain/pystrain/_build/html/.buildinfo

This file was deleted.

25 changes: 0 additions & 25 deletions pystrain/pystrain/_build/html/_sources/index.rst.txt

This file was deleted.

Binary file removed pystrain/pystrain/_build/html/_static/ajax-loader.gif
Binary file not shown.
Loading

0 comments on commit d76b90d

Please sign in to comment.