-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add refactoring.md and tweak virtual environments docs (take 2) (#341)
I took over - #265 rebased and made a tweak. This PR now only closes - #257 --- Questions that come to mind: - Do we even want a separate refactoring page any more? - Has anyone ever actually used rope? - Dev tools is now quite short. --------- Co-authored-by: ruaridhg <[email protected]> Co-authored-by: ruaridhg <[email protected]> Co-authored-by: David Stansby <[email protected]>
- Loading branch information
1 parent
bdddd76
commit dcda747
Showing
4 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Refactoring tools | ||
layout: default | ||
--- | ||
|
||
# Refactoring Tools | ||
|
||
| Name | Short description | 🚦 | | ||
| ----------------------------------------------------------- | -------------------------------------------------------------- | --- | | ||
| [jedi](https://jedi.readthedocs.io/en/stable/) | Refactoring and autocompletion used in IDEs. | 🟢 | | ||
| [sourcery.ai](https://sourcery.ai) | Refactoring suggestions and code review. Free for open source. | 🟠 | | ||
| [rope](https://rope.readthedocs.io/en/stable/overview.html) | Refactoring library. | 🟠 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters