Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Massive website update #233

Merged
merged 13 commits into from
Oct 11, 2017
Merged

Massive website update #233

merged 13 commits into from
Oct 11, 2017

Conversation

ellisonbg
Copy link
Collaborator

OK, here is a pretty significant update to the website. We had lots of outdated content and things that needed to be fixed. Lots more to do, but this at least digs us out of the worst of the context/design debt. Some of the main things:

  • Remove JupyterCon 2017 content.
  • Took a pass at the text on all pages to make sure it is up-to-date and well written.
  • Updated language about governance, steering council, Code of Conduct.
  • Redesigned the documentation landing page to get rid of the hidden dropdowns. Also reorganized the categories.
  • Moved Donate to the bottom of the "About Us" page - Google Analytics showed that almost no one went to that page.
  • Lote of small design improvements and cleanup.
  • Updated NumFOCUS logo.

Fixes #46 #83 #207 #228 and many others we never opened.

@fperez @Carreau @hanazarea @Ruv7 @jzf2101

Home page:

screen shot 2017-10-08 at 7 23 35 pm

Here is the Documentation page now:

screen shot 2017-10-08 at 7 22 32 pm

Copy link
Member

@willingc willingc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice changes @ellisonbg. A few suggestions...

<li><a href="http://jupyter-client.readthedocs.io/en/latest/">Jupyter Client</a></li>
<li><a href="http://jupyter-core.readthedocs.io/en/latest/">Jupyter Core</a></li>

<li><a href="https://github.com/jupyter/jupyter-sphinx-theme">Jupyter Sphinx Theme</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the Jupyter Sphinx Theme.

<li><a href="https://jupyterlab-tutorial.readthedocs.io/en/latest/patterns.html">Design Patterns</a></li>
<li><a href="http://jupyter-notebook.readthedocs.io/en/stable/">Jupyter Notebook</a></li>
<li><a href="http://jupyter-console.readthedocs.io/en/stable/">Jupyter Console</a></li>
<li><a href="https://qtconsole.readthedocs.io/en/stable/">Qtconsole</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qt console

install.html Outdated
<p>First, ensure that you have the latest pip; older versions may have trouble with some dependencies:</p>
{% highlight bash %}pip3 install --upgrade pip{% endhighlight %}
<p>Then install the Jupyter Notebook using:</p>
{% highlight bash %}pip3 install jupyter{% endhighlight %}
<p>(Use pip if using legacy Python 2.)</p>
<p>Congratulations. You have installed Jupyter Notebook.</p>
<p>(If you are running Python 2, change the <code>pip3</code> in these commands to <code>pip</code>.)</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should change the preceding lines.

We recommend using Python 3 for installation. For Python 3:

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

If you are running Python 2

python -m pip install --upgrade pip
python -m pip install jupyter

@ellisonbg
Copy link
Collaborator Author

Thanks for the review @willingc - I have addressed your comments and also added back some work @minrk had done. Should be ready to go!

@Carreau Carreau merged commit fae454d into jupyter:master Oct 11, 2017
@ellisonbg
Copy link
Collaborator Author

ellisonbg commented Oct 11, 2017 via email

@rgbkrk
Copy link
Member

rgbkrk commented Oct 12, 2017

Thanks all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change steering council language about "ultimately make the final decisions."
4 participants