File: sidebar-quicklinks.html

package info (click to toggle)
python-mne 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100,172 kB
  • sloc: python: 166,349; pascal: 3,602; javascript: 1,472; sh: 334; makefile: 236
file content (12 lines) | stat: -rw-r--r-- 926 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<div class="card d-none d-md-block mt-4">
    <h5 class="card-header font-weight-bold">Version {{ release }}</h5>
    <div class="card-body">
        <ul class="list-group list-group-flush list-unstyled quicklinks">
            <li><a href="{{ pathto('auto_tutorials/index.html', 1) }}"><i class="text-muted fas fa-book fa-fw"></i> Tutorials</a></li>
            <li><a href="{{ pathto('whats_new.html', 1) }}"><i class="text-muted fas fa-newspaper fa-fw"></i> Changelog</a></li>
            <li><a href="{{ pathto('overview/get_help.html', 1) }}"><i class="text-muted fas fa-circle-question fa-fw"></i> Get help</a></li>
            <li><a href="{{ pathto('overview/cite.html', 1) }}"><i class="text-muted fas fa-quote-left fa-fw"></i> Cite</a></li>
            <li><a href="{{ pathto('install/contributing.html', 1) }}"><i class="text-muted fas fa-code-branch fa-fw"></i> Contribute</a></li>
        </ul>
    </div>
</div>