Skip to content

Commit c306e8f

Browse files
authored
Merge branch 'master' into accessibility-meta
2 parents 06361c8 + b79ddd4 commit c306e8f

14 files changed

+28
-26
lines changed

_data/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Widgets:
2828

2929
Notebook Documents:
3030
nbconvert: https://nbconvert.readthedocs.io/en/latest/
31+
nbclient: https://nbclient.readthedocs.io/en/latest/
3132
nbformat: https://nbformat.readthedocs.io/en/latest/
3233
nbviewer: https://github.com/jupyter/nbviewer/
3334

@@ -45,4 +46,5 @@ Deployment:
4546
Foundations:
4647
Jupyter Client: https://jupyter-client.readthedocs.io/en/latest/
4748
Jupyter Core: https://jupyter-core.readthedocs.io/en/latest/
49+
Jupyter Server: https://jupyter-server.readthedocs.io/
4850
Jupyter Alabaster Theme: https://jupyter-alabaster-theme.readthedocs.io/en/latest/

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<li><a href="{{site.baseurl}}/index.html">Home</a></li>
77
{%- for nav in site.data.nav.head %}
88
{%- if nav.url %}
9-
<li><a href="{{site.baseurl}}{{nav.url}}" target="_blank">{{nav.title}}</a></li>
9+
<li><a href="{{site.baseurl}}{{nav.url}}" target="_blank" rel="noopener noreferrer">{{nav.title}}</a></li>
1010
{%- else %}
1111
{%- for target_page in site.pages %}
1212
{%- if nav contains target_page.title %}

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta name="description" content="">
7-
<meta name="author" content="">
6+
<meta itemprop="description" name="description" content="{% if page.tagline %}{{ page.tagline }}{% else %}{{ site.description }}{% endif %}" />
87

98
<title>{{ site.title }} {% if page.title %}| {{ page.title }}{% endif %}</title>
109
<meta property="og:title" content="Project Jupyter" />
1110
<meta property="og:description" content="{{ site.description }}">
1211
<meta property="og:url" content="https://www.jupyter.org" />
1312
<meta property="og:image" content="https://jupyter.org/assets/homepage.png" />
13+
<link rel="canonical" href="{{ page.url | prepend: site.url }}">
1414
<!-- Bootstrap Core CSS -->
1515
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">
1616
<link rel="stylesheet" href="{{ "/css/logo-nav.css" | prepend: site.baseurl }}?{{site.time | date: '%s%N'}}">

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{%- if nav.url %}
2828
<li>
2929
{%- if nav.newpage %}
30-
<a href="{{site.baseurl}}{{nav.url}}" class="tab" target="_blank">{{nav.title}}</a>
30+
<a href="{{site.baseurl}}{{nav.url}}" class="tab" target="_blank" rel="noopener noreferrer">{{nav.title}}</a>
3131
{%- else %}
3232
<a href="{{site.baseurl}}{{nav.url}}" class="tab">{{nav.title}}</a>
3333
{%- endif %}
@@ -37,7 +37,7 @@
3737
{%- if nav contains targetpage.title -%}
3838
{%- if page.title == targetpage.title %}
3939
<li>
40-
<a href class="tab navbar-active">{{targetpage.title}}</a>
40+
<a href="{{site.baseurl}}{{targetpage.url}}" class="tab navbar-active">{{targetpage.title}}</a>
4141
</li>
4242
{%- else %}
4343
<li>

_includes/partners.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row section-header">
33
<img src="{{site.baseurl}}/assets/institutional_partners2.svg" class="section-icon img-responsive" alt="institutional partners">
44
<h3 class="col-sm-12 section-header">Institutional Partners</h3>
5-
<p class="col-sm-12 support-paragraph">
5+
<p class="support-paragraph">
66
Institutional Partners are organizations that support the project by employing Jupyter Steering Council members.
77
Current Institutional Partners include:
88
</p>

_includes/sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row">
44
<img src="{{site.baseurl}}/assets/sponsors2.svg" class="section-icon img-responsive" alt="sponsors">
55
<h3 class="col-sm-12 section-header">Sponsors</h3>
6-
<p class="col-sm-12 support-paragraph">Project Jupyter receives direct funding from the following sources:</p>
6+
<p class="support-paragraph">Project Jupyter receives direct funding from the following sources</p>
77
</div>
88

99
<div class="row">

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page_md
33
title: "About Us"
4-
tagline: Some information about the Jupyter Project and Community
4+
tagline: Project Jupyter’s origins and governance
55
permalink: /about
66
distinguished_2020:
77
- name: Jeremy Tuloup

community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page_md
3-
title: Stay Connected
4-
tagline: Project Jupyter offers a number of communication channels available to individuals interested in using and contributing to the project.
3+
title: Community
4+
tagline: How to get involved with Project Jupyter
55
permalink: /community
66
---
77

