File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ all: $(HTML_FILES) $(V3_REDIR_FILES) $(NEXT_REDIR_FILES)
23
23
24
24
$(IPYNB_DIR ) /.mapbox_token : $(MD_DIR ) /.mapbox_token
25
25
@mkdir -p $(IPYNB_DIR )
26
- cd $(IPYNB_DIR ) && ln -s ../../$<
26
+ @echo " [symlink] .mapbox_token"
27
+ @cd $(IPYNB_DIR ) && ln -s ../../$<
27
28
28
29
$(IPYNB_FILES ) : $(IPYNB_DIR ) /.mapbox_token
29
30
30
31
$(IPYNB_DIR ) /% .ipynb : $(MD_DIR ) /% .md
31
32
@mkdir -p $(IPYNB_DIR )
32
33
@echo " [jupytext] $<"
33
- @cat what_about_dash.md >> $<
34
- @jupytext $< --to notebook --quiet --output $@
34
+ @cat $< what_about_dash.md | jupytext --to notebook --quiet --output $@
35
35
36
36
$(HTML_DIR ) /2019-07-03-% .html : $(IPYNB_DIR ) /% .ipynb
37
37
@mkdir -p $(HTML_DIR )
Original file line number Diff line number Diff line change 1
1
2
+
2
3
<!-- #region -->
3
4
### What About Dash?
4
5
You can’t perform that action at this time.
0 commit comments