diff --git a/README.rst b/README.rst index 286686e02..07260c864 100644 --- a/README.rst +++ b/README.rst @@ -29,19 +29,33 @@ the MIT license. :target: https://gitter.im/explosion/spaCy :alt: spaCy on Gitter -Where to ask questions -====================== +📖 Documentation +============= + ++----------------------------------------------------------------+-----------------------------------------------------------------------+ +| `Usage Workflows `_   | How to use spaCy and its features.                           | ++----------------------------------------------------------------+-----------------------------------------------------------------------+ +| `API Reference `_   | The detailed reference for spaCy's API. | ++----------------------------------------------------------------+-----------------------------------------------------------------------+ +| `Tutorials `_ | End-to-end examples, with code you can modify and run. | ++----------------------------------------------------------------+-----------------------------------------------------------------------+ +| `Showcase & Demos `_ | Demos, libraries and products from the spaCy community.              | ++----------------------------------------------------------------+-----------------------------------------------------------------------+ + + +💬 Where to ask questions +========================== +---------------------------+------------------------------------------------------------------------------------------------------------+ -| 🔴 **Bug reports**     | `GitHub Issue tracker `_                                     | +| **Bug reports**     | `GitHub Issue tracker `_                                     | +---------------------------+------------------------------------------------------------------------------------------------------------+ -| ⁉️ **Usage questions**   | `StackOverflow `_, `Reddit usergroup                     | +| **Usage questions**   | `StackOverflow `_, `Reddit usergroup                     | | | `_, `Gitter chat `_ | +---------------------------+------------------------------------------------------------------------------------------------------------+ -| 💬 **General discussion** |  `Reddit usergroup `_, | +| **General discussion** |  `Reddit usergroup `_, | | | `Gitter chat `_  | +---------------------------+------------------------------------------------------------------------------------------------------------+ -| 💥 **Commercial support** | contact@explosion.ai                                                                                     | +| **Commercial support** | contact@explosion.ai                                                                                     | +---------------------------+------------------------------------------------------------------------------------------------------------+ Features @@ -204,17 +218,6 @@ and ``--model`` are optional and enable additional tests: python -m pytest --vectors --model --slow -API Documentation and Usage Examples -==================================== - -For the detailed documentation, check out the `spaCy website `_. - -* `Usage Examples `_ -* `API `_ -* `Annotation Specification `_ -* `Tutorials `_ - - Changelog =========