Skip to content
Frank Noe edited this page Oct 31, 2015 · 2 revisions

Overview

Enter text in Markdown. Use the toolbar above, or click the ? button for formatting help.

flowchart_TICA1.png

Lalala

def myfunc(X):
	"""
	Tell me more
    
    Parameters
    ----------
    X : ndarray
    
	"""
    return 2*X

Here is an example MathJax inline rendering ( 1/x^{2} ) \( 1/x^{2} \), and here is a block rendering: \[ \frac{1}{n^{2}} \]

Trying again, we can still use $y=x^2$ or $y=x^3$, or not?

List:

  • first point
  • second point

Refs

  1. ref 1
  2. ref 2
Clone this wiki locally