Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resources for the programming parts #229

Merged
merged 4 commits into from
Apr 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/programming/bash.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
Bash 脚本
=========

.. warning::

本节正在缓慢编写中(\ `seismology101: Pull requests #202 <https://github.com/seismo-learn/seismology101/pull/202>`__\ )。
读者可以参考以下资料学习,欢迎提供反馈:

- `Bash 脚本教程 <https://wangdoc.com/bash/>`__\ (全面、系统)
- `Bash 脚本基础 <https://101.lug.ustc.edu.cn/Ch06/#bash-usage>`__\ (简要)
- `X 分钟速成 Bash <https://learnxinyminutes.com/docs/zh-cn/bash-cn/>`__\ (简要)
7 changes: 7 additions & 0 deletions source/programming/c.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
C 语言
======

.. warning::

本节尚未开始编写。读者可以参考以下资料学习,欢迎提供反馈:

- `C 语言教程 <https://www.runoob.com/cprogramming/c-tutorial.html>`__\ (较全面、系统)
- `X 分钟速成 C <https://learnxinyminutes.com/docs/zh-cn/c-cn/>`__\ (简要)
8 changes: 8 additions & 0 deletions source/programming/compile.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
编译与链接
==========

.. warning::

本章尚未开始编写。读者可以参考以下资料学习,欢迎提供反馈:

- `Building programs <https://fortran-lang.org/learn/building_programs>`__\ (简要)
- `跟我一起写 Makefile <https://seisman.github.io/how-to-write-makefile/>`__\ (较全面、系统)
- `X 分钟速成 make <https://learnxinyminutes.com/docs/zh-cn/make-cn/>`__\ (简要)
8 changes: 8 additions & 0 deletions source/programming/fortran.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
Fortran 语言
============

.. warning::

本节尚未开始编写。读者可以参考以下资料学习,欢迎提供反馈:

- `Quickstart Fortran Tutorial <https://fortran-lang.org/learn/quickstart>`__\ (简要)
- `Fortran Best Practices <https://www.fortran90.org/src/best-practices.html>`__\ (简要)
- `X 分钟速成 Fortran <https://learnxinyminutes.com/docs/zh-cn/fortran95-cn/>`__\ (简要)
12 changes: 12 additions & 0 deletions source/programming/python.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
Python 语言
===========

.. warning::

本节尚未开始编写。读者可以参考以下资料学习,欢迎提供反馈:

- `官方文档 <https://docs.python.org/zh-cn/3/>`__\ 、\
`官方入门教程 <https://docs.python.org/zh-cn/3/tutorial/index.html>`__\ (全面、系统)
- `Python 教程 <https://www.liaoxuefeng.com/wiki/1016959663602400>`__\ (较全面、系统)
- `Scipy Lecture Notes <https://scipy-lectures.org/index.html>`__\ (较全面、系统)
- `X 分钟速成 Python <https://learnxinyminutes.com/docs/zh-cn/python-cn/>`__\ (简要)
- `A Visual Intro to NumPy and Data Representation <https://jalammar.github.io/visual-numpy/>`__\
(简要、形象地介绍 NumPy 数据结构)
10 changes: 10 additions & 0 deletions source/programming/version-control.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
版本控制
========

.. warning::

本章尚未开始编写。读者可以参考以下资料学习,欢迎提供反馈:

- `Pro Git <https://git-scm.com/book/zh/>`__\ (全面、系统)
- `git 教程 <https://www.liaoxuefeng.com/wiki/896043488029600>`__\ (较全面、系统)
- `git 简易指南 <https://www.bootcss.com/p/git-guide/>`__\ (简要)
- `X 分钟速成 git <https://learnxinyminutes.com/docs/zh-cn/git-cn/>`__\ (简要)
- `Pull Request 流程 <https://seismo-learn.org/contributing/pull-request/>`__\ (简要)