Skip to content

Commit dcb91da

Browse files
jayhackcodegen-bot
and
codegen-bot
authored
docs: small fixes (#178)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md) --------- Co-authored-by: codegen-bot <[email protected]>
1 parent 85e33c4 commit dcb91da

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

docs/blog/act-via-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Act via Code"
33
icon: "code"
44
iconType: "solid"
5-
description: "The path to fully-automated software engineering"
5+
description: "Giving agents a more expressive way to act"
66
---
77

88
<Frame caption="Voyager (2023) solved agentic tasks with code execution">

docs/building-with-codegen/files-and-directories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Codegen provides three primary abstractions for working with your codebase's fil
2020

2121
You typically access files from the [codebase](/api-reference/core/Codebase) object with two APIs:
2222

23-
- [codebase.get_file(...)](/api-reference/core/Codebase#get_file) - Get a file by its path
23+
- [codebase.get_file(...)](/api-reference/core/Codebase#get-file) - Get a file by its path
2424
- [codebase.files](/api-reference/core/Codebase#files) - Enables iteration over all files in the codebase
2525

2626
```python

docs/introduction/overview.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ pip install codegen
6767

6868
## What can I do with Codegen?
6969

70-
Codegen enables you to programmatically manipulate code at scale. Here's a visualization of a real-world codebase's function call graph:
70+
Codegen enables you to programmatically manipulate code with scale and precision.
7171

72+
<Frame caption="Call graph visualization for modal/modal-client">
7273
<iframe
7374
width="100%"
7475
height="500px"
@@ -79,6 +80,7 @@ Codegen enables you to programmatically manipulate code at scale. Here's a visua
7980
backgroundColor: "#15141b",
8081
}}
8182
></iframe>
83+
</Frame>
8284

8385
Common use cases include:
8486

@@ -113,9 +115,6 @@ Common use cases include:
113115
</Card>
114116
</CardGroup>
115117

116-
<Note>
117-
Codegen handles complex operations while maintaining correctness - automatically updating imports, references, and dependencies across files.
118-
</Note>
119118

120119
## Get Started
121120

docs/tutorials/at-a-glance.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Explore our tutorials to learn how to use Codegen for various code transformatio
1818
Generate interactive visualizations of your codebase's structure, dependencies, and relationships.
1919
</Card>
2020
<Card
21-
title="Generate Training Data"
21+
title="Mine Training Data"
2222
icon="robot"
2323
href="/tutorials/training-data"
2424
>
25-
Create high-quality training data for fine-tuning LLMs on your codebase.
25+
Create high-quality training data for LLM pre-training similar to word2vec or node2vec
2626
</Card>
2727
<Card
2828
title="Manage Feature Flags"

0 commit comments

Comments
 (0)