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

nbconvert: Filter names cleanup #3758

Merged
merged 3 commits into from Jul 25, 2013
Merged

Conversation

jdfreder
Copy link
Member

  • highlight -> highlight2foo
  • markdown -> markdown2html
  • python_comment -> comment_lines
  • rm_ansi -> strip_ansi
  • rm_dollars -> strip_dollars
  • rm_fake -> strip_files_prefix
  • html_text -> html2text
  • rm_math_space -> strip_math_space
  • wrap -> wrap_text

'wrap': filters.wrap
'strip_math_space': filters.strip_math_space,
'wrap_text': filters.wrap_text,
'escape_tex': filters.escape_latex
Copy link
Member

Choose a reason for hiding this comment

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

should these match instead of tex vs latex?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch, slipped my eye

@Carreau
Copy link
Member

Carreau commented Jul 25, 2013

did you merged @damianavilla PR into this one while renaming ?

@Carreau
Copy link
Member

Carreau commented Jul 25, 2013

once this get in, I'll rebase/redo mine.

@jdfreder
Copy link
Member Author

No I didn't . I'll go ahead and do that though

@jdfreder
Copy link
Member Author

@Carreau I merged @damianavila 's work

@Carreau
Copy link
Member

Carreau commented Jul 25, 2013

Test passing. Merging.

Carreau added a commit that referenced this pull request Jul 25, 2013
nbconvert: Filter names cleanup

highlight -> highlight2foo
markdown -> markdown2html
python_comment -> comment_lines
rm_ansi -> strip_ansi
rm_dollars -> strip_dollars
rm_fake -> strip_files_prefix
html_text -> html2text
rm_math_space -> strip_math_space
wrap -> wrap_text
@Carreau Carreau merged commit 75f7bb9 into ipython:master Jul 25, 2013
@jdfreder jdfreder deleted the filter_refact branch March 10, 2014 18:42
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
nbconvert: Filter names cleanup

highlight -> highlight2foo
markdown -> markdown2html
python_comment -> comment_lines
rm_ansi -> strip_ansi
rm_dollars -> strip_dollars
rm_fake -> strip_files_prefix
html_text -> html2text
rm_math_space -> strip_math_space
wrap -> wrap_text
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

4 participants