Dryad/XmlDoc/Content/GettingStarted.aml

86 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<topic id="4a617e67-0920-46e4-9223-5effbac46b3d" revisionNumber="1">
<developerConceptualDocument
xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!--
<summary>
<para>Optional summary abstract</para>
</summary>
-->
<introduction>
<para>These topics are designed to help you get started using DryadLINQ.</para>
</introduction>
<!-- Add one or more top-level section elements. These are collapsible.
If using <autoOutline />, add an address attribute to identify it
and specify a title so that it can be jumped to with a hyperlink. -->
<section>
<title>Getting Started Topics</title>
<content>
<list class="bullet">
<listItem>
<para>
<link xlink:href="e992fd94-c956-481d-82e6-dbdf45daa722">Quick Start guide to downloading and trying DryadLINQ</link>
</para>
</listItem>
<listItem>
<para>
<link xlink:href="4aefe670-7b2b-4c05-9a65-6c60ff13c3b5">Guide to setting up an HDInsight 3.0 cluster to use with DryadLINQ</link>
</para>
</listItem>
<listItem>
<para>
<link xlink:href="91822db3-8a00-4307-ad8a-595c94f449b0">Guide to building the DryadLINQ job browser</link>
</para>
</listItem>
</list>
<autoOutline />
</content>
</section>
<relatedTopics>
<!-- One or more of the following:
- A local link
- An external link
- A code entity reference
<link xlink:href="Other Topic's ID"/>
<link xlink:href="Other Topic's ID">Link inner text</link>
<externalLink>
<linkText>Link text</linkText>
<linkAlternateText>Optional alternate link text</linkAlternateText>
<linkUri>URI</linkUri>
</externalLink>
<codeEntityReference>API member ID</codeEntityReference>
Examples:
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" />
<link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
<externalLink>
<linkText>SHFB on CodePlex</linkText>
<linkAlternateText>Go to CodePlex</linkAlternateText>
<linkUri>http://shfb.codeplex.com</linkUri>
</externalLink>
<codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
<codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
<codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
<codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
<codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
<codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
<codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
-->
</relatedTopics>
</developerConceptualDocument>
</topic>