Revar Desmera
f53117b209
Moving to BelfrySCAD org.
2023-05-21 21:00:05 -07:00
Revar Desmera
8cb006cd46
Improved mkdocspdf.sh
2023-05-08 16:45:38 -07:00
Revar Desmera
6f6a427e4e
Added mkdocspdf.sh script.
2023-05-06 17:55:17 -07:00
Garth Minette
ec2827eb83
Added find_modular_asserts.sh
2022-09-03 17:00:11 -07:00
Garth Minette
31e91f69a2
Added img2scad.py script.
2022-05-17 22:36:30 -07:00
Revar Desmera
59bf523908
Lots of docs tweaks for openscad-docsgen v2
2021-12-13 15:48:30 -08:00
Garth Minette
ce587b9ad7
Added test-file mismatch warnings to func_coverage.py
2021-10-26 22:30:42 -07:00
Garth Minette
64f9a3ebe8
Correct for GNU grep syntax.
2021-06-22 19:53:33 -07:00
Garth Minette
5b4b5e3439
Added tabs code check.
2021-06-22 19:44:47 -07:00
Garth Minette
9d9234513d
Fix regressions return code.
2021-06-10 15:25:34 -07:00
Garth Minette
4c53de802d
Fix for sed in increment_version.sh
2021-05-21 02:19:14 -07:00
Michael Diamond
0666f6482c
Refactor and tidy BOSL's shell scripts
...
* Fixed ShellCheck.net warnings, including
* exit -1: https://github.com/koalaman/shellcheck/wiki/SC2242
* cd || exit: https://github.com/koalaman/shellcheck/wiki/SC2164
* "$foo": https://github.com/koalaman/shellcheck/wiki/SC2086
* $(( $foo )): https://github.com/koalaman/shellcheck/wiki/SC2004
* grep | wc -l: https://github.com/koalaman/shellcheck/wiki/SC2126
* Use arrays instead of unquoted strings for loops and command arguments
* Use (( ... )) arithmetic context instead of string comparisons
* Use bash's built-in regex support instead of grep+sed+awk
* Write errors to stderr
2021-05-21 01:01:15 -07:00
Garth Minette
165a454ff9
Attachments tutorial bugfixes.
2021-04-26 15:52:23 -07:00
Garth Minette
fe788f56b5
Updated tutorials.
2021-04-17 19:17:44 -07:00
Garth Minette
ae586738a9
Added script to shrink wiki repo to just current files.
2021-02-24 16:42:09 -08:00
Garth Minette
6cfbc538fc
Re-work to use openscad_docsgen package.
2021-02-19 19:56:43 -08:00
Garth Minette
654389db93
Added INCH=25.4 constant.
2021-02-06 22:36:16 -08:00
Garth Minette
3166e49292
Documentation generation formatting fix.
2021-02-02 03:38:10 -08:00
Garth Minette
678dce5796
Improved documentation generation for arguments.
2021-01-23 14:41:06 -08:00
Garth Minette
e0614732b6
Added hover-text for argument tables.
2021-01-05 13:59:02 -08:00
Garth Minette
20a21a5d9a
Corrected image generation doubled-commoncode bug.
2021-01-05 01:48:29 -08:00
Garth Minette
f9aa81e178
Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits.
2021-01-05 01:20:01 -08:00
Garth Minette
36298b38d6
Added Mutators tutorial to generation list.
2020-12-29 21:21:12 -08:00
Garth Minette
2b0a129212
Basic_Shapes.md -> Shapes2d & Shapes3d
2020-12-28 02:12:21 -08:00
Hans Loeblich
d287dfe9f1
Check openscad return code in run_tests.sh
...
I found that even though my openscad was crashing on tests_hull.scad, this script reported that it had passed. This change saves the exit code of the openscad command, and checks that it is 0 (success).
2020-12-16 15:46:23 -06:00
Garth Minette
0874bfcc43
Fixes for turtle3d docs.
2020-12-12 17:11:19 -08:00
Garth Minette
82c87e4bd4
Added linecount.sh script.
2020-10-21 00:23:12 -07:00
Garth Minette
21e9dfa1bf
Docs formatting and gear example image fixes.
2020-10-19 23:52:46 -07:00
Garth Minette
38873d8ef9
Fixed a bunch of docs errors with Usage headers.
2020-10-03 20:29:35 -07:00
Garth Minette
8331d8e803
Cheat Sheet ordering tweak.
2020-09-01 01:23:01 -07:00
Garth Minette
cb36b5d94f
Bugfixes for cheat sheet generation.
2020-09-01 00:54:27 -07:00
Garth Minette
38a4c12032
Cheat Sheet generation script bugfixes.
2020-08-31 18:03:48 -07:00
Garth Minette
7c42c7f5e3
Added libfile names to index.
2020-08-31 17:31:55 -07:00
Garth Minette
7051f8ef19
Fixed cheatsheet index link.
2020-08-28 00:06:28 -07:00
Garth Minette
e344de4aa4
Added cheat-sheet generation script.
2020-08-27 22:29:11 -07:00
Adrian Mariano
e2817ae64d
removed references to errors.scad
2020-08-02 01:18:33 -04:00
Garth Minette
b5d465cf1e
docs_gen.py now shows more docs errors.
2020-07-27 15:15:34 -07:00
Garth Minette
598ae04ba5
Tighten image comparison requirements.
2020-07-19 05:39:49 -07:00
Garth Minette
7f5257fefb
Allow running single test scripts.
2020-06-30 17:18:33 -07:00
Revar Desmera
fdcd7453b3
Regression fails should fail CI.
2020-06-19 23:25:59 -07:00
Revar Desmera
4cfd38e24f
Regression test CI fix.
2020-06-19 23:18:04 -07:00
Revar Desmera
f727a9c3f1
Add regression run to CI.
2020-06-19 23:00:40 -07:00
Revar Desmera
f2af703240
Fix mktemp error in github actions.
2020-06-19 19:55:14 -07:00
Revar Desmera
33c8751f4a
Make python scripts refer more generically to python3 instead of python3.7
2020-06-19 18:27:34 -07:00
Revar Desmera
761421a148
Made func_coverace.py more robust.
2020-06-14 20:54:16 -07:00
Revar Desmera
02789c91d9
Fix lone period bug in docs parser.
2020-05-25 15:34:15 -07:00
Revar Desmera
fe2d59a875
Getting screws.scad in docs.
2020-05-24 22:31:36 -07:00
Revar Desmera
719a80c5d0
Tweak docs gen to allow a lone period on a line to break a paragraph.
2020-05-23 19:17:32 -07:00
Revar Desmera
ca1d46d641
Fixed basic shapes tutorial images for 2D.
2020-05-05 15:11:08 -07:00
Revar Desmera
feb1e21c9b
Fixed tutorial refs to circle() when we wanted oval() instead.
2020-05-05 15:01:28 -07:00