Skip to content

Commit

Permalink
Deploying to gh-pages from @ 47a9d01 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnold committed Aug 27, 2024
0 parents commit 18ee8b8
Show file tree
Hide file tree
Showing 62 changed files with 8,818 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 04770a615c245af30d131eb03a723c07
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
264 changes: 264 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,264 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Changelog &mdash; timew-addons 0.1.2.dev8+g47a9d01 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=911442d0"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="timew_status.utils module" href="api/timew_status.utils.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="index.html" class="icon icon-home">
timew-addons
<img src="_static/timew.png" class="logo" alt="Logo"/>
</a>
<div class="version">
0.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="README.html">Timewarrior addon bits</a></li>
<li class="toctree-l1"><a class="reference internal" href="api/modules.html">timew_status</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.2.0 (2024-08-25)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#new">New</a></li>
<li class="toctree-l3"><a class="reference internal" href="#changes">Changes</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.1.1 (2024-08-20)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id3">New</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id4">Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#fixes">Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#other">Other</a></li>
</ul>
</li>
</ul>
</li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">timew-addons</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">Changelog</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/CHANGELOG.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
<section id="id1">
<h2>0.2.0 (2024-08-25)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<section id="new">
<h3>New<a class="headerlink" href="#new" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Add menu option to install extensions, beef up tests. [Stephen Arnold]</p>
<ul>
<li><p>add some pytest fixtures and more tests, improve readme</p></li>
<li><p>refactor for correctness and testability, cleanup packaging</p></li>
</ul>
</li>
</ul>
</section>
<section id="changes">
<h3>Changes<a class="headerlink" href="#changes" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Refactor doc extensions to use apidoc, add docs logo icon. [Stephen
Arnold]</p>
<ul>
<li><p>cleanup more docstrings and sphinx modules</p></li>
</ul>
</li>
<li><p>Update changelog for next version, remove sphinx git hash. [Stephen
Arnold]</p>
<ul>
<li><p>also suppress duplicate label warnings from autosectionlabel</p></li>
</ul>
</li>
<li><p>Respin doc symlinks using vendored copies. [Stephen Arnold]</p></li>
<li><p>Update docs and packaging, post refactoring cleanup. [Stephen Arnold]</p>
<ul>
<li><p>add symlinks so icons are available for both sphinx and GH rendering</p></li>
<li><p>optionally disable seat-timer by setting params to 00:00</p></li>
</ul>
</li>
</ul>
</section>
</section>
<section id="id2">
<h2>0.1.1 (2024-08-20)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<section id="id3">
<h3>New<a class="headerlink" href="#id3" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Update readme, add sphinx docs build, cleanup docstrings. [Stephen L
Arnold]</p>
<ul>
<li><p>add example extension based on totals for use without jtag split</p></li>
<li><p>update base config with extension_script key for script name</p></li>
</ul>
</li>
<li><p>Add a changelog plus .gitchangelog.rc and update tox env. [Stephen L
Arnold]</p></li>
<li><p>Reset seat counter on stop after err, plus cleanup. [Stephen L Arnold]</p>
<ul>
<li><p>abstract out delta_limits, hide some prints behind DEBUG</p></li>
</ul>
</li>
<li><p>Wire up seat-time counter and related value checks. [Stephen L Arnold]</p></li>
<li><p>Add tag editing widget for start cmd plus a simple test. [Stephen L
Arnold]</p>
<ul>
<li><p>update config with more tag parameters, allow last_tag reuse</p></li>
</ul>
</li>
<li><p>Add default yaml config file with platform user dirs. [Stephen L
Arnold]</p></li>
<li><p>Add app and indicator icons, update packaging. [Stephen L Arnold]</p></li>
<li><p>Add very minimal example appindicator gui. [Stephen L Arnold]</p></li>
</ul>
</section>
<section id="id4">
<h3>Changes<a class="headerlink" href="#id4" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Add config option to select symbolic icons instead of default. [Steve
Arnold]</p>
<ul>
<li><p>revert the .keepdir bits and cleanup sphinx config and index</p></li>
<li><p>update changelog and get ready for release version, cleanup
docs CI workflows</p></li>
</ul>
</li>
<li><p>Still more readme updates and a docstring tweak. [Stephen L Arnold]</p></li>
<li><p>Try setting position and gravity options, cleanup entry window bits.
[Stephen L Arnold]</p></li>
<li><p>Try rounding a Decimal for timer status. [Stephen L Arnold]</p>
<ul>
<li><p>revert app icon back to red</p></li>
</ul>
</li>
<li><p>Add menu option to reset seat timer, string and extensions cleanup.
[Stephen L Arnold]</p>
<ul>
<li><p>add extension scripts to package data, install to pfx/lib/name</p></li>
</ul>
</li>
<li><p>Remove geoip menu option and rename indicator status icons. [Stephen L
Arnold]</p></li>
<li><p>Cleanup menu and doc strings, add icon for inactive state. [Stephen L
Arnold]</p></li>
<li><p>Cleanup icon names and expand tox file. [Stephen L Arnold]</p></li>
<li><p>Cleanup state mechanism, compare timedeltas not strings. [Stephen L
Arnold]</p></li>
<li><p>Flesh out basic indicator bits, use static cfg for now. [Stephen L
Arnold]</p></li>
<li><p>Add terse output mode via INDICATOR_FMT environment var. [Stephen L
Arnold]</p>
<ul>
<li><p>prints CSV rows of per-jobtag totals plus total total</p></li>
</ul>
</li>
</ul>
</section>
<section id="fixes">
<h3>Fixes<a class="headerlink" href="#fixes" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Update doc deploy workflows per current deploy action docs. [Steve
Arnold]</p>
<ul>
<li><p>use permissions instead of the older github token setting</p></li>
</ul>
</li>
<li><p>Even more docstring and readme/rst doc cleanup. [Stephen L Arnold]</p></li>
<li><p>Cleanup some oddball link anchors flagged by sphinx check. [Stephen L
Arnold]</p></li>
</ul>
</section>
<section id="other">
<h3>Other<a class="headerlink" href="#other" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Enable pre-commit and apply some cleanup. [Stephen L Arnold]</p></li>
<li><p>Initial commit base files plus 2 timew extensions. [Stephen L Arnold]</p></li>
<li><p>Initial commit. [Steve Arnold]</p></li>
</ul>
</section>
</section>
</section>


</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="api/timew_status.utils.html" class="btn btn-neutral float-left" title="timew_status.utils module" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
</div>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2024, Stephen L Arnold.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
Loading

0 comments on commit 18ee8b8

Please sign in to comment.