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
2 changes: 1 addition & 1 deletion docs/1start/basic-Intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Where should I start?

This is a great question, and one we get a lot. First of all, almost everything in TextAttack can be done in two ways: via the command-line or via the Python API. If you're looking to integrate TextAttack into an existing project, the Python API is likely for you. If you'd prefer to use built-in functionality end-to-end (training a model, running an adversarial attack, augmenting a CSV) then you can just use the command-line API.

For future developers, visit the `Installation <https://github.com/QData/TextAttack/blob/master/docs/quickstart/installation.rst>`__ page for more details about installing TextAttack onto your own computer. To start making contributions, read the detailed instructions `here <https://github.com/QData/TextAttack/blob/master/CONTRIBUTING.md>`__.
For future developers, visit the `Installation <https://github.com/QData/TextAttack/blob/master/docs/1start/installation.rst>`__ page for more details about installing TextAttack onto your own computer. To start making contributions, read the detailed instructions `here <https://github.com/QData/TextAttack/blob/master/CONTRIBUTING.md>`__.

TextAttack does three things very well:

Expand Down