Compare commits
	
		
			5 Commits
		
	
	
		
			update-py-
			...
			guide
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | f613818263 | ||
|   | 36ea283b42 | ||
|   | a7766de797 | ||
|   | b67e31efe8 | ||
|   | 7ac4933386 | 
| @@ -22,6 +22,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: | ||||
| .cs { color: #a2a2a2; font-style: italic } /* Comment.Special */ | ||||
| .gd { color: #777777 } /* Generic.Deleted */ | ||||
| .ge { color: #777777 } /* Generic.Emph */ | ||||
| .ges { color: #777777 } /* Generic.EmphStrong */ | ||||
| .gr { color: #777777 } /* Generic.Error */ | ||||
| .gh { color: #777777 } /* Generic.Heading */ | ||||
| .gi { color: #777777 } /* Generic.Inserted */ | ||||
|   | ||||
| @@ -1,3 +1,8 @@ | ||||
| sanic>=23.6.* | ||||
| sanic-ext>=23.6.* | ||||
| msgspec | ||||
| python-frontmatter | ||||
| pygments | ||||
| docstring-parser | ||||
| libsass | ||||
| mistune | ||||
|   | ||||
| @@ -1,3 +1,11 @@ | ||||
| """Sanic  User Guide | ||||
|  | ||||
| https://sanic.dev | ||||
|  | ||||
| Built using the SHH stack: | ||||
| - Sanic | ||||
| - html5tagger | ||||
| - HTMX""" | ||||
| from pathlib import Path | ||||
|  | ||||
| from webapp.worker.factory import create_app | ||||
|   | ||||
		Reference in New Issue
	
	Block a user