Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/guides_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
"path": "migrating_to_keras_3",
"title": "Migrating Keras 2 code to Keras 3",
},
{
"path": "keras_nnx_guide",
"title": "How to use Keras with NNX backend",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other guide titles in this list, which are typically concise noun or gerund phrases (e.g., 'The Functional API', 'Distributed training with Keras 3'), consider rephrasing this. A title like 'Keras and NNX Integration' would align better with the existing style, improve scannability, and be more consistent with the guide's own H1 ('A Guide to the Keras & Flax NNX Integration').

Suggested change
"title": "How to use Keras with NNX backend",
"title": "Keras and NNX Integration",

},
# {
# "path": "preprocessing_layers",
# "title": "Working with preprocessing layers",
Expand Down