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

Update getting-started guides for YDK-Py and YDK-Cpp #418

Merged
7 commits merged into from Mar 24, 2017

Commits on Mar 24, 2017

  1. Fix README typos

    Fixes header formatting plus introduces minor edits to bring similar
    structure and look to other YDK README files.
    111pontes committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    070edc9 View commit details
    Browse the repository at this point in the history
  2. Use dash as consistent separator in bundle name

    For Python packaging and installation, dashes will be used a separator
    (ydk-models-cisco-ios-xr).  Previously, we used a combination of dashes
    and underscores (ydk-models-cisco_ios_xr). The actual package directory
    will continue to use underscores (cisco_ios_xr) as suggested in PEP8.
    111pontes committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    4f93c44 View commit details
    Browse the repository at this point in the history
  3. Update getting-started documentation for YDK-Py

    Getting-started documentation now reflects the latest installation
    instructions included in README.rst.
    111pontes committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    5b40f5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ae9c95 View commit details
    Browse the repository at this point in the history
  5. Update getting-started documentation for YDK-Cpp

    Getting-started documentation now reflects the latest installation
    instructions included in README.md.
    111pontes committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    216d475 View commit details
    Browse the repository at this point in the history
  6. Add minor edits to YDK-Py README and documentation

    Fixes minor differences between YDK-Py and YDK-Cpp with respect to
    their README file and the getting-started page in their documentation.
    111pontes committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    3f60eab View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into tidy-up

    Abhi Keshav committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    f822f12 View commit details
    Browse the repository at this point in the history