Skip to content

Commit f75b65f

Browse files
committed
Remove docs, .PHONE data makefile'
1 parent 7cfaee6 commit f75b65f

File tree

7 files changed

+1
-638
lines changed

7 files changed

+1
-638
lines changed

{{ cookiecutter.repo_name }}/Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
2-
#################################################################################
3-
# COMMANDS #
4-
#################################################################################
5-
1+
.PHONY: data
62

73
## Make Dataset
84
data: requirements
@@ -12,7 +8,6 @@ data: requirements
128
install-package:
139
# This does a local install so updates are recognised on the fly
1410
pip install -e ./
15-
1611
{% if 's3' in cookiecutter.dataset_storage %}
1712
## Download Data from storage system
1813
sync_data_down:
@@ -38,12 +33,10 @@ sync_data_up:
3833
gsutil cp data/ {{ cookiecutter.dataset_storage.gcs.bucket }}/data/
3934
{% endif %}
4035
{% endif %}
41-
4236
{% if cookiecutter.environment_manager == 'conda' %}
4337
conda-import:
4438
conda env create -f environment.yml
4539

4640
conda-export:
4741
conda env export --no-builds > environment.yml
4842
{% endif %}
49-

{{ cookiecutter.repo_name }}/docs/Makefile

Lines changed: 0 additions & 153 deletions
This file was deleted.

{{ cookiecutter.repo_name }}/docs/commands.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)