README.md: update the list of kicad directories

This commit is contained in:
jean-pierre charras 2020-05-16 13:16:27 +02:00
parent 44ea281210
commit 9635b38ef0
1 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@ You may also take a look into the [Wiki](https://gitlab.com/kicad/code/kicad/-/w
* [helpers](helpers) - Helper tools and utilities for development * [helpers](helpers) - Helper tools and utilities for development
* [include](include) - Interfaces to the common library * [include](include) - Interfaces to the common library
* [kicad](kicad) - Sourcecode of the project manager * [kicad](kicad) - Sourcecode of the project manager
* [lib_dxf](lib_dxf) - Sourcecode of the dxf reader/writer library * [libs](libs) - Sourcecode of kicad utilities (geometry and others)
* [new](new) - Staging area for the new schematic library format * [new](new) - Staging area for the new schematic library format
* [pagelayout_editor](pagelayout_editor) - Sourcecode of the pagelayout editor * [pagelayout_editor](pagelayout_editor) - Sourcecode of the pagelayout editor
* [patches](patches) - Collection of patches for external dependencies * [patches](patches) - Collection of patches for external dependencies
@ -52,6 +52,7 @@ You may also take a look into the [Wiki](https://gitlab.com/kicad/code/kicad/-/w
* [scripting](scripting) - SWIG Python scripting definitions and build scripts * [scripting](scripting) - SWIG Python scripting definitions and build scripts
* [scripts](scripts) - Example scripts for distribution with KiCad * [scripts](scripts) - Example scripts for distribution with KiCad
* [template](template) - Project and pagelayout templates * [template](template) - Project and pagelayout templates
* [thirdparty](thirdparty) - Sourcecode of external libraries used in kicad but not written by Kicad team
* [tools](tools) - Other miscellaneous helpers for testing * [tools](tools) - Other miscellaneous helpers for testing
* [utils](utils) - Small utils for kicad, e.g. IDF tools * [utils](utils) - Small utils for kicad, e.g. IDF, STEP and OGL tools and converters