Overview of Pyramid documentation structure
mainThe Pyramid documentation is organized into four primary sections to support different learning and development needs:
- Tutorials: Guided tours that build sample applications or implement specific concepts using a sample as a reference.
- Narrative Documentation: Conversational descriptions of isolated Pyramid concepts, useful for deep dives or quick reminders.
- API Documentation: A comprehensive, alphabetical reference of every public API exposed by Pyramid, organized by module name.
- pscripts Documentation: Information regarding the
p*scripts included with the Pyramid distribution.