diff --git a/_toc.yml b/_toc.yml index 9eb3b2b..b30eb1c 100644 --- a/_toc.yml +++ b/_toc.yml @@ -46,6 +46,7 @@ parts: - file: portfolio/index - file: portfolio/formatting - file: portfolio/check1ideas + - file: portfolio/check2ideas - caption: FAQ chapters: - file: faq/index diff --git a/portfolio/index.md b/portfolio/index.md index db8feff..94b68f5 100644 --- a/portfolio/index.md +++ b/portfolio/index.md @@ -91,13 +91,12 @@ You can view a (fake) example [in this repository](https://github.com/rhodyprog4 - -Portfolio check 1 will assess the following *new* achievements in addition to an a chance to make up any that you have missed: +Portfolio check 2 will assess the following *new* achievements in addition to an a chance to make up any that you have missed: ```{code-cell} ipython3 :tags: [remove-input] -portfolio_df['Level 3'][portfolio_df['P1']==1].reset_index().set_index('keyword') +portfolio_df['Level 3'][portfolio_df['P2']==1].reset_index().set_index('keyword') ```