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

readme: clarified and separated readme #227

Merged
merged 1 commit into from
May 27, 2021
Merged

Conversation

hackaugusto
Copy link
Contributor

@hackaugusto hackaugusto commented May 25, 2021

  • Moved development docs from README to CONTRIBUTING
    • Made the instructions more concise
    • Removed some outdated documentation, e.g. python 3.6 is no longer supported
  • Made the README.rst a bit more concise.
    • Also added a mention to the supported formats and a link to the issue for protobuf support which is currently in dev

@hackaugusto hackaugusto force-pushed the hacka-update-readme branch 3 times, most recently from f5736cc to e2bce21 Compare May 25, 2021 17:06
@hackaugusto hackaugusto marked this pull request as ready for review May 25, 2021 17:07
@hackaugusto hackaugusto requested a review from a team as a code owner May 25, 2021 17:07
------------

Karapace requires Python 3.6 or later and some additional components in
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed all of these and just added an instruction to run pip install -r requirements-dev.txt

To build an installation package for your distribution, go to the root
directory of a Karapace Git checkout and run::

python3 setup.py bdist_egg
Copy link
Contributor Author

Choose a reason for hiding this comment

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

eggs are being phased out. Just removed this and instructed to run pip setup.py install for source installations.

README.rst Show resolved Hide resolved
To see descriptions of configuration keys see section ``config``. Here's an
example configuration file to give you an idea what you need to change::

{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed this sample configuration and just added a link to the sample configuration in the repo. It's easier maintain a single example up-to-date.

@hackaugusto hackaugusto force-pushed the hacka-update-readme branch 2 times, most recently from 4322142 to 3152140 Compare May 25, 2021 17:34
README.rst Show resolved Hide resolved
@hackaugusto hackaugusto force-pushed the hacka-update-readme branch 2 times, most recently from 89e0bdd to b948905 Compare May 25, 2021 17:44
Copy link
Contributor

@tvainika tvainika left a comment

Choose a reason for hiding this comment

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

Looks good to me, one typo spotted.

CONTRIBUTING.md Outdated Show resolved Hide resolved
@hackaugusto hackaugusto force-pushed the hacka-update-readme branch from b948905 to 15ae549 Compare May 26, 2021 07:20
moved documentation about development to the CONTRIBUTING.md file, and
tried to make the README.rst a bit more concise.
@hackaugusto hackaugusto force-pushed the hacka-update-readme branch from 15ae549 to 4c8cacd Compare May 26, 2021 07:52
@tvainika tvainika merged commit f74c027 into master May 27, 2021
@tvainika tvainika deleted the hacka-update-readme branch May 27, 2021 05: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.

2 participants