Modified the subitem style to match GitHub style

This commit is contained in:
Salvador E. Tropea 2020-03-24 00:07:11 -03:00
parent 7150549854
commit 397cae4373
1 changed files with 13 additions and 13 deletions

View File

@ -77,23 +77,23 @@ In this section you put all the things that you want to generate. This section
The available values for *type* are:
- Plot formats:
-- `gerber` the gerbers for fabrication.
-- `ps` postscript plot
--`hpgl` format for laser printers
-- `svg` scalable vector graphics
-- `pdf` portable document format
-- `dxf` mechanical CAD format
- `gerber` the gerbers for fabrication.
- `ps` postscript plot
-`hpgl` format for laser printers
- `svg` scalable vector graphics
- `pdf` portable document format
- `dxf` mechanical CAD format
- Drill formats:
-- `excellon` data for the drilling machine
-- `gerb_drill` drilling positions in a gerber file
- `excellon` data for the drilling machine
- `gerb_drill` drilling positions in a gerber file
- Pick & place
-- `position` of the components for the pick & place machine
- `position` of the components for the pick & place machine
- Documentation
-- `pdf_sch_print` schematic in PDF format
-- `pdf_pcb_print`PDF file containing one or more layer and the page frame
- `pdf_sch_print` schematic in PDF format
- `pdf_pcb_print`PDF file containing one or more layer and the page frame
- Bill of Materials
-- `kibom` BoM in HTML or CSV format generated by [KiBoM](https://github.com/INTI-CMNB/KiBoM)
-- `ibom` Interactive HTML BoM generated by [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom)
- `kibom` BoM in HTML or CSV format generated by [KiBoM](https://github.com/INTI-CMNB/KiBoM)
- `ibom` Interactive HTML BoM generated by [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom)
## Using KiPlot