DOC: add FAQ about np.datetime64#5625
Merged
efiring merged 1 commit intomatplotlib:masterfrom Feb 14, 2016
Merged
Conversation
Member
Author
|
and of course I targeted this at the wrong branch. |
doc/faq/howto_faq.rst
Outdated
Member
There was a problem hiding this comment.
I think this needs a colon at the end of the line.
ac44efe to
39cc982
Compare
Member
Author
|
fixed and force pushed |
doc/faq/howto_faq.rst
Outdated
Member
|
Don't you need double-backticks for code samples in reST? |
Member
Author
|
Single backticks to their best to auto-resolve to a link to something else in the docs, double ticks just sets it in mono-typewriter. |
Member
|
@tacaswell, my quick testing confirms your initial comment: importing pandas is sufficient. |
39cc982 to
00796b2
Compare
Member
Author
|
Typo fixed and squashed. |
efiring
added a commit
that referenced
this pull request
Feb 14, 2016
DOC: add FAQ about np.datetime64
Member
|
Should be backported? |
QuLogic
pushed a commit
to QuLogic/matplotlib
that referenced
this pull request
Oct 16, 2016
DOC: add FAQ about np.datetime64
Member
|
Backported to v2.x via e2fd2aa. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I would appreciate if someone else checked to make sure I am not lying here, but with up-to-date everything, datetime64 seems to 'just work' so long as
pandashas been imported.