Skip to content

Commit

Permalink
Fix formatting of notebook contributing.md (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Feb 5, 2024
1 parent d6cc509 commit d999b45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebook/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The following points are best practices for authoring notebooks to ensure consis

You don't need to explain in depth how to install AutoGen. Unless there are specific instructions for the notebook just use the following markdown snippet:

\:\:info Requirements
````
\:\:\:info Requirements
Install `pyautogen`:
```bash
Expand All @@ -36,6 +37,7 @@ pip install pyautogen
For more information, please refer to the [installation guide](/docs/installation/).
\:\:\:
````

When specifying the config list, to ensure consistency it is best to use approximately the following code:

Expand Down

0 comments on commit d999b45

Please sign in to comment.