8000 DOC : whole bunch of documentation clean up by tacaswell · Pull Request #3170 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC : whole bunch of documentation clean up #3170

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

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC : removed reference to pylab on the front page
  • Loading branch information
tacaswell committed Jul 18, 2014
commit b1f0a60029d82d973bf0cc1083d47adbe8281802
20 changes: 7 additions & 13 deletions doc/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,12 @@ <h1>Introduction</h1>
For a sampling, see the <a href="{{ pathto('users/screenshots') }}">screenshots</a>, <a href="{{ pathto('gallery') }}">thumbnail</a> gallery, and
<a href="examples/index.html">examples</a> directory</p>

<p>For example, using <tt>"%pylab"</tt> in the IPython shell for
an interactive environment, to generate 10,000 gaussian random numbers
and plot a histogram with 100 bins, you simply need to
type</p>

<pre>
x = randn(10000)
hist(x, 100)</pre>

<p>For the power user, you have full control of line styles, font
properties, axes properties, etc, via an object oriented interface
or via a set of functions familiar to MATLAB users.</p>
<p>For simple plotting the <pre>pyplot</pre> interface provide a
Copy link
Member

Choose a reason for hiding this comment

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

provides

876C

MATLAB-like interface, particularly when combined
with <pre>IPython</pre>. For the power user, you have full control
of line styles, font properties, axes properties, etc, via an object
oriented interface or via a set of functions familiar to MATLAB
users.</p>

<div style="float: right; min-width: 450px; width: 50%; padding-left: 5%;">
<h1>John Hunter (1968-2012)</h1>
Expand Down Expand Up @@ -124,7 +118,7 @@ <h1>Documentation</h1>

<h4>Other learning resources</h4>

<p>There are many <a href="{{ pathto('resources/index') }}">external learning
<p>There are many <a href="{{ pathto('resources/index') }}">external learning
resources</a> available including printed material, videos and tutorials.</p>

<h4>Need help?</h4>
Expand Down
0