forked from johnbeard/kiplot
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Populate][Added] Basic support for regular list items
Closes #480
- Loading branch information
Showing
6 changed files
with
85 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# PCBA Manual | ||
|
||
- [PCBA Manual](#pcba-manual) | ||
- [PCB Top assembly](#pcb-top-assembly) | ||
- [Conclusion](#conclusion) | ||
|
||
## PCB Top assembly | ||
|
||
First step in the assembly is the populating of the TOP face. | ||
|
||
- [[front | ]] This is the front side of the board we are populating | ||
|
||
## Conclusion | ||
|
||
This is the end of the demo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
kiplot: | ||
version: 1 | ||
|
||
outputs: | ||
- name: PcbDraw | ||
comment: "How to draw a step" | ||
type: pcbdraw | ||
run_by_default: false | ||
options: | ||
format: png | ||
|
||
- name: Populate | ||
comment: "Populate example" | ||
type: populate | ||
dir: PopulateSimple | ||
options: | ||
renderer: PcbDraw | ||
input: tests/data/populate_with_toc.md | ||
|
||
- name: Populate MD | ||
comment: "Populate example" | ||
type: populate | ||
dir: PopulateSimple | ||
options: | ||
renderer: PcbDraw | ||
input: tests/data/populate_with_toc.md | ||
format: md |