Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc asciidoc fixes. #963

Merged
merged 5 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ increase the values in the version fields.
====

Names of registers and their fields are hyperlinks to their definition,
and are also listed in the index on page <<singlestep>>.
and are also listed in the <<index>>.

include::build/sample_registers.adoc[]

Expand Down
2 changes: 1 addition & 1 deletion registers.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ def write_adoc( fd, registers ):
fd.write(f"==={sub} ((`{r.name}`))\n")
fd.write("\n")
fd.write(remove_indent(r.description))
fd.write("\n")
fd.write("\n\n")

if r.diagram:
fd.write(f"{remove_indent(r.diagram)}\n")
Expand Down
8 changes: 6 additions & 2 deletions riscv-debug-header.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
= The RISC-V Debug Specification
:description: RISC-V Debug Specification
:company: RISC-V.org
:authors: Editors: Paul Donahue <[email protected]>, Ventana Micro Systems, Tim Newsome <[email protected]>, Individual Member
:authors: Tim Newsome, Paul Donahue (Ventana Micro Systems)
:revdate: Revised 2024-01-25
:revnumber: 1.0.0-rc0
:revnumber: 1.0.0-rc1
:revremark: Frozen
:url-riscv: http://riscv.org
:doctype: book
Expand Down Expand Up @@ -101,5 +101,9 @@ include::debugger_implementation.adoc[]
//include::index.adoc[]
//include::bibliography.adoc[]

// The link target for referencing the index
[[index]]
// The index
[index]
// The title for the index
== Index
Loading