Skip to content

Commit

Permalink
quarto initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorywaynepower committed Feb 26, 2024
1 parent 48e3fc5 commit 4d938a6
Show file tree
Hide file tree
Showing 227 changed files with 50,582 additions and 3,039 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
Empty file added .nojekyll
Empty file.
35 changes: 35 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
project:
type: website

website:
title: "Cary Introduction to Python"
navbar:
background: primary
search: true
left:
- text: "Home"
file: index.qmd
sidebar:
contents:
- notebooks/introduction_to_data_analysis.ipynb
- notebooks/hypothesis_testing.ipynb
- notebooks/python_101.ipynb
- notebooks/python_errors.ipynb
- notebooks/reading_local_files.ipynb
- notebooks/making_dataframes_from_api_requests.ipynb
- notebooks/wide_vs_long.ipynb
- notebooks/cleaning_data.ipynb
- notebooks/handling_data_issues.ipynb
- notebooks/intro_to_plotly_express.ipynb
- notebooks/introducing_matplotlib.ipynb
- notebooks/plotting_with_pandas.ipynb
- notebooks/pandas_plotting_module.ipynb

format:
html:
theme: cosmo
toc: true

output-dir: docs
render:
- notebooks/*.ipynb
Empty file added _site/.nojekyll
Empty file.
646 changes: 646 additions & 0 deletions _site/CONTRIBUTING.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4d938a6

Please sign in to comment.