Skip to content

Commit 3627cdc

Browse files
reorganizing files
1 parent d368b29 commit 3627cdc

File tree

195 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
export PLOTLY_RENDERER=notebook_connected
33

4-
MD_DIR ?= notebooks
4+
MD_DIR ?= python
55
IPYNB_DIR ?= build/ipynb
66
HTML_DIR ?= build/html
77
FAIL_DIR ?= build/failures
8-
MD_FILES := $(shell grep -l v4upgrade $(MD_DIR)/*)
8+
MD_FILES := $(shell ls $(MD_DIR)/*)
99
IPYNB_FILES := $(patsubst $(MD_DIR)/%.md,$(IPYNB_DIR)/%.ipynb,$(MD_FILES))
1010
HTML_FILES := $(patsubst $(MD_DIR)/%.md,$(HTML_DIR)/2019-07-03-%.html,$(MD_FILES))
1111

0 commit comments

Comments
 (0)