<!-- 
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sun May 26 02:34:04 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/si/jira.issueviews:issue-xml/NCBC-206/NCBC-206.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Couchbase</title>
    <link>http://www.couchbase.com/issues</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.4</version>
        <build-number>845</build-number>
        <build-date>26-12-2012</build-date>
    </build-info>

<item>
            <title>[NCBC-206] Method links anchor to awkward section of page</title>
                <link>http://www.couchbase.com/issues/browse/NCBC-206</link>
                <project id="10046" key="NCBC">Couchbase .NET client library</project>
                        <description>This link: &lt;a href=&quot;http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-retrieve-get.html#table-couchbase-sdk_net_executeget&quot;&gt;http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-retrieve-get.html#table-couchbase-sdk_net_executeget&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Puts the anchor right on the API call, but cuts off the example above that introduces the ExecuteGet() method and the fact that it returns an IGetOperationResult.  A customer would not know to scroll up a little bit.&lt;br/&gt;
&lt;br/&gt;
I have a sneaky suspicion that many of the other method links are anchored in awkward positions as well and it would be great to review and fix as many as possible so they make sense to a user navigating the documentation.</description>
                <environment></environment>
            <key id="21770">NCBC-206</key>
            <summary>Method links anchor to awkward section of page</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="mccouch">MC Brown</assignee>
                                <reporter username="perry">Perry Krug</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Jan 2013 09:43:08 -0600</created>
                <updated>Mon, 28 Jan 2013 08:17:23 -0600</updated>
                    <resolved>Mon, 28 Jan 2013 08:17:23 -0600</resolved>
                            <version>1.2.0</version>
                                <fixVersion>1.2.1</fixVersion>
                                <component>docs</component>
                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="48104" author="john" created="Fri, 18 Jan 2013 15:40:05 -0600"  >Karen - is there an easy way to change the anchoring?</comment>
                    <comment id="48105" author="kzeller" created="Fri, 18 Jan 2013 15:42:58 -0600"  >This has to do with our XML to HTML conversion and the jump-links that it creates. This needs to go to MC.</comment>
                    <comment id="48157" author="mccouch" created="Mon, 21 Jan 2013 04:13:15 -0600"  >The links are automatically generated between the tables. The tables should be repositioned to be before any examples relating to their content, not afterwards. </comment>
                    <comment id="48493" author="mccouch" created="Thu, 24 Jan 2013 08:14:26 -0600"  >I&amp;#39;ve reposition the tables within the .NET SDK doc</comment>
                    <comment id="48717" author="perry" created="Mon, 28 Jan 2013 03:18:38 -0600"  >I&amp;#39;m still seeing these anchors drop into the page below where the text related to the method begins...am I missing something?</comment>
                    <comment id="48720" author="mccouch" created="Mon, 28 Jan 2013 04:58:11 -0600"  >They link straight into the tables on that page, before the example, for me. Have you tried reloading? </comment>
                    <comment id="48722" author="perry" created="Mon, 28 Jan 2013 05:06:09 -0600"  >Okay, now I see.  I think the problem just &amp;quot;sort of&amp;quot; remains with the first anchor: &lt;a href=&quot;http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-retrieve-get.html#table-couchbase-sdk_net_get&quot;&gt;http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-retrieve-get.html#table-couchbase-sdk_net_get&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
it drops you into the page, a few lines below where the page starts.  I guess it&amp;#39;s not too big a deal, but looked to me like the problem still existed.&lt;br/&gt;
&lt;br/&gt;
Is it considered at all confusing that the order of operations on the &amp;quot;Chapter 6&amp;quot; page doesn&amp;#39;t match the order they are described on the 6.1 page?</comment>
                    <comment id="48725" author="mccouch" created="Mon, 28 Jan 2013 05:13:42 -0600"  >Hmm, well, the table at the head of the chapter should be sorted alphabetically (and it&amp;#39;s not), but the latter page should order the content in terms of how they are used (there is no point discussing the CAS without the simpler get() for example. &lt;br/&gt;
&lt;br/&gt;
The whole reason for the linking is that the order in the latter pages shouldn&amp;#39;t matter because you don&amp;#39;t have to scan for the right item - you are taken right to it. </comment>
                    <comment id="48726" author="perry" created="Mon, 28 Jan 2013 05:18:21 -0600"  >Okay, well it seems that for multiple SDK docs, the first method is getting anchored to *after* it&amp;#39;s introducing text...is that something we can fix?</comment>
                    <comment id="48727" author="mccouch" created="Mon, 28 Jan 2013 05:25:52 -0600"  >OK, post sorting fixed, now rebuilding.</comment>
                    <comment id="48742" author="mccouch" created="Mon, 28 Jan 2013 08:17:23 -0600"  >Fixed some additional areas where the text/tables are mismatched. &lt;br/&gt;
</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9898</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>