Tactic Text =========== .. toctree:: :hidden: :maxdepth: 4 :caption: Using Tactic Getting-Started Account-Interface Library-Interface Pool Uploading-Data Main-interface Working-With-Tiles Log-And-Notebook Working-With-Tags Omnibar Which-tiles-are-available-when Reports-and-Presentations .. toctree:: :hidden: :maxdepth: 4 :caption: Tile Creation Making-Tiles Tile-Creator Module-Viewer Module-Viewer-Keyboard-Shortcuts Tile-Version-History-And-Compare .. toctree:: :hidden: :maxdepth: 4 :caption: Tile Reference Tile-Reference-Introduction Tile-Structure Tile-Commands Object-Oriented-API Handler-Methods Working-With-Code-Resources Matplotlib-Tiles Javascript-Tiles .. toctree:: :hidden: :maxdepth: 4 :caption: How To Use-Existing-Tiles Create-Simple-Tile WordFreqDist-Explained Classifying-With-NLTK Getting-Data-From-APIs .. toctree:: :hidden: :maxdepth: 4 :caption: Other open-source-resources Developing-Tactic .. toctree:: :hidden: genindex Welcome to the TacticText documentation, a place of wonder and enjoyment. This is the *documentation* for Tactic. If you want to access tactic itself, then you should go to https://tactictext.net New to Tactic? -------------- You might want to start with `Getting Started `__. This will tell you, among other things, how to get a user account. You will be using the `Library Interface `__ to manage your various resources such as data collections and saved projects. This is where you can `upload your own data `__. Most of the work you'll do, analyzing data, is done in the brilliantly-named `Main interface `__. There is also a special version of the Main Interface that functions much like a Python Notebook. It's described in `Logs and Notebooks `__. You'll quickly find that you want to make your own tiles. The `Tile Creator `__ is a scaffolded interface for building tiles. The `Module Viewer `__ is the tile-building tool for more advanced python programmers. Admission: I always use the Tile Creator. When writing your own tiles, you'll need ot make use of the special commands that Tactic makes available for you. These are documented in `Tile Commands `__. To understand more of the nuts and bolts of how tiles are constructed you can study the section of this documentation on `Tile Structure `__. You can read about some examples of how Tactic can be used here: https://repository.isls.org/handle/1/890. Tactic makes use of a large number of excellent `open-source resources `__. * `Index `__