Skip to content

Commit

Permalink
Merge pull request #111 from cityofaustin/dev
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
johnclary authored Apr 15, 2022
2 parents 1663d16 + f48362e commit cf23664
Show file tree
Hide file tree
Showing 31 changed files with 602 additions and 468 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Publish dev package to PyPI

on:
pull_request:
push:
branches: [ "dev" ]

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.formatting.provider": "black"
}
4 changes: 2 additions & 2 deletions coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<title>404 Page not found | Knackpy</title>
<link rel="manifest" href="/knackpy/manifest.json">
<link rel="icon" href="/knackpy/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/knackpy/book.min.134b70e5316650a530cb42e4e8630b2a01d532bebfc0337028211175336e4806.css" integrity="sha256-E0tw5TFmUKUwy0Lk6GMLKgHVMr6/wDNwKCERdTNuSAY=">
<script defer src="/knackpy/en.search.min.918334cf30e386ef49c8a26f51ed1e56c68d191b4678f3075af4baf1dece1fee.js" integrity="sha256-kYM0zzDjhu9JyKJvUe0eVsaNGRtGePMHWvS68d7OH&#43;4="></script>
<link rel="stylesheet" href="/knackpy/book.min.bf064a71a8e587ec4bfe3f4ec7da33e2110269e1cd15b03e0a984aa16eeec2ab.css" integrity="sha256-vwZKcajlh&#43;xL/j9Ox9oz4hECaeHNFbA&#43;CphKoW7uwqs=">
<script defer src="/knackpy/en.search.min.f02c68b749284000fba8fe6404e0e70d71cd1c4c084baaf281891dd8ccbcdcc2.js" integrity="sha256-8Cxot0koQAD7qP5kBODnDXHNHEwIS6rygYkd2My83MI="></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions docs/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" dir=>

<head>
<meta name="generator" content="Hugo 0.74.1" />
<meta name="generator" content="Hugo 0.97.0" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
Expand All @@ -14,8 +14,8 @@
<title>Categories | Knackpy</title>
<link rel="manifest" href="/knackpy/manifest.json">
<link rel="icon" href="/knackpy/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/knackpy/book.min.134b70e5316650a530cb42e4e8630b2a01d532bebfc0337028211175336e4806.css" integrity="sha256-E0tw5TFmUKUwy0Lk6GMLKgHVMr6/wDNwKCERdTNuSAY=">
<script defer src="/knackpy/en.search.min.918334cf30e386ef49c8a26f51ed1e56c68d191b4678f3075af4baf1dece1fee.js" integrity="sha256-kYM0zzDjhu9JyKJvUe0eVsaNGRtGePMHWvS68d7OH&#43;4="></script>
<link rel="stylesheet" href="/knackpy/book.min.bf064a71a8e587ec4bfe3f4ec7da33e2110269e1cd15b03e0a984aa16eeec2ab.css" integrity="sha256-vwZKcajlh&#43;xL/j9Ox9oz4hECaeHNFbA&#43;CphKoW7uwqs=">
<script defer src="/knackpy/en.search.min.f02c68b749284000fba8fe6404e0e70d71cd1c4c084baaf281891dd8ccbcdcc2.js" integrity="sha256-8Cxot0koQAD7qP5kBODnDXHNHEwIS6rygYkd2My83MI="></script>
<link rel="alternate" type="application/rss+xml" href="https://cityofaustin.github.io/knackpy/categories/index.xml" title="Knackpy" />
<!--
Made with Book Theme
Expand Down Expand Up @@ -178,7 +178,7 @@ <h2 class="book-brand">



<script>(function(){var menu=document.querySelector("aside.book-menu nav");addEventListener("beforeunload",function(event){localStorage.setItem("menu.scrollTop",menu.scrollTop);});menu.scrollTop=localStorage.getItem("menu.scrollTop");})();</script>
<script>(function(){var e=document.querySelector("aside.book-menu nav");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>



Expand Down Expand Up @@ -240,8 +240,6 @@ <h2 class="book-brand">








Expand Down
8 changes: 2 additions & 6 deletions docs/categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<link>https://cityofaustin.github.io/knackpy/categories/</link>
<description>Recent content in Categories on Knackpy</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>

<atom:link href="https://cityofaustin.github.io/knackpy/categories/index.xml" rel="self" type="application/rss+xml" />


<language>en-us</language><atom:link href="https://cityofaustin.github.io/knackpy/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
</rss>
11 changes: 10 additions & 1 deletion docs/categories/page/1/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://cityofaustin.github.io/knackpy/categories/</title><link rel="canonical" href="https://cityofaustin.github.io/knackpy/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://cityofaustin.github.io/knackpy/categories/" /></head></html>
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://cityofaustin.github.io/knackpy/categories/</title>
<link rel="canonical" href="https://cityofaustin.github.io/knackpy/categories/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://cityofaustin.github.io/knackpy/categories/">
</head>
</html>
Loading

0 comments on commit cf23664

Please sign in to comment.