1
0
Fork 0
Commit graph

691 commits

Author SHA1 Message Date
Benjamin F
a6e61b6470 chore(docs): Add Utils.curveEdge() to API documentation 2022-12-12 18:39:59 +01:00
Joost De Cock
93d8835649
Merge pull request #3205 from BenJamesBen/dev-measurements-docs
fix(docs): Arrange measurements into a table with additional information
2022-12-12 17:50:49 +01:00
Benjamin F
0acf1d6207 fix(docs): Add code markdown to plugin names 2022-12-12 08:47:17 -08:00
Enoch Riese
25feb51e88 document new prelayout hook 2022-12-12 10:20:18 -06:00
Benjamin F
c62c38c863 fix(docs): Correct plugin-bust name 2022-12-12 07:49:53 -08:00
Benjamin F
34d72dcb8e fix(docs): Change to use plugin names 2022-12-12 07:48:49 -08:00
Benjamin F
4b481ced13 fix(docs): Use preferred plugin names 2022-12-12 07:39:25 -08:00
Benjamin F
eb95a9bdac (fix): Correct description of how pluginBust works 2022-12-12 07:31:55 -08:00
Benjamin F
5981fa9be9 fix(docs): Arrange measurements into a table with additional information 2022-12-11 10:22:56 -08:00
Joost De Cock
5e6cf7fcaf
Merge pull request #3202 from BenJamesBen/options-docs-fixes
fix(docs): Part Config Options documentation fixes
2022-12-11 18:36:14 +01:00
Benjamin F
922562ac25 chore(docs): Revert non-core API edits 2022-12-10 11:58:26 -08:00
Benjamin F
a8912b3e60 chore(docs): Revert changes to Extending Options documentation 2022-12-10 11:50:27 -08:00
Joost De Cock
7f446bbd1e
Merge pull request #3195 from BenJamesBen/store-docs-fix
fix(docs): Update Store API documentation
2022-12-10 17:08:51 +01:00
Joost De Cock
83f054bb34
Merge pull request #3196 from BenJamesBen/render-hooks-docs
fix(docs): Correct render hooks documentation URLs
2022-12-10 17:08:25 +01:00
Joost De Cock
d806ad4f0f
Merge pull request #3199 from BenJamesBen/macros-doc-updates
fix(docs): Updates to macros documentation
2022-12-10 17:08:07 +01:00
Benjamin F
1ba6fc4e7f fix(docs): Add paths to prevent Example clipping 2022-12-09 21:23:35 -08:00
Benjamin F
73a6b32ae5 fix(docs): Updates to macros documentation 2022-12-09 20:59:53 -08:00
Benjamin F
2b68cb89ff fix(docs): Correct render hooks documentation URLs 2022-12-09 08:26:33 -08:00
Benjamin F
e3b53ea1eb fix(docs): Update Store API documentation 2022-12-09 07:34:44 -08:00
Joost De Cock
630908519c
Merge pull request #3168 from BenJamesBen/measurements-docs-fix
fix(docs): Part measurements fix
2022-12-09 08:12:11 +01:00
Joost De Cock
d1c27b1438
Merge pull request #3170 from BenJamesBen/part-draft-docs
fix(docs): Part draft method typo correction
2022-12-09 08:05:12 +01:00
Joost De Cock
e73f1f1fa6
Merge pull request #3171 from BenJamesBen/plugins-docs-1
fix(docs): Corrections to plugin documentation.
2022-12-09 08:04:55 +01:00
Joost De Cock
9ac0ab59ba
Merge pull request #3179 from BenJamesBen/settext-docs-fix
fix(docs): Change Path.SetText() docs to use correct name
2022-12-09 08:03:36 +01:00
Joost De Cock
85c54d0431
Merge pull request #3187 from BenJamesBen/pattern-doc-fixes
fix(docs): Update and correct Pattern documentation
2022-12-09 08:01:33 +01:00
Joost De Cock
88b17bcee7
Merge pull request #3188 from BenJamesBen/pattern-sampleoptions-update
fix(core): Update Pattern.sampleOptions() and documentation
2022-12-09 08:00:27 +01:00
Benjamin F
2dea45febd fix(docs): Corrections to Points documentation 2022-12-08 22:37:22 -08:00
Benjamin F
0260a80534 fix(docs): Update Pattern.sampleOptions() documentation 2022-12-08 20:45:45 -08:00
Benjamin F
ee162bf99a fix(docs): Update and correct Pattern documentation 2022-12-08 20:40:31 -08:00
Benjamin F
2bddb66d87 fix(docs): Change Path.SetText() docs to use correct name 2022-12-07 21:03:29 -08:00
Benjamin F
b8686c4148 fix(docs): Part draft method corrections 2022-12-07 18:02:34 -08:00
Benjamin F
b53f97689f fix(docs): Corrections to plugin documentation. 2022-12-07 18:01:40 -08:00
Benjamin F
a687ca43d8 fix(docs): Update and correct Part Options docs 2022-12-07 17:30:51 -08:00
Benjamin F
13c18c5b7b fix(docs): Part measurements fix 2022-12-07 14:20:07 -08:00
Joost De Cock
6d8d435c24
Merge pull request #3141 from BenJamesBen/jargon-doc-typo
fix(docs): Typo in Using Jargon guide
2022-12-06 08:39:30 +01:00
Joost De Cock
5e23dcf407
Merge pull request #3142 from BenJamesBen/curveintersectsy-docs-typo-fix
fix(docs): Typo in utils.curveIntersectsY()
2022-12-06 08:39:14 +01:00
Benjamin F
ed45a27d31 fix(docs): utils.round() missing from Core API 2022-12-05 19:08:36 -08:00
Benjamin F
ad50b4cadf fix(docs): Typo in utils.curveIntersectsY() 2022-12-05 15:25:06 -08:00
Benjamin F
55050e0089 fix(docs): Typo in jargon file 2022-12-05 15:20:05 -08:00
Darigov Research
91db760664
fix: Adjusts wording to suggested format
Format from feedback in https://github.com/freesewing/freesewing/pull/3115
2022-12-03 22:50:07 +00:00
joostdecock
fab1e2f877 feat(core): Added Path.clean() method. Closes #3038 and #3056
This is a fix for bug #3038 which was investigated by @BenJamesBen
who also proposed a fix in PR #3056

