Skip to content

Commit bb406c7

Browse files
committed
Amends documentation for Architecture section.
1 parent 62a6e4c commit bb406c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/about.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,14 @@ Architecture
8686
----------------------
8787

8888

89-
|PyMuPDF| follows a four-layer system architecture with clear separation between components:
89+
|PyMuPDF| follows a four-layer system architecture with the following components:
9090

9191
- **Python API Layer** - User-facing classes and functions
9292
- **Python Wrapper Layer** - High-level abstractions and utilities
93-
- **Binding Layer** - SWIG-generated Python-C bridges
93+
- **Binding Layer** - SWIG-generated wrapper for the MuPDF C++ API
9494
- **MuPDF Core Layer** - Native C/C++ implementation
9595

96+
9697
.. include:: version.rst
9798

9899
.. _About_License:

0 commit comments

Comments
 (0)