You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed inconsistent underline lengths in section headers
- Standardized section formatting across the document
- This resolves the documentation build warnings that were causing CI failures
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/tutorial.rst
+15-15
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ Introduction to Amaranth HDL
9
9
Amaranth is a Python-based hardware description language (HDL) that allows you to design digital circuits using Python's object-oriented features. It provides a more modern and productive alternative to traditional HDLs like Verilog or VHDL.
10
10
11
11
What is HDL?
12
-
~~~~~~~~~~~~
12
+
~~~~~~~~~~~~~~~~~~~~~
13
13
14
14
A Hardware Description Language is a specialized programming language used to describe the structure and behavior of electronic circuits. Unlike software programming, HDL code describes actual physical hardware structures that will be created on an FPGA or ASIC.
15
15
16
16
Why Amaranth?
17
-
~~~~~~~~~~~~
17
+
~~~~~~~~~~~~~~~~~~~~~
18
18
19
19
- **Python-based** - Use a familiar language with modern features
0 commit comments