INTRO#
My name is Nadir, I have a PhD in structural engineering, this web site is personal and will host my thoughts, ideas, plans, things I learned and want to share.
I wonder if this could generate math equations in line like \(A = \pi r^2\), or
$$
\varepsilon = E_s \sigma
$$
let's test it.
- first list item come here
- second also
- and third
her is a numbered list:
- for one
- for two
- for three
- for four
could you insert you quot here
I know how to code in pyton;
import numpy as np
import openseespy as osp
print( osp.version() )
thanks,
mno
Welcome to MkDocs#
For full documentation visit mkdocs.org.
Commands#
mkdocs new [dir-name]- Create a new project.mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.
Project layout#
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.