Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.87 KB

File metadata and controls

67 lines (48 loc) · 1.87 KB
title User Guide
description Detailed guides for wrapping Fortran code with prik
audience users
prerequisites getting started
related data-types.md
status maintained
publication reviewed

User Guide

This section continues the Getting Started workflow. Read it in sidebar order to move from basic values and procedures to objects, storage, and advanced runtime behavior.


Start Here


Storage and Objects


Runtime Behavior


Building


Important Note

The recommended workflow starts from Fortran source. The generated semantic .pyi file describes the Python interface and native call. Editing that file lets you customize the wrapper without changing the native implementation. This guide introduces useful edits on the pages where they matter. The editing reference collects the complete rules in one place.


Start with Data Types.