Skip to content

Commit d642585

Browse files
authored
Merge pull request barbagroup#35 from bryant1410/master
Fix broken headings in Markdown files
2 parents 02e1959 + f86a4ab commit d642585

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

2-
##Welcome to CFD Python
2+
## Welcome to CFD Python
33

44
Hello! Welcome to the **12 steps to Navier-Stokes**. This is a practical module that is used in the beginning of an interactive Computational Fluid Dynamics (CFD) course taught by [Prof. Lorena Barba](lorenabarba.com) between 2009 and 2013 at Boston University (Prof. Barba since moved to the George Washington University). The course assumes only basic programming knowledge (in any language) and of course some foundation in partial differential equations and fluid mechanics. The practical module was inspired by the ideas of Dr. Rio Yokota, who was a post-doc in Prof. Barba's lab, and has been refined by Prof. Barba and her students over several semesters teaching the course. The course is taught entirely using Python and students who don't know Python just learn as we work through the module.
55

6-
###Installing Python
6+
### Installing Python
77

88
The core of this mini-course is built around [Jupyter(formerly IPython) notebooks](https://jupyter-notebook.readthedocs.org/en/latest/notebook.html), an interactive computational environment that is run in a web-browser.
99

1010

11-
####Anaconda
11+
#### Anaconda
1212
We *highly* recommend that you install the [Anaconda Python Distribution](http://docs.continuum.io/anaconda/install).
1313

1414
You can download and install Anaconda on Windows, OSX and Linux. To ensure that it's up to date, run (in a terminal)
@@ -27,7 +27,7 @@ conda install numpy scipy sympy matplotlib
2727
```
2828

2929

30-
####Without Anaconda
30+
#### Without Anaconda
3131
If you already have Python installed, you can install the notebooks using pip
3232

3333
```Bash
@@ -41,7 +41,7 @@ pip install numpy scipy sympy matplotlib
4141
```
4242

4343

44-
###Running a notebook server
44+
### Running a notebook server
4545

4646
Once jupyter is installed, just open up a terminal and then run
4747

0 commit comments

Comments
 (0)