However, after discussing the matter, we agreed it would be better
to have a generic method in core to guard against the issue of
spurious drawing operations.

This commit adds the `Path.clean()` method that does exactly that,
as well as its documentation.
2022-12-03 17:28:05 +01:00
Joost De Cock
4cc9471929
Merge pull request #3112 from darigovresearch/patch-4
fix: More copy updates to backend api docs
2022-12-03 16:40:02 +01:00
Joost De Cock
434a5bb2b1
Merge pull request #3113 from darigovresearch/patch-3
fix: Small semantic typo
2022-12-03 16:38:16 +01:00
joostdecock
440a273329 fix(markdown): Impemented fixes from #3115
These are changes suggested by @darigovresearch so all credit to them.

They were submitted in PR #3115 but that PR has a bunch of whitespace
changes and I am concerned they will have unintended side-effects on
some of the MDX components. So I'm extracting them here.
2022-12-03 16:34:38 +01:00
Darigov Research
3631bec601 fix: Multiple typo corrections to backend api docs 2022-11-26 18:48:43 +00:00
Darigov Research
da5cd671dd
fix: Makes small correction in backend api account page 2022-11-26 18:30:07 +00:00
Darigov Research
df0601bc51
fix: Small typos in RBAC 2022-11-26 18:28:02 +00:00
Darigov Research
78326f43f8
fix: Updates small typo in read api docs 2022-11-26 18:22:40 +00:00
Darigov Research
f5dac97aa4
fix: Semantic update to delete api keys docs 2022-11-26 18:20:32 +00:00
Darigov Research
c1812093b8
fix: Small semantic typo 2022-11-26 18:14:39 +00:00
Joost De Cock
a7ee716a8a wip(markdown): Work on backend docs 2022-11-20 16:10:54 +01:00