Skip to content

Commit

Permalink
Merge pull request #963 from riscv/title_page
Browse files Browse the repository at this point in the history
Misc asciidoc fixes.
  • Loading branch information
wmat authored Feb 7, 2024
2 parents b8ae589 + e5b43b4 commit fd51d21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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

0 comments on commit fd51d21

Please sign in to comment.