Skip to content

Commit

Permalink
meh. wheres syntax highlighting?
Browse files Browse the repository at this point in the history
  • Loading branch information
bitplane committed Sep 24, 2023
1 parent 3f0f35e commit 01fadef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# License

Licensed under the WTFPL with one additional clause:

1. Don't blame me.
Expand Down
2 changes: 1 addition & 1 deletion arranges/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Type `make help` to see the other options, or run the one-liner scripts in the

## License

Free as in freedom from legalese; the [WTFPL with a warranty clause](../LICENSE).
Free as in freedom from legalese; the [WTFPL with a warranty clause](LICENSE.md).

Political note: I don't want to live in a world where lawyers tell me how to
speak. If you don't trust me enough to use the WTFPL then you shouldn't be
Expand Down
1 change: 1 addition & 0 deletions docs/LICENSE.md
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ theme:
features:
- navigation.expand_single_toc_entry
- navigation.sections
markdown_extensions:
- codehilite:
use_pygments: true
pygments_style: monokai

nav:
- 'index.md'
- 'construction.md'
- 'iteration.md'
- 'operators.md'
- 'models.md'
- 'pydoc.md'
- 'LICENSE'

0 comments on commit 01fadef

Please sign in to comment.