docs: rename API Reference to Code Documentation

This commit is contained in:
Sina Atalay 2024-01-28 19:15:53 +01:00
parent b642cb4b19
commit 858ae98952
5 changed files with 5 additions and 5 deletions

View File

@ -46,11 +46,11 @@ theme:
nav: nav:
- Overview: index.md - Overview: index.md
- User Guide: user_guide.md - User Guide: user_guide.md
- API Reference: - Code Documentation:
- API Reference: api_reference/index.md - Code Documentation: code_documentation/index.md
- __main__.py: api_reference/__main__.md - __main__.py: code_documentation/__main__.md
- data_model.py: api_reference/data_model.md - data_model.py: code_documentation/data_model.md
- rendering.py: api_reference/rendering.md - rendering.py: code_documentation/rendering.md
markdown_extensions: markdown_extensions:
# see https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/ for more pymdownx info # see https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/ for more pymdownx info