Skip to content
Snippets Groups Projects

Backport sphinx documentation to binary wheel package

Merged Corné Lukken requested to merge documentation into main
5 files
+ 16
8
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -3,4 +3,4 @@
@@ -3,4 +3,4 @@
def greeter():
def greeter():
"""Prints a nice message"""
"""Prints a nice message"""
print("Hello World!")
print("Hello World!, test line over 80 but not 88 characters on a single line")
Loading