We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd83e31 commit 485fe65Copy full SHA for 485fe65
bookshelf/index.html
@@ -121,5 +121,10 @@ <h2>maubot</h2>
121
<h2>gomuks</h2>
122
<p>Documentation for using gomuks</p>
123
</a>
124
+ <a href="python/latest/" class="project">
125
+ <img src="./python.png" alt="🐍"/>
126
+ <h2>mautrix-python</h2>
127
+ <p>Documentation for developing things with mautrix-python (on readthedocs.io)</p>
128
+ </a>
129
</body>
130
</html>
bookshelf/python.png
86.1 KB
python/.gitignore
@@ -0,0 +1,2 @@
1
+*
2
+!.gitignore
robots.txt
@@ -0,0 +1,4 @@
+User-Agent: *
+Allow: /
3
+Disallow: /python/
4
+Allow: /python/latest/
0 commit comments