Skip to content

Commit

Permalink
fix: todos
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 24, 2024
1 parent 4dc3709 commit 677cd1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clean-modular-code/write-pseudocode.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,13 @@ mean_citations = all_pubs_df["citation_count"].mean()

+++ {"editable": true, "slideshow": {"slide_type": ""}}

:::{todo}
## Add Multiple data files to your workflow

Above you begin to think about the steps associated with creating a workflow for a single list of dictionaries.

Using pseudocode helps you think through your logic clearly, while LLMs can assist by generating Python code based on your structure. This process is especially helpful when working on tasks like processing JOSS CrossRef data, where filtering, extracting, and calculating values are essential steps.
:::

```{code-cell} ipython3
Expand Down
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"sphinx_favicon",
"sphinx.ext.todo",
"sphinx_codeautolink",
"sphinx.ext.todo",
]

# colon fence for card support in md
Expand Down
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ Optimize Code <code-workflow-logic/intro>

Share Code <publish-share-code/intro>
:::


:::{todolist}

:::

0 comments on commit 677cd1a

Please sign in to comment.