-
Notifications
You must be signed in to change notification settings - Fork 2
draft 1 of README.md edits #8
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
base: addepar/master
Are you sure you want to change the base?
Conversation
README.rst
Outdated
|
||
To package and publish to PackageCloud | ||
====================================== | ||
Run build.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpickey but put code in code blocks
README.rst
Outdated
====================== | ||
|
||
Requirements: | ||
- A Packagecloud.io key with Environment variable set to it, such as PACKAGE_CLOUD_KEY="PACKAGECLOUDKEY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the caps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and that might as well be a link. i'd consider adding a link to our wiki as well but leaning against it as this fork could be made public.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTMBC
README.rst
Outdated
====================== | ||
|
||
Requirements: | ||
- A Packagecloud.io key with Environment variable set to it, such as package_cloud_key="packagecloudkey" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
err, i meant Packagecloud.io and Environment, the variable does need to be all caps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also an environment
README.rst
Outdated
|
||
Requirements: | ||
- A Packagecloud.io key with Environment variable set to it, such as package_cloud_key="packagecloudkey" | ||
- A clean branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think there's any real concept of a clean branch, what you mean to say here is a clean worktree.
Also I just realized that the README is actually |
(meaning that the link formatting etc needs to be corrected, see https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html#external-links) |
README.rst
Outdated
This package offers a mock ``pyldap`` library that can be used | ||
for testing code relying on ``pyldap`` without having to configure | ||
This package offers a mock ``pyldap`` library that can be used | ||
for testing code relying on ``pyldap`` without having to configure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more annoying nitpick, no reason to wrap text here (i.e. 80 chars or w/e), so this should be one line.
@majuscule