mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 11:34:09 +02:00
Reformatted CLI examples in docs, refs #551
This commit is contained in:
parent
e240133b11
commit
0b817944f7
2 changed files with 846 additions and 342 deletions
5
docs/_templates/base.html
vendored
5
docs/_templates/base.html
vendored
|
|
@ -7,6 +7,11 @@
|
|||
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<style type="text/css">
|
||||
.highlight-output .highlight {
|
||||
border-left: 9px solid #30c94f;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
// Show banner linking to /stable/ if this is a /latest/ page
|
||||
|
|
|
|||
1183
docs/cli.rst
1183
docs/cli.rst
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue