Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb37bea

Browse files
more cleanup
1 parent 3444892 commit bb37bea

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

_data/cache_bust_css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
e37c5d56b6d30ee1a2bb50451a2bd902 ../all_static/css/main.css
1+
8b86aae596ebea1f9390d418020df20a ../all_static/css/main.css
22
a5765df8bc2358dd61c19edcc0cbef7d ../all_static/css/normalize.css

_includes/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
6969
</svg>
7070
</div>
71-
<span>Fork on GitHub</span>
71+
<span>Edit this page on GitHub</span>
7272
</a>
7373
</div>
7474
</section>

_includes/plotschema-reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{% endif %}
1919
{% capture graph_object %}{{ graph_object | replace: '_', ' ') | capitalize_all | replace: ' ', '' |
2020
replace: '2d', '2D' | replace: '3d' : '3D'}}{% endcapture %}
21-
<code>import plotly.graph_objs as go</code><br><code>go.{{ graph_object }}</code><br>
21+
<code>import plotly.graph_objects as go</code><br><code>go.{{ graph_object }}</code><br>
2222
A <code>{{ graph_object }}</code> trace is a graph object with any of the named arguments or attributes
2323
listed below.
2424
{% elsif page.language == "r" %}

all_static/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8065,7 +8065,7 @@ pre {
80658065
.page--single .tutorial-content strong {
80668066
display: inline !important; }
80678067
.page--single .tutorial-content p, .page--single .tutorial-content section.section div.content-box, section.section .page--single .tutorial-content div.content-box {
8068-
padding: 15px;
8068+
padding: 10px;
80698069
margin: 0;
80708070
position: relative; }
80718071
.page--single .tutorial-content p img, .page--single .tutorial-content section.section div.content-box img, section.section .page--single .tutorial-content div.content-box img {
@@ -8274,7 +8274,7 @@ main.getting-started *[class*="-download"].button {
82748274
text-decoration: none; }
82758275

82768276
main.getting-started h4, main.getting-started .js-splash--section-title {
8277-
margin: 20px 0 !important;
8277+
margin: 20px 0;
82788278
-webkit-box-align: center;
82798279
-webkit-align-items: center;
82808280
-ms-flex-align: center;

scss/_pages/_getting-started.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ main.getting-started {
2323
text-decoration: none;
2424
}
2525
h4 {
26-
margin: $unit*2 0 !important;
26+
margin: $unit*2 0;
2727
align-items: center;
2828
}
2929
h2 {
@@ -74,4 +74,4 @@ h2#getting-started{
7474
div.icon{
7575
display: none;
7676
}
77-
}
77+
}

scss/_pages/_tutorial-single.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pre {
4646
//background: $lb;
4747
//display: flex;
4848
//flex-wrap:wrap;
49-
padding: 15px;
49+
padding: 10px;
5050
margin: 0;
5151
position: relative;
5252
img {

0 commit comments

Comments
 (0)