mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
Minor fix setup and docs
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
"* Annotating text with sentiment and emotion using interoperable services\n",
|
||||
"* Switching to different services (service interoperability)\n",
|
||||
"* Getting results in different formats (Turtle, XML, text...)\n",
|
||||
"* Asking for specific emotion models (automatic model conversion)"
|
||||
"* Asking for specific emotion models (automatic model conversion)\n",
|
||||
"\n",
|
||||
"The tutorial is originally published as an interactive [jupyter notebook](https://jupyter.org/) (`ipynb` file) that you can download and run locally.\n",
|
||||
"The on-line documentation contains a **static** version of the notebook."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -27,9 +30,10 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"We will use the demo server at http://senpy.gsi.upm.es abd the requests library.\n",
|
||||
"We will use the demo server at http://senpy.gsi.upm.es and the requests library.\n",
|
||||
"\n",
|
||||
"We will use a variable for our endpoint so you can try these examples on other instances:"
|
||||
"We will use a variable for our endpoint.\n",
|
||||
"To try these examples on other instances simply change the value of this variable and re-run the query:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@@ -293,11 +293,10 @@ texinfo_documents = [
|
||||
#texinfo_no_detailmenu = False
|
||||
|
||||
nbsphinx_prolog = """
|
||||
.. note:: This page has been auto-generated from a Jupyter notebook using nbsphinx_.
|
||||
.. note:: This is an `auto-generated <https://nbsphinx.readthedocs.io>`_ static view of a Jupyter notebook.
|
||||
|
||||
The original source is available at: https://github.com/gsi-upm/senpy/tree/master/docs//{{ env.doc2path(env.docname, base=None) }}
|
||||
To run the code examples in your computer, you may download the original notebook from the repository: https://github.com/gsi-upm/senpy/tree/master/docs/{{ env.doc2path(env.docname, base=None) }}
|
||||
|
||||
.. _nbsphinx: https://nbsphinx.readthedocs.io/
|
||||
|
||||
----
|
||||
"""
|
||||
|
Reference in New Issue
Block a user