Skip to content

Various additions to documentation #703

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

Merged
merged 9 commits into from
Aug 17, 2022
Merged

Conversation

Will-Sommers
Copy link
Collaborator

@Will-Sommers Will-Sommers commented May 28, 2022

Open to suggestion, just thought I'd add some of these in.
Closes: #698

@Will-Sommers Will-Sommers requested a review from pokey as a code owner May 28, 2022 14:57
Copy link
Member

@pokey pokey left a comment

Choose a reason for hiding this comment

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

Thanks for the doc update! Super important stuff. Left a bunch of minor comments

@@ -4,7 +4,7 @@
def get_scopes():
return {
**get_lists(
["scope_type", "selection_type", "subtoken_scope_type"],
["scope_type", "selection_type", "subtoken_scope_type", "head_tail"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure I like this but thinking of a better description...

image

Copy link
Member

Choose a reason for hiding this comment

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

I think this will have broken with merger of #672. We now have one list called something like simple_modifier that includes "head", "tail" and a few other things

@Will-Sommers Will-Sommers requested a review from pokey May 31, 2022 21:15
@Will-Sommers Will-Sommers changed the title Add various additions to documentation Various additions to documentation May 31, 2022
@@ -4,7 +4,7 @@
def get_scopes():
return {
**get_lists(
["scope_type", "selection_type", "subtoken_scope_type"],
["scope_type", "selection_type", "subtoken_scope_type", "head_tail"],
Copy link
Member

Choose a reason for hiding this comment

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

I think this will have broken with merger of #672. We now have one list called something like simple_modifier that includes "head", "tail" and a few other things


##### `"block"`

The `"block"` modifier expands to above and below the target to select lines until an empty line is reached.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
The `"block"` modifier expands to above and below the target to select lines until an empty line is reached.
The `"block"` modifier expands above and below the target to select lines until an empty line is reached.

pokey
pokey previously approved these changes Aug 17, 2022
@pokey pokey merged commit 2d93ee3 into main Aug 17, 2022
@pokey pokey deleted the wsommers/documentation-updates branch August 17, 2022 14:38
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.

Reverse, Shuffle, Sort not present in documentation
2 participants