Skip to content

Commit 251cd9b

Browse files
committed
Merge branch 'doc-prod' into sphinx-artifact
2 parents 3cb6b31 + 6c156bf commit 251cd9b

File tree

101 files changed

+696
-307
lines changed

Some content is hidden

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

101 files changed

+696
-307
lines changed

doc/apidoc/_static/favicon.ico

-3.88 KB
Binary file not shown.

doc/apidoc/_static/logo.png

2.3 KB
Loading

doc/apidoc/_static/plotly-style.css

Lines changed: 70 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,106 @@
11
.navbar-default {
2-
background-color: #00004f;
2+
background-color: #fff;
33
}
44
.navbar {
5-
min-height: 75px;
5+
border-bottom: 1px solid #e7e7e7;
66
}
77
.navbar-brand {
8-
font-family: "Open Sans", sans-serif;
9-
padding: 10px 10px;
8+
font-family: "Open Sans", sans-serif;
9+
padding: 10px 10px;
1010
}
11+
12+
.navbar-nav > li > a {
13+
padding-top: 10px;
14+
padding-bottom: 0;
15+
}
16+
1117
.body {
12-
font-family: "Open Sans", sans-serif;
18+
font-family: "Open Sans", sans-serif;
1319
}
20+
1421
.navbar-brand img {
15-
height: 30px;
16-
margin-top: 4px;
22+
height: 30px;
23+
margin-top: 4px;
1724
}
1825

1926
.navbar .container {
20-
padding-top: 8px;
21-
}
22-
23-
a {
24-
color: #2391fe !important;
27+
padding-top: 8px;
2528
}
2629

2730
code {
28-
color: #2c3e50 !important;
31+
color: #2c3e50 !important;
2932
}
3033

3134
.alert-info {
32-
background: lightgrey;
35+
background: lightgrey;
3336
}
3437

35-
36-
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
37-
background: lightgrey;
38+
.dropdown-menu > li > a:hover,
39+
.dropdown-menu > li > a:focus {
40+
background: lightgrey;
3841
}
3942

4043
dt {
41-
font-weight: normal;
44+
font-weight: normal;
4245
}
4346

4447
dd {
45-
margin-left: 20px;
48+
margin-left: 20px;
4649
}
4750

4851
blockquote {
49-
font-size: 15px;
50-
border-left: none;
52+
font-size: 15px;
53+
border-left: none;
5154
}
5255

5356
li {
54-
margin-top: 8px;
55-
margin-bottom: 8px;
57+
margin-top: 8px;
58+
margin-bottom: 8px;
5659
}
5760

