make example chat transcripts into children

This commit is contained in:
Paul Gauthier 2024-06-05 10:52:09 -07:00
parent 100e1a6b16
commit 1787bf4b5b
14 changed files with 50 additions and 1 deletions

View file

@ -1,3 +1,7 @@
---
parent: Example chat transcripts
nav_order: 2
---
# Modify an open source 2048 game with aider # Modify an open source 2048 game with aider

View file

@ -1,4 +1,9 @@
# What's it like to code with aider? ---
title: Example chat transcripts
has_children: true
---
# Example chat transcripts
Below are some chat transcripts showing what it's like to code with aider. Below are some chat transcripts showing what it's like to code with aider.
In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc. In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc.

View file

@ -1,3 +1,7 @@
---
parent: Example chat transcripts
nav_order: 4
---
# Create a "black box" test case # Create a "black box" test case

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Editing an asciinema cast file with aider # Editing an asciinema cast file with aider

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Download, analyze and plot US Census data # Download, analyze and plot US Census data

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Improve css styling of chat transcripts # Improve css styling of chat transcripts

View file

@ -1,3 +1,7 @@
---
parent: Example chat transcripts
nav_order: 3
---
# A complex multi-file change, with debugging # A complex multi-file change, with debugging

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Complete a css exercise with aider # Complete a css exercise with aider

View file

@ -1,3 +1,7 @@
---
parent: Example chat transcripts
nav_order: 1
---
# Create a simple flask app with aider # Create a simple flask app with aider

View file

@ -1,3 +1,7 @@
---
parent: Example chat transcripts
---
# Hello aider! # Hello aider!
Here is the simplest possible "hello world" example of using aider: Here is the simplest possible "hello world" example of using aider:

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Honor the NO_COLOR environment variable # Honor the NO_COLOR environment variable

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Build pong with aider and pygame. # Build pong with aider and pygame.

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Semantic search & replace code with aider # Semantic search & replace code with aider
In this chat transcript, the user asks to modify a series of function calls. In this chat transcript, the user asks to modify a series of function calls.

View file

@ -1,3 +1,6 @@
---
parent: Example chat transcripts
---
# Automatically update docs with aider # Automatically update docs with aider
In this chat transcript, the user asks to automatically update the Usage docs based on the latest version of the main() function in the code. In this chat transcript, the user asks to automatically update the Usage docs based on the latest version of the main() function in the code.