fpm-docs
fpm-docs copied to clipboard
Documentation repository for the Fortran package manager (fpm)
The documentation follows the Diátaxis framework (https://diataxis.fr/). A short overview in the design section should be added to clarify the four sections the documentation is subdivided in.
We are relying on a couple of projects in pre-1.0.0 stage, which means minor version bumps are usually API breaking. Right now most of the versions as free, but it...
This thread tracks the translation of the documentation to Spanish. Feel free to post either in Spanish or English in this threads, whatever seems most appropriate. cc @aslozada
Hi, To contribute to internationalizing the fpm-doc, I forked this repository and translated fpm-doc into Japanese. Committed changes are as follows: * created .po files in `locale/ja`. * translated all...
This thread tracks the translation of the documentation to Dutch. Feel free to post either in Dutch or English in this threads, whatever seems most appropriate. cc @arjenmarkus
This thread tracks the translation of the documentation to French. Feel free to post either in French or English in this threads, whatever seems most appropriate.
@beliavsky wrote in https://fortran-lang.discourse.group/t/2338/5: > A fifth part could be added: *discussions* . Most code in stdlib has one or more related [issues ](https://github.com/fortran-lang/stdlib/issues) where it has been discussed. If...
This thread tracks the translation of the documentation to German. Feel free to post either in German or English in this threads, whatever seems most appropriate. --- Issues: - translating...
We need more How-To guides in the documentation pages. Here are some ideas: - [ ] building an fpm application with MPI - *--compiler* keyword for MPI wrapper - *external-modules*...
Generation of new languages is currently automated using `make gettext` to update or generate new translations: https://github.com/awvwgk/fpm-docs/blob/03f2691ddd69c7c4d42b770018eafeec9ef761ea/Makefile#L26-L28 The `sphinx-build` and `sphinx-intl` commands take care of most steps from the usual...