css/logo-nav.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,9 @@ body {
260260
.support-paragraph {
261261
font-size: 15px;
262262
line-height: 1.5;
263-
margin-bottom: 16px;
264263
text-align: center;
264+
max-width: 630px;
265+
margin: 0 auto 16px auto;
265266
}
266267

267268
/* Orange action button */

documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page_md
33
title: Documentation
4-
tagline: A comprehensive list of links to each of the repositories for the Jupyter project.
4+
tagline: A comprehensive list of Jupyter projects, subprojects and repositories
55
permalink: /documentation
66
---
77

events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page_md
3-
title: Stay Connected
4-
tagline: Project Jupyter sponsors a number of events for individuals interested in using and contributing to the project.
3+
title: Events
4+
tagline: Sponsored gatherings of Project Jupyter users and contributors
55
permalink: /events
66
---
77

index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="row">
4343
<div class="col-md-12">
4444
<div class="col-md-8 col-md-offset-2">
45-
<h4 class="jumbotron-text">Project Jupyter exists to develop open-source software, open-standards,
45+
<h4 class="jumbotron-text">Project Jupyter develops open-source software, open standards
4646
and services for interactive computing across dozens of programming languages.</h4>
4747
</div>
4848
</div>
@@ -58,8 +58,8 @@ <h4 class="jumbotron-text">Project Jupyter exists to develop open-source softwar
5858
<img class="img-responsive" src="assets/labpreview.png" id="portal" alt="examples of jupyterlab workspaces in single document and multiple document workspaces"/>
5959
</div>
6060
<div class="col-md-6 nb-highlight-text">
61-
<h3>JupyterLab: Jupyter’s Next-Generation Notebook Interface</h3>
62-
<h4 class="nb-desc">JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. JupyterLab is flexible: configure and arrange the user interface to support a wide range of workflows in data science, scientific computing, and machine learning. JupyterLab is extensible and modular: write plugins that add new components and integrate with existing ones.</h4>
61+
<h3>JupyterLab: The Next-Generation Notebook Interface</h3>
62+
<h4 class="nb-desc">JupyterLab is a web-based interactive development environment for notebooks, code and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism and machine learning. A modular design allows for extensions that expand and enrich functionality.</h4>
6363
<div class="button-container">
6464
<a class="orange-button" href="try">Try it in your browser</a>
6565
<a class="orange-button install-button" href="install.html">Install JupyterLab</a>
@@ -79,10 +79,9 @@ <h4 class="nb-desc">JupyterLab is a web-based interactive development environmen
7979
<img class="img-responsive" src="assets/jupyterpreview.png" id="portal" alt="example notebook of Lorenz differential equations"/>
8080
</div>
8181
<div class="col-md-6 nb-highlight-text">
82-
<h3>The Jupyter Notebook</h3>
83-
<h4 class="nb-desc">The Jupyter Notebook is an open-source web application that allows you to create and share
84-
documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning
85-
and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.</h4>
82+
<h3>Jupyter Notebook: The Classic Notebook Interface</h3>
83+
<h4 class="nb-desc">The Jupyter Notebook is a web application for creating and sharing
84+
documents that contain code, visualizations and text. It can be used for data science, statistical modeling, machine learning and much more.</h4>
8685
<div class="button-container">
8786
<a class="orange-button" href="try">Try it in your browser</a>
8887
<a class="orange-button install-button" href="install.html">Install the Notebook</a>
@@ -154,7 +153,7 @@ <h4>Code meets data</h4>
154153
</div>
155154
</div>
156155
<div class="col-md-12" style="text-align: center; margin-top: 24px;">
157-
<a class="orange-button" href="https://github.com/jupyter/jupyterhub">Learn more about JupyterHub</a>
156+
<a class="orange-button" href="https://jupyterhub.readthedocs.io/en/stable/">Learn more about JupyterHub</a>
158157
</div>
159158
</div>
160159
</div>
@@ -201,7 +200,7 @@ <h3 class="section-header">Currently in use at</h3>
201200
<li class="col"><a href="https://software-carpentry.org"><img src="assets/carpentry.svg" class="greydout" alt="Carpentry"></a></li>
202201
<li class="col"><a href="https://www.janelia.org/"><img src="assets/janelia.svg" class="greydout" alt="Janelia"></a></li>
203202
<li class="col"><a href="https://codeneuro.org/"><img src="assets/codeneuro.svg" class="greydout" alt="CodeNeuro"></a></li>
204-
<li class="col"><a href=""><img src="assets/nsite.svg" class="greydout" alt="NSite"></a></li>
203+
<li class="col"><a href="https://www.linkedin.com/company/nsite-llc/about/"><img src="assets/nsite.svg" class="greydout" alt="NSite"></a></li>
205204
<li class="col"><a href="https://cocalc.com/"><img src="assets/cocalc.svg" class="greydout" alt="CoCalc"></a></li>
206205
<li class="col"><a href="https://www.brynmawr.edu"><img src="assets/brynmawr.svg" class="greydout" alt="BrynMawr"></a></li>
207206
<li class="col"><a href="https://www.calpoly.edu"><img src="assets/calpoly.svg" class="greydout" alt="CalPoly"></a></li>

install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page_md
3-
title: Installing the Jupyter Software
4-
tagline: Get up and running with the JupyterLab or the classic Jupyter Notebook on your computer within minutes!
3+
title: Installing Jupyter Software
4+
tagline: Get up and running with JupyterLab or the classic Jupyter Notebook.
55
permalink: /install
66
---
77

widgets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Interactive Widgets</h2>
3030
<div class="container">
3131
<img class="section-icon img-responsive" src="assets/widget.svg" alt="icon to represent multiple notebooks">
3232
<h3 class="col-sm-12 section-header">Notebook Widgets</h3>
33-
<p class="support-paragraph">Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.</p>
33+
<p class="support-paragraph">Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.</p>
3434
</div>
3535
</div>
3636
</section>

0 commit comments

Comments
 (0)