ところで普通はコード上で改行しても改行されない. 上記のように改行をさせたい時は,下記のようにするか
一行開けて文章を始める必要がある.が,1行あけると,このように空行が挿入される.
1 2 3 4 5 | #this is a sample code of python
import this
print hello
for i in 1000:
print i
|
>>> print ("Hello, world!")
Hello, world!
1 2 3 4 5 6 7 8 9 10 11 | !sample code of fortran
program main
implicit none
integer:: i,j,k
!-----CPU time
call CPU_TIME(start_time)
print *,i,j,k
end program main
|
ソースコードを丸ごともってくるとき
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # -*- coding: utf-8 -*-
"""
Created on Mon Sep 22 16:08:12 2014
@author: kentaro
"""
import numpy as np
import matplotlib.pyplot as plt
file_id = 'sample_data.csv'
file_path = 'C:/Users/kentaro/OneDrive/new_HP/work_space/'
#file_path = './'
rfile = file_path + file_id
data = np.loadtxt(rfile, comments='#' ,delimiter=',')
x_csv = data[:,0]
y_csv = data[:,1]
plt.figure(figsize=(8,5))
plt.plot(x_csv,y_csv)
plt.show()
|
File "/Users/kentaro/OneDrive/***/sample_code/***.py", line 7
print ('Hello, world!")
^
SyntaxError: EOL while scanning string literal
囲うだけ
Note
「:lineos:」で番号をつける 「:emphasize-lines:」で特定の行だけ強調
Warning
警告しなくちゃ
Note
シンプルな貼付けはimageで
Note
場所は、:align: の後に”left”, “center”, or “right” キャプションや、場所指定をするときはfigureで
Header row, column 1 (header rows optional) | Header 2 | Header 3 | Header 4 |
---|---|---|---|
body row 1, column 1 | column 2 | column 3 | column 4 |
body row 2 | ... | ... |
A | not A | RE |
---|---|---|
False | True | maru LLLL |
True | False | batu |
Treat | Quantity | Description |
---|---|---|
Albatross | 2.99 | On a stick! |
Crunchy Frog | 1.49 | If we took the bones out, it wouldn’t be crunchy, now would it? |
Gannet Ripple | 1.99 | On a stick! |
>> MDL HP of TUMSAT 「`M**T <http://www**>`_」URLリンクをはる
第二階層:表: 同一ページ内リンク
Research(工事中) Sphinxドキュメント内別ページへのリンク
はじめる準備 Sphinxドキュメント内別ページへのリンク
私はpythonで使った >> Spyder Sphinxドキュメント内別ページへのリンク
Note
「./」とか「../」とかの階層構造を間違えないように.webにアップしたときに問題が生じる予感がある.
Mathjax は数式を表示するための javascriptを用いたディスプレイエンジンです. この Mathjax を使うことで Tex命令でホームページ上にきれいな数式を表示することができます.
等号等
Summation
integral
defferencial
limit
運動方程式
ベクトルつき運動方程式
単位は立体で書こう. \(G = 6.67259 \times 10^{-11} \mathrm{m^3 s^{-2} kg^{-1}}\) , \(m_s = 1.989 \times 10^{30} \mathrm{kg}\)
縦ベクトル
デカい括弧
式番号(ラベル)をつけるとき
Euler’s identity, equation (1), was elected one of the most beautiful mathematical formulas.
sin function , (2) is also important だよ。
数式中に立体文字をいれる場合は,次のAはローマフォント,Bはボルドフォント
ギリシャ文字
矢印や時間微分などを上につけるとき
文章中に数式を埋め込む時は。。。「\(\sin{x} = x\)」