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

small doc fix in nbconvert #4026

Merged
merged 2 commits into from Aug 15, 2013
Merged

small doc fix in nbconvert #4026

merged 2 commits into from Aug 15, 2013

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Aug 14, 2013

__call__ -> call plus wrap methods name between back ticks.

@@ -32,8 +32,8 @@ class Transformer(NbConvertBase):
Any configurable traitlets this class exposed will be configurable in profiles
using c.SubClassName.atribute=value

you can overwrite transform_cell to apply a transformation independently on each cell
or __call__ if you prefer your own logic. See corresponding docstring for informations.
you can overwrite `transform_cell` to apply a transformation independently on each cell
Copy link
Member

Choose a reason for hiding this comment

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

this is rst, not markdown - either use double-backtick or :meth:transform_cell``

@Carreau
Copy link
Member Author

Carreau commented Aug 15, 2013

updated with :meth:

minrk added a commit that referenced this pull request Aug 15, 2013
small doc fix in nbconvert

`__call__ -> call` plus wrap methods name between back ticks.
@minrk minrk merged commit 83c0a79 into ipython:master Aug 15, 2013
minrk added a commit that referenced this pull request Aug 16, 2013
`__call__` -> `call` plus wrap methods name between back ticks.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
small doc fix in nbconvert

`__call__ -> call` plus wrap methods name between back ticks.
@Carreau Carreau deleted the docfix branch December 15, 2014 16:48
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

2 participants