-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsidebarintro.html
More file actions
29 lines (23 loc) · 1.14 KB
/
sidebarintro.html
File metadata and controls
29 lines (23 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--Display the project logo at the top of the sidebar-->
<p class="logo">
<a href="#">
<img class="logo" src="_static/project-sidebar.png" alt="Project logo" />
</a>
</p>
<h3>Useful Links</h3>
<ul>
<li><a href="https://soso.readthedocs.io/en/latest/user/quickstart.html">Quickstart</a></li>
<li><a href="https://soso.readthedocs.io/en/latest/user/api.html">API Reference</a></li>
<li><a href="https://soso.readthedocs.io/en/latest/CHANGELOG.html">Release History</a></li>
<p></p>
<li><a href="https://soso.readthedocs.io/en/latest/dev/contributing.html">Contributors Guide</a></li>
<li><a href="https://soso.readthedocs.io/en/latest/dev/maintaining.html">Maintainers Guide</a></li>
<li><a href="https://soso.readthedocs.io/en/latest/dev/design.html">Project Design</a></li>
<p></p>
<li><a href="https://github.com/clnsmth/soso">soso @ GitHub</a></li>
<!-- <li><a href="https://pypi.org/project/soso/">soso @ PyPI</a></li>-->
<li><a href="https://github.com/clnsmth/soso/issues">Issue Tracker</a></li>
<li><a href="https://soso.readthedocs.io/en/latest/user/support.html">Support</a></li>
</ul>
<div id="native-ribbon">
</div>