|
| 1 | +--- |
| 2 | +project: Fortran-lang/stdlib |
| 3 | +summary: A community driven standard library for (modern) Fortran |
| 4 | +src_dir: src |
| 5 | +exclude_dir: src/tests |
| 6 | +output_dir: API-doc |
| 7 | +page_dir: doc |
| 8 | +media_dir: doc/media |
| 9 | +fpp_extensions: fypp |
| 10 | +preprocess: true |
| 11 | +macro: MAXRANK=3 |
| 12 | +preprocessor: fypp |
| 13 | +display: public |
| 14 | + protected |
| 15 | +source: true |
| 16 | +proc_internals: true |
| 17 | +md_extensions: markdown.extensions.toc |
| 18 | +graph: true |
| 19 | +graph_maxnodes: 250 |
| 20 | +graph_maxdepth: 5 |
| 21 | +coloured_edges: true |
| 22 | +sort: permission-alpha |
| 23 | +extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html |
| 24 | + iso_c_binding:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fC_005fBINDING.html#ISO_005fC_005fBINDING |
| 25 | +print_creation_date: true |
| 26 | +creation_date: %Y-%m-%d %H:%M %z |
| 27 | +project_github: https://github.com/fortran-lang/stdlib |
| 28 | +project_download: https://github.com/fortran-lang/stdlib/archive/master.zip |
| 29 | +project_website: https://stdlib.fortran-lang.org |
| 30 | +favicon: doc/media/favicon.ico |
| 31 | +license: by-sa |
| 32 | +author: fortran-lang/stdlib contributors |
| 33 | +author_pic: https://fortran-lang.org/assets/img/fortran_logo_512x512.png |
| 34 | +author_email: fortran-lang@groups.io |
| 35 | +github: https://github.com/fortran-lang |
| 36 | +twitter: https://twitter.com/fortranlang |
| 37 | +website: https://fortran-lang.org |
| 38 | +dbg: true |
| 39 | +--- |
| 40 | + |
| 41 | +[TOC] |
| 42 | + |
| 43 | +@warning This API documentation for the Fortran-lang/stdlib is a work in progress |
| 44 | + |
| 45 | +@note |
| 46 | +Use the navigation bar at the top of the screen to browse modules, procedures, source files, etc. |
| 47 | +The listings near the bottom of the page are incomplete. |
| 48 | + |
| 49 | +Fortran stdlib API Documentation |
| 50 | +================================ |
| 51 | + |
| 52 | +This is the main API documentation landing page generated by [FORD]. |
| 53 | +The documentation for comment markup in source code, running [FORD] and the [FORD project file] are all maintained on the [FORD wiki]. |
| 54 | + |
| 55 | +[FORD]: https://github.com/Fortran-FOSS-Programmers/ford#readme |
| 56 | +[FORD wiki]: https://github.com/Fortran-FOSS-Programmers/ford/wiki |
| 57 | +[FORD project file]: https://github.com/fortran-lang/stdlib/blob/master/API-doc-FORD-file.md |
| 58 | + |
| 59 | +Goals and Motivation |
| 60 | +==================== |
| 61 | + |
| 62 | +The Fortran Standard, as published by the ISO (https://wg5-fortran.org/), does |
| 63 | +not have a Standard Library. The goal of this project is to provide a community |
| 64 | +driven and agreed upon *de facto* "standard" library for Fortran, called a |
| 65 | +Fortran Standard Library (`stdlib`). We have a rigorous process how `stdlib` is |
| 66 | +developed as documented in our [Workflow](page/contributing/Workflow.html). `stdlib` is both a |
| 67 | +specification and a reference implementation. We are cooperating with the |
| 68 | +Fortran Standards Committee (e.g., the effort |
| 69 | +[started](https://github.com/j3-fortran/fortran_proposals/issues/104) at the J3 |
| 70 | +committee repository) and the plan is to continue working with the Committee in |
| 71 | +the future (such as in the step 5. in the [Workflow](page/contributing/Workflow.html) document), so |
| 72 | +that if the Committee wants to standardize some feature already available in `stdlib`, it would |
| 73 | +base it on `stdlib`'s implementation. |
| 74 | + |
| 75 | +Scope |
| 76 | +===== |
| 77 | + |
| 78 | +The goal of the Fortran Standard Library is to achieve the following general scope: |
| 79 | + |
| 80 | +* Utilities (containers, strings, files, OS/environment integration, unit |
| 81 | + testing & assertions, logging, ...) |
| 82 | +* Algorithms (searching and sorting, merging, ...) |
| 83 | +* Mathematics (linear algebra, sparse matrices, special functions, fast Fourier |
| 84 | + transform, random numbers, statistics, ordinary differential equations, |
| 85 | + numerical integration, optimization, ...) |
| 86 | + |
| 87 | +Code of Conduct |
| 88 | +=============== |
| 89 | + |
| 90 | +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. Please read first [this Code of Conduct](./page/contributing/CodeOfConduct.html) |
| 91 | + |
| 92 | +License |
| 93 | +======= |
| 94 | + |
| 95 | +The `stdlib` source code and related files and documentation are distributed under the [MIT license](page/License.html). |
0 commit comments