5861
code {
59-
background-color: #F5F5F5
62+
background-color: #f5f5f5;
63+
}
64+
65+
h1,
66+
h2,
67+
h3,
68+
h4,
69+
h5,
70+
h6 {
71+
font-family: "jubilat", sans-serif;
72+
}
73+
74+
@font-face {
75+
font-family: "jubilat";
76+
src: url("https://use.typekit.net/af/275f06/00000000000000003b9b0d24/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
77+
format("woff2"),
78+
url("https://use.typekit.net/af/275f06/00000000000000003b9b0d24/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
79+
format("woff"),
80+
url("https://use.typekit.net/af/275f06/00000000000000003b9b0d24/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
81+
format("opentype");
82+
font-display: auto;
83+
font-style: normal;
84+
font-weight: 400;
85+
}
86+
87+
@font-face {
88+
font-family: "jubilat";
89+
src: url("https://use.typekit.net/af/d16a24/00000000000000003b9b0d22/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
90+
format("woff2"),
91+
url("https://use.typekit.net/af/d16a24/00000000000000003b9b0d22/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
92+
format("woff"),
93+
url("https://use.typekit.net/af/d16a24/00000000000000003b9b0d22/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
94+
format("opentype");
95+
font-display: auto;
96+
font-style: normal;
97+
font-weight: 500;
98+
}
99+
100+
a {
101+
color: #506784 !important;
102+
}
103+
104+
a:hover {
105+
color: #0d67bf !important;
60106
}

doc/apidoc/plotly.express.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ plotly's high-level API for rapid figure generation. ::
2828
line_geo
2929
area
3030
bar
31+
timeline
3132
bar_polar
3233
violin
3334
box

doc/apidoc/plotly.figure_factory.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
create_distplot
1919
create_facet_grid
2020
create_gantt
21+
create_hexbin_mapbox
2122
create_ohlc
2223
create_quiver
2324
create_scatterplotmatrix

doc/python/2D-Histogram.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fig = go.Figure(go.Histogram2d(x=x, y=y, histnorm='probability',
137137
fig.show()
138138
```
139139
### Sharing bin settings between 2D Histograms
140-
This example shows how to use [bingroup](https://plotly.com/python/reference/#histogram-bingroup) attribute to have a compatible bin settings for both histograms. To define `start`, `end` and `size` value of x-axis and y-axis seperatly, set [ybins](https://plotly.com/python/reference/#histogram2dcontour-ybins) and `xbins`.
140+
This example shows how to use [bingroup](https://plotly.com/python/reference/histogram/#histogram-bingroup) attribute to have a compatible bin settings for both histograms. To define `start`, `end` and `size` value of x-axis and y-axis seperatly, set [ybins](https://plotly.com/python/reference/histogram2dcontour/#histogram2dcontour-ybins) and `xbins`.
141141

142142
```python
143143
import plotly.graph_objects as go
@@ -236,4 +236,4 @@ fig.show()
236236
```
237237

238238
#### Reference
239-
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!
239+
See https://plotly.com/python/reference/histogram2d/ for more information and chart attribute options!

doc/python/2d-histogram-contour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ fig.show()
249249
```
250250

251251
#### Reference
252-
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!
252+
See https://plotly.com/python/reference/histogram2dcontour/ for more information and chart attribute options!

doc/python/3d-bubble-charts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fig = go.Figure(data=go.Scatter3d(
107107
mode = 'markers',
108108
marker = dict(
109109
sizemode = 'diameter',
110-
sizeref = 750, # info on sizeref: https://plotly.com/python/reference/#scatter-marker-sizeref
110+
sizeref = 750, # info on sizeref: https://plotly.com/python/reference/scatter/#scatter-marker-sizeref
111111
size = planet_diameter,
112112
color = planet_colors,
113113
)
@@ -146,7 +146,7 @@ fig = go.Figure(go.Scatter3d(
146146
mode = 'markers',
147147
marker = dict(
148148
sizemode = 'diameter',
149-
sizeref = 750, # info on sizeref: https://plotly.com/python/reference/#scatter-marker-sizeref
149+
sizeref = 750, # info on sizeref: https://plotly.com/python/reference/scatter/#scatter-marker-sizeref
150150
size = planet_diameter,
151151
color = temperatures,
152152
colorbar_title = 'Mean<br>Temperature',
@@ -166,4 +166,4 @@ fig.show()
166166

167167
#### Reference
168168

169-
See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref <br>for more information and chart attribute options!
169+
See https://plotly.com/python/reference/scatter3d/ and https://plotly.com/python/reference/scatter/#scatter-marker-sizeref <br>for more information and chart attribute options!

doc/python/3d-camera-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ fig.show()
290290
#### Reference
291291

292292

293-
See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options!
293+
See https://plotly.com/python/reference/layout/scene/#layout-scene-camera for more information and chart attribute options!

doc/python/3d-isosurface-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ fig.show()
235235
```
236236

237237
#### Reference
238-
See https://plotly.com/python/reference/#isosurface for more information and chart attribute options!
238+
See https://plotly.com/python/reference/isosurface/ for more information and chart attribute options!

0 commit comments

Comments
 (0)