Skip to content

Commit c86bbc2

Browse files
committed
gluonbook to d2lzh
1 parent e44ae30 commit c86bbc2

File tree

6 files changed

+9
-845
lines changed

6 files changed

+9
-845
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: html
22

3-
build/%.ipynb: %.md build/env.yml $(wildcard gluonbook/*)
3+
build/%.ipynb: %.md build/env.yml $(wildcard d2lzh/*)
44
@mkdir -p $(@D)
55
cd $(@D); python ../utils/md2ipynb.py ../../$< ../../$@
66

@@ -19,7 +19,7 @@ FRONTPAGE = $(wildcard $(FRONTPAGE_DIR)/*)
1919
FRONTPAGE_DEP = $(patsubst %, build/%, $(FRONTPAGE))
2020

2121
IMG_NOTEBOOK = $(filter-out $(FRONTPAGE_DIR), $(wildcard img/*))
22-
ORIGIN_DEPS = $(IMG_NOTEBOOK) $(wildcard data/* gluonbook/*) environment.yml README.md
22+
ORIGIN_DEPS = $(IMG_NOTEBOOK) $(wildcard data/* d2lzh/*) environment.yml README.md
2323
DEPS = $(patsubst %, build/%, $(ORIGIN_DEPS))
2424

2525
PKG = build/_build/html/d2l-zh.zip

build/env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies:
1111
- recommonmark==0.4.0
1212
- https://github.com/mli/notedown/tarball/master
1313
- https://s3-us-west-2.amazonaws.com/szha-experiments/mxnet_cu92-1.4.0b20181219-py2.py3-none-manylinux1_x86_64.whl
14-
- gluonbook==0.8.10
14+
- d2lzh==0.8.10
1515
- jieba==0.39
1616
- awscli
File renamed without changes.

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- pandas=0.23.2
77
- pip:
88
- mxnet==1.5.0b20181215
9-
- gluonbook==0.8.10
9+
- d2lzh==0.8.10

0 commit comments

Comments
 (0)