Skip to content

Commit 181634c

Browse files
committed
Updates architecture notes.
1 parent bb406c7 commit 181634c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/about.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Architecture
8888

8989
|PyMuPDF| follows a four-layer system architecture with the following components:
9090

91-
- **Python API Layer** - User-facing classes and functions
92-
- **Python Wrapper Layer** - High-level abstractions and utilities
93-
- **Binding Layer** - SWIG-generated wrapper for the MuPDF C++ API
94-
- **MuPDF Core Layer** - Native C/C++ implementation
91+
- **PyMuPDF Python API** - User-facing classes and functions
92+
- **MuPDF Python API** - Generated by SWIG
93+
- **MuPDF C++ API** - Generated by custom tool and libclang
94+
- **MuPDF C API** - Native C/C++ implementation
9595

9696

9797
.. include:: version.rst

0 commit comments

Comments
 (0)