xbps/<various>: Multiple changes.#343
Merged
ericonr merged 1 commit intovoid-linux:masterfrom Jun 25, 2020
Merged
Conversation
c01cf73 to
64f65d5
Compare
29 tasks
ericonr
reviewed
Jun 22, 2020
Contributor
Author
|
@ericonr: Thanks for the review; PR updated. |
ericonr
reviewed
Jun 23, 2020
Comment on lines
+36
to
+37
| space in `/boot`. Refer to "[Removing old | ||
| kernels](../config/kernel.md#removing-old-kernels)" for further information. |
Member
There was a problem hiding this comment.
If this is the recommended style, I think it should be in the style guide. Usually I don't use quotes when linking to a page using its title, but I think it does look nicer.
Contributor
Author
There was a problem hiding this comment.
Mm, i think it depends on the specific context. If literally referring to a section, then yes, it should be in quotes. If the text is not doing that, then it doesn't need to be in quotes. For example:
For more information, please read the "Power Management" section.
vs
Void provides facilities to assist with power management.
If that makes sense to you, i'll update the style guide accordingly.
* Move `packages/*` up a level, remove `packages` subdir.
* Consolidate information.
* Remove `building.md` ,`management.md`, `packages/index.md`.
* Add links to man.voidlinux.org.
* Remove unnecessary `xbps-install` code block.
* Shorten `xlocate` example.
* Add example of how to list installed packages.
* Fix links in config/{locales,external-applications}.md.
* Improve prose.
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.
packages/*up a level, removepackagessubdir.building.md,management.md,packages/index.md.xbps-installcode block.xlocateexample.Partially addresses #337.