Template:SDK navigation: Difference between revisions

From Network for Advanced NMR
Jump to navigationJump to search
Created page with "<!-- Template:USNAN_SDK_Navbox --> {{Navbox | name = USNAN_SDK_Navbox | title = '''USNAN Python SDK''' | state = autocollapse | bodyclass = hlist | above = Main SDK page | group1 = Getting started | list1 = Install & SetupExamples | group2 = API reference | list2 = Client & ModelsDatasets..."
 
No edit summary
Line 1: Line 1:
<!-- Template:USNAN_SDK_Navbox -->
<div style="border:1px solid #aaa; padding: 1em; width: 350px; background:#F9F9F9; float:right; clear:right; margin:1em;">
{{Navbox
  <div style="font-size: 1.4em; font-weight: bold; margin-bottom: 0.5em;">Navigation of USNAN SDK Documentation</div>
| name  = USNAN_SDK_Navbox
  <ul>
| title = '''USNAN Python SDK'''
    <li><span style="font-size: 1.2em; font-weight: bold; font-style: italic;">USNAN Python SDK</span>
| state = autocollapse
      <ul>
| bodyclass = hlist
        <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN_Python_SDK|SDK Overview]]</span></li>
| above = [[USNAN_Python_SDK|Main SDK page]]


| group1 = Getting started
        <li><span style="font-size: 1.2em; font-weight: bold; font-style: italic;">Getting Started</span>
| list1  = [[USNAN_Python_SDK/Getting_Started|Install & Setup]] [[USNAN_Python_SDK/Examples|Examples]]
          <ul>
            <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN_Python_SDK/Getting_Started|Installation and Setup]]</span></li>
            <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN_Python_SDK/Examples|Example Usage]]</span></li>
          </ul>
        </li>


| group2 = API reference
        <li><span style="font-size: 1.2em; font-weight: bold; font-style: italic;">API Reference</span>
| list2  = [[USNAN_Python_SDK/API_Reference|Client & Models]] [[USNAN_Python_SDK/API_Reference#Datasets_API|Datasets]] [[USNAN_Python_SDK/API_Reference#Facilities_API|Facilities]] [[USNAN_Python_SDK/API_Reference#SearchConfig|SearchConfig]]
          <ul>
            <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN_Python_SDK/API_Reference|Class Reference]]</span></li>
            <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN_Python_SDK/API_Reference#Datasets_API|Datasets API]]</span></li>
            <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN_Python_SDK/API_Reference#Facilities_API|Facilities API]]</span></li>
            <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN_Python_SDK/API_Reference#SearchConfig|SearchConfig]]</span></li>
          </ul>
        </li>


| group3 = Resources
        <li><span style="font-size: 1.2em; font-weight: bold; font-style: italic;">External Resources</span>
| list3  = [https://github.com/NanNMR/PythonSDK GitHub] [https://pythonsdk.readthedocs.io/en/latest/ Read the Docs] [[USNAN Data Browser]]
          <ul>
}}
            <li><span style="font-weight: normal; font-size: 1.0em;">[https://github.com/NanNMR/PythonSDK GitHub Repository]</span></li>
            <li><span style="font-weight: normal; font-size: 1.0em;">[https://pythonsdk.readthedocs.io/en/latest/ Read the Docs]</span></li>
            <li><span style="font-weight: normal; font-size: 1.0em;">[[USNAN Data Browser|Web Data Browser]]</span></li>
          </ul>
        </li>
      </ul>
    </li>
  </ul>
</div>

Revision as of 17:36, 7 October 2025

Navigation of USNAN SDK Documentation