-
-
Notifications
You must be signed in to change notification settings - Fork 381
Added explicit exposition on half-open nature of list indexes #95
Conversation
On Tue, Oct 22, 2013 at 01:31:17PM -0700, Will Trimble wrote:
Looks good to me, but you might want to link to the docs: http://docs.python.org/2/reference/datamodel.html#index-69 for folks who want an “official” reference. |
It may also be better to remove the explicit |
ooh! ooh! Can we add a Markdown version of my favorite diagram in the world?
From http://docs.python.org/2/tutorial/introduction.html#strings |
+1 |
This looks ready to merge to me. @wking - do you mind doing a final sanity check on the commits and changes then merging or rebasing this in? I think we prefer merging unless the rebase will substantially clarify things. |
On Sun, Nov 03, 2013 at 05:40:23PM -0800, Aron Ahmadia wrote:
Do we have a newline-in-IPyNb-Markdown policy? The closest thing I |
On Sun, Nov 03, 2013 at 07:11:39PM -0800, Aron Ahmadia wrote:
Confirmed.
Good idea. Here we are: I'd prefer — (U+2014 EM DASH) to the |
As I understand it, the only place the newlines matter is in the diffs. |
+1 on merging: any votes against? |
I am also +1 on merging this one. |
On 2013-11-08 4:12 PM, Aron Ahmadia wrote:
|
It's @wking's show, I'm sure he'll be along shortly :) |
On Fri, Nov 08, 2013 at 01:21:06PM -0800, Aron Ahmadia wrote:
Sorry, it took me a while to get IPython 1.0.0 installed on my wimpy As a completly pedantic comment, I think italics would be preferable
A lot of bold in one sentence looks a bit garish. |
On Fri, Nov 08, 2013 at 01:56:53PM -0800, W. Trevor King wrote:
Also in this line, I'd rather have an em-dash (—, U+2014 EM DASH) than |
On Fri, Nov 08, 2013 at 01:56:53PM -0800, W. Trevor King wrote:
Hmm, GitHub mailed me that there was a Jekyll error during the build, |
The only file changed was an ipython notebook. |
On Fri, Nov 08, 2013 at 02:20:49PM -0800, Will Trimble wrote:
Right. I wouldn't be surprised if the build was broken by something |
On 2013-11-08 5:18 PM, W. Trevor King wrote:
|
https://github.com/swcarpentry/bc/pull/133/files has a suspicious |
On Fri, Nov 08, 2013 at 02:25:41PM -0800, Greg Wilson wrote:
Yup :p. It looks like they've been bumping versions recently 1, but |
On Fri, Nov 08, 2013 at 02:26:36PM -0800, Will Trimble wrote:
It looks like that was from increased nesting: lessons/thw-git/instructors.md → lessons/misc-git/git-and-github/instructor_notes.md |
Added explicit mention of the limits of slicing; added before-and-after print statements for extend and append.