Seth Fischer

Results 13 issues of Seth Fischer

Fix a link to a GitHub.com directory listing. So the link is not broken when the documentation is built with MkDocs #360.

Format Markdown with markdownlint. VSCode extension: DavidAnson.vscode-markdownlint VSCode extension code: https://github.com/DavidAnson/vscode-markdownlint Command-line tool: https://github.com/DavidAnson/markdownlint Closes #362

Issue #317 proposes the introduction of built documentation using *MkDocs*. There are currently a few bugs in the rendered HTML generated by *MkDocs*. However, these can all be fixed with...

Documentation build proof-of-concept using [*MkDocs*](https://www.mkdocs.org/). Two *MkDocs* themes have been investigated: * [readthedocs](https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs) #360 **[Currently deployed](https://osr-demo.readthedocs.io/)** * ~~[Material](https://squidfunk.github.io/mkdocs-material/) #318~~ Preference has been indicated for #360 as it supports versioned documentation....

This is a proof-of-concept. See #317 for discussion. Closes #317

[MkDocs](https://www.mkdocs.org/) with [readthedocs](https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs) theme which has version support. Closes #317

Figures are displayed in two styles. 1. Image followed by an emphasized caption: ```markdown ![](../images/calibration/is6.png) **Figure 6** ``` 2. Figure and caption within a table: ```markdown | | |:-:| |...

The designation letter for the control board PCB test points is "T" (T1-T20). The parts list has references **T1**-**T11** which are spacers and threaded stand-offs. To avoid ambiguity the test...

Tested on Ubuntu 20.04 with Python 3.9. ## Pip ``` python3.9 -m venv .venv . .venv/bin/activate pip install -U pip pip install git+https://github.com/sethfischer/CQ-editor.git@352-setup-deps ``` ## Poetry Experimental. ``` python3.9 -m...

I've created a [custom burn test generator](https://github.com/sethfischer/boxes-builds/blob/a627aa0aa13551312615170d80b02ac74200a8c5/generators/burntestcustom.py) which adds the options to etch the date and/or an identifier onto the parts. The additional options are: * `--date`: add current date...

enhancement