Skip to content

Commit 0706351

Browse files
committed
docs: Fix RST heading underlining and remove PlantUML theme
1 parent 880b1c7 commit 0706351

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/source/_static/logging_flow.puml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@startuml
2-
!theme plain
32
skinparam sequenceMessageAlign center
43

54
title WRT Logging Flow

docs/source/architecture.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Software Architecture
2-
====================
2+
=====================
33

44
This chapter describes the software architecture of the WRT system. The architecture is designed to meet the requirements specified in the :doc:`requirements` section.
55

66
System Overview
7-
--------------
7+
---------------
88

99
WRT is a WebAssembly runtime implementation with a focus on bounded execution, bare-metal support, and component model capabilities. The architecture is organized into several key subsystems:
1010

@@ -25,7 +25,7 @@ WRT is a WebAssembly runtime implementation with a focus on bounded execution, b
2525

2626

2727
Core Runtime Architecture
28-
------------------------
28+
-------------------------
2929

3030
The core runtime is responsible for executing WebAssembly instructions and managing the WebAssembly execution environment.
3131

@@ -161,7 +161,7 @@ The Component Model subsystem implements the WebAssembly Component Model Preview
161161
The implementation handles all standard interface types including records, variants, enums, flags, and resources.
162162

163163
Logging Subsystem
164-
----------------
164+
-----------------
165165

166166
The logging subsystem implements the WASI logging API and provides platform-specific backends.
167167

@@ -217,7 +217,7 @@ The logging subsystem implements the WASI logging API and provides platform-spec
217217
- ``LogOperation::with_component(level, message, component_id)`` - Creates a log operation with component context
218218

219219
CLI (WRTD) Architecture
220-
----------------------
220+
-----------------------
221221

222222
The WRTD command-line interface provides a user-friendly way to execute WebAssembly modules and components.
223223

@@ -252,7 +252,7 @@ The WRTD command-line interface provides a user-friendly way to execute WebAssem
252252
- ``--stats`` - Show execution statistics
253253

254254
Development Status
255-
-----------------
255+
------------------
256256

257257
The current implementation status of the WRT architecture is as follows:
258258

0 commit comments

Comments
 (0)