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

Getting started on what's new #976

Merged
merged 2 commits into from Nov 9, 2011
Merged

Getting started on what's new #976

merged 2 commits into from Nov 9, 2011

Conversation

minrk
Copy link
Member

@minrk minrk commented Nov 4, 2011

Added some notes on significant changes in 0.12 to the development whatsnew doc.

Doing as a PR rather than pushing directly, because I also added a github sphinx extension, adapted from this bitbucket one.

except AttributeError, err:
raise ValueError('github_project_url configuration value is not set (%s)' % str(err))
#
slash = '/' if base[-1] != '/' else ''
Copy link
Member

Choose a reason for hiding this comment

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

Isn't this redundant with the check a few lines above?

Copy link
Member Author

Choose a reason for hiding this comment

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

Indeed it is - I added the endswith check, because I wasn't fond of how upstream did it, but then never removed the previous one. I'll remove it.

@takluyver
Copy link
Member

Assuming the Sphinx extension is working, I think you can go ahead with this.

minrk added a commit that referenced this pull request Nov 9, 2011
Getting started on What's New for 0.12, and adding github sphinx extension,
for easy links to GitHub issues, pull requests, etc.
@minrk minrk merged commit da77700 into ipython:master Nov 9, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Getting started on What's New for 0.12, and adding github sphinx extension,
for easy links to GitHub issues, pull requests, etc.
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.

None yet

3 participants