Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 626 Bytes

online_docs.md

File metadata and controls

35 lines (24 loc) · 626 Bytes

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}} \]

README.md

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