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

Allow Flexible Library Versions #129

Merged
merged 2 commits into from
Sep 20, 2018
Merged

Allow Flexible Library Versions #129

merged 2 commits into from
Sep 20, 2018

Conversation

schbetsy
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Sep 20, 2018

Coverage Status

Coverage remained the same at 99.794% when pulling d34d5ac on schbetsy:versions into 267c457 on cfpb:master.

Copy link
Member

@chosak chosak left a comment

Choose a reason for hiding this comment

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

Works as advertised!


You can then preview your changes locally by running `mkdocs serve` and then reviewing <http://127.0.0.1:8000/>

When your changes are ready, you can submit them as a normal pull request. After that, you can use this command to publish them:
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for doing this. I noticed that the current live docs are out of date. After we merge this PR, let's run the command to refresh the GH branch.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good call. Will do.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done 👍

Copy link
Member

Choose a reason for hiding this comment

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

Thanks!

README.md Outdated

## API Docs

[Documentation](https://cfpb.github.io/owning-a-home-api/) for this repository is rendered via GitHub pages and [Swagger](https://swagger.io/docs/). They can be edited in the `docs/` directory, but to view or deploy them, you'll need to install the dependencies listed in the `docs_extras` section of `setup.py`:
Copy link
Member

Choose a reason for hiding this comment

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

Swagger isn't used by the docs here; was this copied from ccdb5-api?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops. Yes, I did copy-paste this text. Fixed now.

For most libraries, allow any revision within a major version. Ensure
that the set of allowed versions contains the actual version that
cfgov-refresh is currently on, so when we import and install this repo
in cfgov, it doesn't cause version conflicts.
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.

None yet

3 participants