File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # EditorConfig helps developers define and maintain consistent
2+ # coding styles between different editors and IDEs
3+ # editorconfig.org
4+
5+ # top-most EditorConfig file
6+ root = true
7+
8+ [* ]
9+ end_of_line = lf
10+ insert_final_newline = true
11+ charset = utf-8
12+ trim_trailing_whitespace = true
13+ indent_style = space
14+
15+ [* .{py, md, rst} ]
16+ indent_size = 4
17+
18+ [* .yml ]
19+ indent_size = 2
20+
21+ [Makefile ]
22+ indent_style = tab
23+ indent_size = 8
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
Original file line number Diff line number Diff line change 99
1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css ">
1111 < link href ="http://www.owencampbell.me.uk/theme/css/font-awesome.min.css " rel ="stylesheet ">
12- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/styles.css ">
12+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/styles.css ">
1313
1414
15- < link rel ="stylesheet " href ="http://owencampbell.me.uk /sql_python_tutorial/static/notebook.css ">
15+ < link rel ="stylesheet " href ="/sql_python_tutorial/static/notebook.css ">
1616
1717 </ head >
1818
3131 < div class ="navbar-nav ">
3232 < a class ="nav-item nav-link " href ="/sql_python_tutorial/ "> < i class ="fa fa-home fa-fw " aria-hidden ="true " title ="home "> </ i > Home</ a >
3333 < a class ="nav-item nav-link mr-auto " href ="/sql_python_tutorial/chapters/ "> < i class ="fa fa-book fa-fw " aria-hidden ="true " title ="contents "> </ i > Contents</ a >
34- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36- < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
34+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/intro.html "> < i class ="fa fa-info-circle fa-fw " aria-hidden ="true " title ="introduction "> </ i > Introduction</ a >
35+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/howto.html "> < i class ="fa fa-gears fa-fw " aria-hidden ="true " title ="how to "> </ i > How To</ span > </ a >
36+ < a class ="nav-item nav-link " href ="/sql_python_tutorial/pages/primer.html "> < i class ="fa fa-database fa-fw " aria-hidden ="true " title ="primer "> </ i > Primer</ a >
3737 </ div >
3838 < div class ="navbar-nav ml-auto ">
3939 < a class ="btn btn-link btn-lg " href ="https://twitter.com/opcampbell " title ="twitter "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
You can’t perform that action at this time.
0 commit comments