@@ -38,7 +38,7 @@ the compiled extension).
38
38
39
39
Rust is the primary language of retworkx and all the functional code in the
40
40
libraries is written in Rust. The Rust code in retworkx uses
41
- [ rustfmt] ( https://github.com/rust-lang/rustfmt ) to enfore consistent style.
41
+ [ rustfmt] ( https://github.com/rust-lang/rustfmt ) to enforce consistent style.
42
42
CI jobs are configured to ensure to check this. Luckily adapting your code is
43
43
as simple as running:
44
44
@@ -87,16 +87,16 @@ you can view locally in a web browser.
87
87
88
88
### Release Notes
89
89
90
- It is important to document any end user facing changes when we release a new
91
- version of retworkx. The expectation is that if your code contribution has
92
- user facing changes that you will write the release documentation for these
93
- changes. This documentation must explain what was changed, why it was changed,
94
- and how users can either use or adapt to the change. The idea behind release
95
- documentation is that when a naive user with limited internal knowledge of the
96
- project is upgrading from the previous release to the new one, they should be
97
- able to read the release notes, understand if they need to update their
98
- program which uses retworkx, and how they would go about doing that. It
99
- ideally should explain why they need to make this change too, to provide the
90
+ It is important to document any end user facing changes when we release a new
91
+ version of retworkx. The expectation is that if your code contribution has
92
+ user facing changes that you will write the release documentation for these
93
+ changes. This documentation must explain what was changed, why it was changed,
94
+ and how users can either use or adapt to the change. The idea behind release
95
+ documentation is that when a naive user with limited internal knowledge of the
96
+ project is upgrading from the previous release to the new one, they should be
97
+ able to read the release notes, understand if they need to update their
98
+ program which uses retworkx, and how they would go about doing that. It
99
+ ideally should explain why they need to make this change too, to provide the
100
100
necessary context.
101
101
102
102
To make sure we don't forget a release note or if the details of user facing
@@ -136,7 +136,7 @@ look something like::
136
136
features :
137
137
- |
138
138
Added a new function, :func:`~retworkx.foo` that adds support for doing
139
- something to :class:`~retworkx.PyDiGraph` objects.
139
+ something to :class:`~retworkx.PyDiGraph` objects.
140
140
- |
141
141
The :class:`~retworkx.PyDiGraph` class has a new method
142
142
:meth:`~retworkx.PyDiGraph.foo``. This is the equivalent of calling the
0 commit comments