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

Commit to fix a broken link #7496

Merged
merged 2 commits into from Nov 22, 2016
Merged

Conversation

nalshihabi
Copy link
Contributor

So this pull request is to address the issue #7437. As I note in a comment on there, there is no example case for the noted broken link but there is actually an example case for another broken link so here is the fix to that and I put a note in place of the broken link saying that it requires updating.

you know the date format string of the date you are parsing. See
:file:`examples/load_demo.py`.
you know the date format string of the date you are parsing.
:file: needs to be updated.
Copy link
Member

Choose a reason for hiding this comment

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

If the example doesn't exist anymore, can you please remove the reference to it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alright then will do.

@@ -274,8 +274,7 @@ def _from_ordinalf(x, tz=None):
class strpdate2num(object):
"""
Use this class to parse date strings to matplotlib datenums when
you know the date format string of the date you are parsing. See
:file:`examples/load_demo.py`.
you know the date format string of the date you are parsing.
Copy link
Member

@story645 story645 Nov 21, 2016

Choose a reason for hiding this comment

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

the format string of the date being parsed is known. (May as well remove the second person...?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What do you mean by remove the second person?

Copy link
Member

@story645 story645 Nov 21, 2016

Choose a reason for hiding this comment

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

The use of you. Granted, this is a personal preference so I wouldn't hold up a merge over it. (Also edited language a bit more)

Copy link
Member

Choose a reason for hiding this comment

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

@story645 I think quoting the first sentence would have clarified things; at first I thought it was just a statement instead of a suggestion of how to write the sentence.

@codecov-io
Copy link

codecov-io commented Nov 21, 2016

Current coverage is 62.00% (diff: 100%)

Merging #7496 into master will decrease coverage by 4.56%

@@             master      #7496   diff @@
==========================================
  Files           109        173     +64   
  Lines         46636      56028   +9392   
  Methods           0          0           
  Messages          0          0           
  Branches          0          0           
==========================================
+ Hits          31043      34739   +3696   
- Misses        15593      21289   +5696   
  Partials          0          0           

Powered by Codecov. Last update 258dbf5...9f44c3c

@NelleV NelleV changed the title Commit to fix a broken link [MRG] Commit to fix a broken link Nov 21, 2016
@NelleV NelleV changed the title [MRG] Commit to fix a broken link [MRG+1] Commit to fix a broken link Nov 21, 2016
@tacaswell tacaswell merged commit fe152fa into matplotlib:master Nov 22, 2016
tacaswell added a commit that referenced this pull request Nov 22, 2016
@tacaswell
Copy link
Member

backported to v2.x as 46c0ead

@vraelvrangr Thanks! Congratulations on your first mpl contribution 🎉 Hopefully we will hear from you again.

We really appreciate documentation PRs!

@QuLogic QuLogic changed the title [MRG+1] Commit to fix a broken link Commit to fix a broken link Nov 22, 2016
@QuLogic QuLogic added this to the 2.0.1 (next bug fix release) milestone Nov 22, 2016
@nalshihabi
Copy link
Contributor Author

Thank you @tacaswell ! I look forward to contributing more in the future!

@QuLogic QuLogic modified the milestones: 2.0.1 (next bug fix release), 2.0 (style change major release) Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

6 participants