[hyperlink] styles/ multiple runs#1
Open
tanyunshi wants to merge 354 commits intorobertdodd:masterfrom
Open
Conversation
added 30 commits
February 8, 2015 00:01
Allows the core of .add_paragraph() to be tested integrated with oxml while using mocks for the remainder.
* place api-add-heading.feature back into WIP until Paragraph.style reimplementation is completed
to use new style API
to use new style API
* organize feature analysis for styles into a hierarchy
* Introduce a hierarchy for text analysis
The tests/ directory was only partially included in the source distribution uploaded to PyPI, such that the test suite could not be run from that distribution. Modify MANIFEST.in to include all .py files in the tests/ directory.
* add specific Given for a document having the built-in styles * constrain 'Given a blank document' to not have the built-in styles * revise some steps to make them more concise * extract bool_vals and tri_state_vals to helpers
Add steps to check column and cell width are properly applied to a new table.
* Add width parameter to BlockItemContainer.add_table() * Temporarily stub down-call-stack methods and tests with width=None until they are rewritten in next commits * add Document._block_width to calculate width of table (page width less margins).
* Fix Describe_Cell.it_can_add_a_table() to work until it can be rewritten in next few commits.
Add width parameter.
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.
Add possiblities to add style and multiple runs to hyperlink