Fortran语言实战

Fortran-in-Action MIT Actions Status

《Fortran语言实战》是一份由Fortran爱好者(Fortran-Fans)社区驱动的Fortran语言编程实战教程。

呼吁:我们需要你们的帮助,欢迎你们为我们贡献教程,促成国内 Fortran 最新教程、信息的繁荣。

开始

软件依赖

  • Git
  • Rust(可选,用于构建 MDBook)
  • mdbook(可选,用于构建 MDBook)

获取代码

git clone https://github.com/fortran-fans/Fortran-in-Action.git
cd Fortran-in-Action

使用mdbook构建文档

mdBook是一个从Markdown文件创建现代在线书籍的实用程序。
你可以通过提供的book.toml文件来构建《Fortran语言实战》。

mdbook build

如果你安装了 scoop ,则可以通过以下命令安装 mdbook:

scoop bucket add main
scoop install mdbook

链接

开源许可证

MIT License

Copyright (c) 2021 Fortran Fans

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.