forked from LibrePCB/LibrePCB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links to doxygen documentation
It was moved from https://doxygen.librepcb.org/master/ to https://doxygen.librepcb.org/. Branches are now available at https://doxygen.librepcb.org/_branches/.
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# Development Resources | ||
|
||
This directory contains various resources for developers: | ||
|
||
- A [demo workspace](https://github.com/LibrePCB/demo-workspace) for testing LibrePCB | ||
- Some diagrams about the software architecture (class diagrams, library architecture diagrams, ...) | ||
- Docker containers | ||
- [Doxygen documentation](https://doxygen.librepcb.org/master/) | ||
- [Doxygen documentation](https://doxygen.librepcb.org/) | ||
([all branches](https://doxygen.librepcb.org/_branches/)) | ||
- and more... | ||
|
||
|
||
Useful Links: | ||
|
||
- [Gerber File Format:](https://www.ucamco.com/en/guest/downloads) [Specifications](https://www.ucamco.com/files/downloads/file/81/the_gerber_file_format_specification.pdf) | [PCB Fabrication Data Guide](https://www.ucamco.com/files/downloads/file/130/pcb%20fabrication%20data%20-%20a%20guide.pdf) | ||
- Excellon File Format: http://web.archive.org/web/20071030075236/http://www.excellon.com/manuals/program.htm | ||
- Online 3D PCB Viewer: http://mayhewlabs.com/webGerber/ |