Skip to content

Bring the docs back to life#260

Merged
cbespin merged 4 commits intomasterfrom
frida
Mar 26, 2026
Merged

Bring the docs back to life#260
cbespin merged 4 commits intomasterfrom
frida

Conversation

@kcaisley
Copy link
Copy Markdown
Member

Hey, opening a pull request to get the docs building. Will stop by to discuss whether this is the right manner in which to do so.

- switch to sphinx_book_theme, add SiLab logo
- merge introduction into overview landing page
- add BDAQ53 hardware section with board photo
- fix broken blockdiag (was deprecated), replace with graphviz
- fix firmware module include paths
- update links to cocotb and in-repo files
- update README with current example projects
- add .readthedocs.yaml for RTD builds (will fail without)
- fix author field and add SiLab link to footer
- remove dark mode toggle, force light mode
- replace dead Redmine and Avnet links with notes
- document YAML config and available module types under each layer section
- add autodoc for Hardware Layer and Register Layer base classes
- fix WaveDrom timing diagrams (https, broken JS loader)
- clean up firmware page intro and bus section
- update README to match overview page
- capitalize module titles, fix typos across module READMEs
- remove link underlines
@kcaisley
Copy link
Copy Markdown
Member Author

Here's a before:
Screenshot from 2026-03-25 14-52-43

And after for the documentation formatting:
Screenshot from 2026-03-25 14-52-29

@kcaisley kcaisley requested a review from cbespin March 25, 2026 16:55
Copy link
Copy Markdown
Contributor

@cbespin cbespin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work, thank you! The comments include a mix of compliments, questions regarding English language and requests for changes. Obviously, not all are super relevant

version: 2

build:
os: ubuntu-22.04
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should go at least to ubuntu-24.04 or just ubuntu-latest. Only a matter of time until 22.04 is deprecated in runners; after all, the release was four years ago.

- Make units (mA, -bit, mV, etc) with consistent spaces)
- Update diagram for firmware, to make it pretty
- Build docs with Ubuntu latest
- Make it clear that lab devices are support, and use serial links
- Yeah, we don't irradiate BDAQ53 lol, my B
docs/index.rst Outdated
############

Basil is a modular data acquisition (DAQ) framework developed by `SiLab <https://silab-bonn.github.io/>`_ for the characterization of `monolithic <https://en.wikipedia.org/wiki/Monolithic_active_pixel_sensor>`_ and `hybrid <https://en.wikipedia.org/wiki/Hybrid_pixel_detector>`_ pixel detectors. It comprises a library of HDL modules (written in Verilog) for custom FPGA readout boards, paired with a collection of Python code that control the hardware over TCP/IP from a host PC.
Basil is a modular data acquisition (DAQ) framework developed by `SiLab <https://silab-bonn.github.io/>`_ for the characterization of `monolithic <https://en.wikipedia.org/wiki/Monolithic_active_pixel_sensor>`_ and `hybrid <https://en.wikipedia.org/wiki/Hybrid_pixel_detector>`_ pixel detectors. It comprises a library of HDL modules (written in Verilog) for custom FPGA readout boards, paired with a collection of Python code that control the hardware over USB, Ethernet, or serial interfaces from a host PC. Basil also includes Python drivers for common lab instruments such as X-ray tubs, chillers, power supplies, oscilloscopes, and other lab equipment.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

X-ray tubs -> X-ray tubes (and maybe revert the list, as power supplies, oscilloscopes, ... are the main interest)

@cbespin
Copy link
Copy Markdown
Contributor

cbespin commented Mar 26, 2026

Thanks for the great effort. One very last thing, and then we can merge 🎉

@kcaisley
Copy link
Copy Markdown
Member Author

Great, thanks for reading over the changes. Added your remaining feedback, so we should be good to go.

@cbespin cbespin merged commit 2b675c8 into master Mar 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants