Skip to content

Commit cc6182d

Browse files
committed
deploying
1 parent 76db867 commit cc6182d

File tree

849 files changed

+3568
-850
lines changed

Some content is hidden

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

849 files changed

+3568
-850
lines changed

2019/08/16/basic_density_mapbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
130130
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
131131
crossorigin="anonymous"></script>
132-
132+
133133

134134
</head>
135135

2019/08/16/earthquack_density.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
130130
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
131131
crossorigin="anonymous"></script>
132-
132+
133133

134134
</head>
135135

2019/08/16/multi_density-mapbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
130130
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
131131
crossorigin="anonymous"></script>
132-
132+
133133

134134
</head>
135135

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
126126
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
127127
crossorigin="anonymous"></script>
128-
128+
129129

130130
</head>
131131

all_static/r_files/r_dependencies.js

Lines changed: 1996 additions & 0 deletions
Large diffs are not rendered by default.

api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
127127
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
128128
crossorigin="anonymous"></script>
129-
129+
130130

131131
</head>
132132

front-matter-ci.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# 'path' == '_posts' in 'documentation'
66
# 'path' == 'build/html' in 'py-docs'
7+
# 'path' == 'r' in 'r-docs'
78
try:
89
path = str(sys.argv[1])
910
except:
@@ -36,9 +37,15 @@ def ci_check(checkList, error_message):
3637
categories = ["file_settings", "basic", "financial", "statistical", "scientific", "maps", "3d_charts", "multiple_axes"]
3738
languages = ["python", "python/v3", "plotly_js", "r"]
3839

39-
# collect all paths
40-
for suffix in ["md", "html"]:
41-
paths += [x for x in Path(path).glob("**/*."+suffix)]
40+
if path == "r":
41+
for suffix in ["Rmd"]:
42+
paths += [x for x in Path(path).glob("*."+suffix)]
43+
else:
44+
# collect all paths
45+
for suffix in ["md", "html"]:
46+
paths += [x for x in Path(path).glob("**/*."+suffix)]
47+
print("number posts:")
48+
print (len(paths))
4249

4350
# collect all posts
4451
for path in paths:

ggplot2/aes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
127127
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
128128
crossorigin="anonymous"></script>
129-
129+
130130

131131
</head>
132132

ggplot2/animations/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
127127
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
128128
crossorigin="anonymous"></script>
129-
129+
130130

131131
</head>
132132

ggplot2/axis-text/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
127127
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
128128
crossorigin="anonymous"></script>
129-
129+
130130

131131
</head>
132132

0 commit comments

Comments
 (0)