Skip to content

Commit 6c81de6

Browse files
authored
Update index.md
Changing convention for package and library names
1 parent 0da9319 commit 6c81de6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

styleguide/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ I hope this message finds you well. I am writing to express my deep...</pre></bl
710710
<tbody>
711711
<tr>
712712

713-
<td><p>Filenames, file extensions (such as .jpeg), directory paths, and libraries. Exception: Python packages (e.g., NumPy, scikit-learn, TensorFlow, etc.) are roman and cased according to convention.</p></td>
713+
<td><p>Filenames, file extensions (such as .jpeg), and directory paths.</p></td>
714714
<td><p><em>Body font italic</em></p></td>
715715
</tr>
716716
<tr>
@@ -762,6 +762,11 @@ I hope this message finds you well. I am writing to express my deep...</pre></bl
762762
<td><p>Keyboard accelerators (Ctrl, Shift, etc.), menu titles, menu options, menu buttons</p></td>
763763
<td><p>Body text</p></td>
764764
</tr>
765+
<tr>
766+
<td><p><strong>Packages and libraries (e.g., NumPy, scikit-learn, TensorFlow, rJava, etc.) are roman and cased according to convention.</strong></p></td>
767+
<td><p>Body text</p></td>
768+
</tr>
769+
765770
</tbody>
766771
</table>
767772

0 commit comments

Comments
 (0)