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

Adding documentation about the rest of the classes involved on generating the CSharpAPI #529

Merged
merged 19 commits into from
Jul 18, 2018

Commits on Jul 9, 2018

  1. Moving from xml strings to having the documentation details in xml fi…

    …les.
    
    For the summary text that is common between several learners, the examples will be added on a separate node.
    An example of how that will look like is in the LogisticRegressionBinaryClassifier and LogisticRegressionClassifier.
    sfilipi committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    074b800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b7f416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    266952c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b17a0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ffc79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6854c9a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. file name should be vanilla

    sfilipi committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    5f52db8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    c6ee265 View commit details
    Browse the repository at this point in the history
  2. merging from master

    sfilipi committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    dc01215 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. adding more documentation.

    changing the root of the XML documents from docs -> doc, since its only one.
    Switching all <see href /> to the valid <see cref />
    sfilipi committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    781293d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2592d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    311eb2a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Extracted the examples outside of the member nodes in the xml, so tha…

    …t they only appear in the CSharpApi classes, and not on the runtime classes.
    sfilipi committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    8e91165 View commit details
    Browse the repository at this point in the history
  2. merged from master

    sfilipi committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    6524fd3 View commit details
    Browse the repository at this point in the history
  3. small fixes

    sfilipi committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    6f45e69 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. addressing code comments

    sfilipi committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    7f5ac2b View commit details
    Browse the repository at this point in the history
  2. addressing Pete's comments.

    sfilipi committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    43f6540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6484255 View commit details
    Browse the repository at this point in the history
  4. resolving merge conflicts

    sfilipi committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    cb96a7f View commit details
    Browse the repository at this point in the history