m-labs / artiq

A leading-edge control system for quantum information experiments
https://m-labs.hk/artiq
GNU Lesser General Public License v3.0
426 stars 198 forks source link

Use nixpkgs sphinxcontrib-wavedrom #2385

Closed fsagbuya closed 6 months ago

fsagbuya commented 6 months ago

ARTIQ Pull Request

Description of Changes

Use nixpkgs sphinxcontrib-wavedrom.

Source: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/sphinxcontrib-wavedrom/default.nix

Related Issue

Type of Changes

Type
:hammer: Refactoring

All Pull Requests

Code Changes

artiq-manual-pdf:

nix build .#artiq-manual-pdf -L --show-trace && ls -lhLs ./result/
total 844K
840K -r--r--r-- 2 root root 837K Jan  1  1970 ARTIQ.pdf
4.0K dr-xr-xr-x 2 root root 4.0K Jan  1  1970 nix-support

artiq-manual-html:

nix build .#artiq-manual-html -L --show-trace && ls -lhLs ./result/
total 1.7M
 28K -r--r--r-- 2 root root  25K Jan  1  1970 compiler.html
 24K -r--r--r-- 2 root root  22K Jan  1  1970 core_device.html
652K -r--r--r-- 2 root root 652K Jan  1  1970 core_drivers_reference.html
 88K -r--r--r-- 2 root root  88K Jan  1  1970 core_language_reference.html
 12K -r--r--r-- 2 root root 9.1K Jan  1  1970 default_network_ports.html
 36K -r--r--r-- 2 root root  35K Jan  1  1970 developing_a_ndsp.html
 16K -r--r--r-- 2 root root  13K Jan  1  1970 developing.html
 24K -r--r--r-- 2 root root  23K Jan  1  1970 drtio.html
 16K -r--r--r-- 2 root root  15K Jan  1  1970 environment.html
 24K -r--r--r-- 2 root root  21K Jan  1  1970 faq.html
 96K -r--r--r-- 2 root root  94K Jan  1  1970 genindex.html
 64K -r--r--r-- 2 root root  61K Jan  1  1970 getting_started_core.html
 28K -r--r--r-- 2 root root  26K Jan  1  1970 getting_started_mgmt.html
 24K -r--r--r-- 2 root root  21K Jan  1  1970 index.html
 52K -r--r--r-- 2 root root  52K Jan  1  1970 installing.html
 12K -r--r--r-- 2 root root  11K Jan  1  1970 introduction.html
 16K -r--r--r-- 2 root root  13K Jan  1  1970 list_of_ndsps.html
 88K -r--r--r-- 2 root root  86K Jan  1  1970 management_system.html
4.0K dr-xr-xr-x 3 root root 4.0K Jan  1  1970 _modules
4.0K dr-xr-xr-x 2 root root 4.0K Jan  1  1970 nix-support
8.0K -r--r--r-- 2 root root 4.3K Jan  1  1970 objects.inv
 16K -r--r--r-- 2 root root  13K Jan  1  1970 py-modindex.html
 68K -r--r--r-- 2 root root  65K Jan  1  1970 release_notes.html
 36K -r--r--r-- 2 root root  36K Jan  1  1970 rtio.html
8.0K -r--r--r-- 2 root root 6.0K Jan  1  1970 search.html
164K -r--r--r-- 2 root root 163K Jan  1  1970 searchindex.js
4.0K dr-xr-xr-x 2 root root 4.0K Jan  1  1970 _sources
4.0K dr-xr-xr-x 4 root root 4.0K Jan  1  1970 _static
 48K -r--r--r-- 2 root root  48K Jan  1  1970 utilities.html

Git Logistics

Licensing

See copyright & licensing for more info. ARTIQ files that do not contain a license header are copyrighted by M-Labs Limited and are licensed under LGPLv3+.