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

docs: fix ReadTheDocs build #25

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

diegodelemos
Copy link
Member

@diegodelemos diegodelemos commented Feb 6, 2017

Signed-off-by: Diego Rodriguez [email protected]

* Adds `config.py` so that pykube configuration is loaded only at
  run time. (closes reanahub#18)

* Renames `create_job` on `k8s.py` to avoid name clashing inside
  `app.py`.

Signed-off-by: Diego Rodriguez <[email protected]>
Copy link
Member

@tiborsimko tiborsimko left a comment

Choose a reason for hiding this comment

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

LGTM

@tiborsimko tiborsimko merged commit 9c0e67a into reanahub:master Feb 7, 2017

import pykube

# FIXME do not share HTTPClient but only config
Copy link
Member

Choose a reason for hiding this comment

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

I merged this PR since it fixed the REST API docs 👍 and since this line has a FIXME so it'll get refactored soon... Let's see IRL because it doesn't seem that nice to keep the config.py file outside of the package scope?

@tiborsimko tiborsimko added this to the Initial-Release milestone Feb 7, 2017
@diegodelemos diegodelemos deleted the 18-amend-imports branch May 2, 2017 09:22
roksys pushed a commit to roksys/reana-job-controller that referenced this pull request Oct 18, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <[email protected]>
@ghost ghost assigned roksys Oct 18, 2018
roksys pushed a commit to roksys/reana-job-controller that referenced this pull request Oct 19, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <[email protected]>
roksys pushed a commit to roksys/reana-job-controller that referenced this pull request Oct 23, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <[email protected]>
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.

docs: amend imports to remove autodoc mocking
3 participants