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

doc: add python-rgw doc #11859

Merged
merged 2 commits into from Nov 9, 2016
Merged

doc: add python-rgw doc #11859

merged 2 commits into from Nov 9, 2016

Commits on Nov 9, 2016

  1. pybind: rename rgw_file.pyx to rgw.pyx

    so the init function offered by rgw python extension is named "initrgw"
    instead of "initrgw_file". and "initrgw" is the expected name by python
    intepreter when loading an extension.
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Nov 9, 2016
    Copy the full SHA
    cb351a9 View commit details
    Browse the repository at this point in the history
  2. doc: add doc for pybind of rgw

    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Nov 9, 2016
    Copy the full SHA
    8fd9543 View commit details
    Browse the repository at this point in the history