Skip to content

Initial cut at documentation #95

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

Merged
merged 1 commit into from
Jan 12, 2017

Conversation

dims
Copy link
Collaborator

@dims dims commented Jan 11, 2017

reuses existing markdowns and adds api documentation

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 11, 2017
@codecov-io
Copy link

codecov-io commented Jan 11, 2017

Current coverage is 94.68% (diff: 100%)

Merging #95 into master will not change coverage

@@             master        #95   diff @@
==========================================
  Files             9          9          
  Lines           658        658          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            623        623          
  Misses           35         35          
  Partials          0          0          

Powered by Codecov. Last update 3220a96...0ca9210

('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be Kubernetes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@@ -1,6 +1,9 @@
[tox]
envlist = py27, py34, py35

[testenv:docs]
commands = python setup.py build_sphinx
Copy link
Contributor

Choose a reason for hiding this comment

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

so we generate documents when we run test? if that is the case, it does not make sense. can we add a script in scripts folder to generate docs. If we want to add the generation here, we need to make sure it fails if there is a difference.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is here because if any PR checks in stuff that breaks docs generation it should be found quickly. Yes, i can add a follow up PR to do an addition script in the scripts folder later after this merges

Copy link
Contributor

@mbohlool mbohlool Jan 12, 2017

Choose a reason for hiding this comment

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

by breaking docs, you mean not be able to generate it right? but what if somebody changes docs but forget to check them in? we won't catch that here, right? I am fine if you want to do it in another PR, but we need to catch out of date docs or we will end up always having out of date docs.

@dims dims force-pushed the initial-documentation branch from 6c2b675 to 0ca9210 Compare January 11, 2017 21:13
@codevulture
Copy link
Contributor

/lgtm for initial doc cut

@dims
Copy link
Collaborator Author

dims commented Jan 12, 2017

@mbohlool this one is ready

@mbohlool mbohlool self-assigned this Jan 12, 2017
@mbohlool mbohlool merged commit ce8e082 into kubernetes-client:master Jan 12, 2017
yliaog pushed a commit to yliaog/client-python that referenced this pull request Jan 8, 2022
Pep8 has been renamed to pycodestyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants