Skip to content

Commit b2f1913

Browse files
committed
Removed the walk module.
1 parent eecaebd commit b2f1913

17 files changed

+5
-6347
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ virtualenv:
55
system_site_packages: true
66
before_install:
77
- sudo apt-get install -y -qq python-setuptools python-numpy python-scipy python-matplotlib python-nose python-coverage
8-
- pip install cython pyyaml
8+
- pip install cython
99
- git clone git://github.com/pydata/pandas.git
1010
- cd pandas && git checkout v0.12.0 && python setup.py install && cd ..
1111
- pip freeze

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ include dtk/test/data/*
22
include docs/*.rst
33
include docs/Makefile
44
include docs/conf.py
5-
include bin/*

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Modules
1414
Various functions for calculating and manipulating inertial quantities.
1515
**process**
1616
Various tools for common signal processing tasks.
17-
**walk**
18-
Tools for working with gait data and walking models.
1917

2018
Installation
2119
============
@@ -87,6 +85,8 @@ numpydoc::
8785
Release Notes
8886
=============
8987

88+
- Removed gait analysis code (walk.py), now at
89+
http://github.com/csu-hmc/Gait-Analysis-Toolkit.
9090
- TravisCI tests now run.
9191

9292
0.2.0

bin/dflowdata

-28
This file was deleted.

docs/constant-markers.png

-47.3 KB
Binary file not shown.

docs/d-flow-time-stamp-diff.png

-68.6 KB
Binary file not shown.

docs/dtk.rst

-8
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ dtk Package
2424
:members:
2525
:undoc-members:
2626
:show-inheritance:
27-
28-
:mod:`walk` Module
29-
---------------------
30-
31-
.. automodule:: dtk.walk
32-
:members:
33-
:undoc-members:
34-
:show-inheritance:

docs/hbm-missing.png

-35.9 KB
Binary file not shown.

docs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Contents:
77
:maxdepth: 2
88

99
dtk
10-
walk
1110
references
1211

1312
.. include:: ../README.rst

docs/linear-interpolation.png

-64.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)