Skip to content

Commit

Permalink
synced tab title, dropped old color code
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Jan 2, 2025
1 parent 2eedd60 commit 2110b35
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/API/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Animation alias nudging nodes
### pair.html

The function `PairSvg.render` generates the SVG content for a pair diagram
with [4-colors-per-stitch](/GroundForge-help/Color-Code).
with [4-colors-per-stitch](/GroundForge-help/color-rules).
The generated elements with class `link` have identifiers that concatenate
the identifiers of the source/target elements with class `node`.
The identifiers of the SVG elements are unique.
Expand Down
2 changes: 1 addition & 1 deletion docs/API/pair.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title lang="en">GF: pair diagram demonstrator</title>
<title lang="en">GF; Pair diagram demonstrator</title>
<style>#animated, #initial { display: inline-block; overflow: auto; resize: both; width: 300px; height: 400px; }</style>
<script src="../js/d3.v4.min.js" type="text/javascript"></script>
<script src="../js/GroundForge-opt.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/API/proto.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title lang="en">GF: prototype diagram demonstrator</title>
<title lang="en">GF; Prototype diagram demonstrator</title>
<style>
div { display: inline-block; height: 300px; width: 300px; overflow: auto; resize: both }
input { display: none; vertical-align: top; font-size: 5px; border: 0; padding: 1px; margin: 0; }
Expand Down
2 changes: 1 addition & 1 deletion docs/API/sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title lang="en">GF: demonstrators</title>
<title lang="en">GF; Demonstrators</title>
<style>div { display: inline-block } #proto { height: 300px; width: 300px; overflow: auto; resize: both } input{display: none}</style>
<script src="../js/d3.v4.min.js" type="text/javascript"></script>
<script src="../js/GroundForge-opt.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/API/thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title lang="en">GF: thread diagram demonstrator</title>
<title lang="en">GF; Thread diagram demonstrator</title>
<style>div { display: inline-block; overflow: auto; resize: both; width: 600px; height: 800px; }</style>
<script src="../js/d3.v4.min.js" type="text/javascript"></script>
<script src="../js/GroundForge-opt.js" type="text/javascript"></script>
Expand Down
4 changes: 1 addition & 3 deletions docs/_includes/Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
![-](/GroundForge/images/minimize.png)
* [Apply forces](/GroundForge-help/Icons) ![-](/GroundForge/images/animate.png)
* [Download](/GroundForge-help/Download) ![-](/GroundForge/images/download.jpg)
* Color codes, twist marks
* [1 color per stitch](/GroundForge-help/Color-Code)
* [up to 4 per stitch](/GroundForge-help/color-rules) ![-](/GroundForge/images/to-color-rules.png)
* [color-code](/GroundForge-help/color-rules) ![-](/GroundForge/images/to-color-rules.png)

### Tutorials

Expand Down
4 changes: 2 additions & 2 deletions docs/droste.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title lang="en">GF: Pair diagrams from thread diagrams</title>
<title lang="en">GF; Pair diagrams from thread diagrams</title>
<script src="js/d3.v4.min.js" type="text/javascript"></script>
<script src="js/GroundForge-opt.js" type="text/javascript"></script>
<script src="js/showGraph.js" type="text/javascript"></script>
Expand Down Expand Up @@ -38,7 +38,7 @@ <h2>GroundForge: Pair diagrams from thread diagrams</h2>
<li>Features on this page
<ul>
<li><a target="_blank" href="/GroundForge-help/Droste-effect">Droste effect</a></li>
<li><a target="_blank" href="/GroundForge-help/Color-Code#for-the-droste-diagrams">Color code (1 per stitch)</a></li>
<li><a target="_blank" href="/GroundForge-help/color-rules">Color code (4 per stitch)</a></li>
<li><a target="_blank" href="/GroundForge-help/Download">Download</a></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/mix4snow/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Snowflakes
title: GF; Mix Snowflakes
javascript:
- d3.v4.min.js
- GroundForge-opt.js
Expand Down
2 changes: 1 addition & 1 deletion docs/nets.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title lang="en">GroundForge: Net variations</title>
<title lang="en">GF; Net variations</title>
<style>
figure { display: inline-block; margin: 10px; vertical-align: top; }
#diagrams { min-height: 17em; }
Expand Down
2 changes: 1 addition & 1 deletion docs/pattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/GroundForge-opt.js" type="text/javascript"></script>
<title lang="en">GF: assemble a pair diagram</title>
<title lang="en">GF;Assemble a pair diagram</title>
<meta name="description" content="Choose patterns and stitches to generate diagrams for grounds of bobbin lace">
<meta name="keywords" content="bobbin lace, pair diagram, thread diagram, patterns, stitches">
<script src="js/pattern.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/stitches.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title lang="en">GF: Stitches and threads</title>
<title lang="en">GF; Stitches and threads</title>
<script src="js/d3.v4.min.js" type="text/javascript"></script>
<script src="js/GroundForge-opt.js" type="text/javascript"></script>
<script src="js/nudgePairs.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/symmetry.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title lang="en">GF: pair diagram symmetries</title>
<title lang="en">GF; Pair diagram symmetries</title>
<link rel="stylesheet" href="css/header.css" type="text/css">
<style>
input[type=number] { width: 3em; }
Expand Down

0 comments on commit 2110b35

Please sign in to comment.