From 24d55d6cbd016eeb672e738fcd6d34e753411b0a Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 13 Apr 2018 20:22:35 +0200 Subject: [PATCH] Remove reference to `inverse.min.js` and fix tables --- docs/source/developer_api.rst | 16 ++++++++-------- docs/source/quickstart.rst | 4 +--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/source/developer_api.rst b/docs/source/developer_api.rst index 40bfc368b..c4b41388e 100644 --- a/docs/source/developer_api.rst +++ b/docs/source/developer_api.rst @@ -835,9 +835,9 @@ To return an array of chatboxes, provide an array of JIDs: +-------------------+------------------------------------------+ | Method | Description | +===================+==========================================+ -| close | Close the chatbox. | +| close | Close the chatbox. | +-------------------+------------------------------------------+ -| focus | Focuses the chatbox textarea | +| focus | Focuses the chatbox textarea | +-------------------+------------------------------------------+ | model.endOTR | End an OTR (Off-the-record) session. | +-------------------+------------------------------------------+ @@ -845,13 +845,13 @@ To return an array of chatboxes, provide an array of JIDs: +-------------------+------------------------------------------+ | model.initiateOTR | Start an OTR (off-the-record) session. | +-------------------+------------------------------------------+ -| model.maximize | Minimize the chatbox. | +| model.maximize | Minimize the chatbox. | +-------------------+------------------------------------------+ -| model.minimize | Maximize the chatbox. | +| model.minimize | Maximize the chatbox. | +-------------------+------------------------------------------+ | model.set | Set an attribute (i.e. mutator). | +-------------------+------------------------------------------+ -| show | Opens/shows the chatbox. | +| show | Opens/shows the chatbox. | +-------------------+------------------------------------------+ *The get and set methods can be used to retrieve and change the following attributes:* @@ -859,13 +859,13 @@ To return an array of chatboxes, provide an array of JIDs: +-------------+-----------------------------------------------------+ | Attribute | Description | +=============+=====================================================+ -| height | The height of the chatbox. | +| height | The height of the chatbox. | +-------------+-----------------------------------------------------+ -| url | The URL of the chatbox heading. | +| url | The URL of the chatbox heading. | +-------------+-----------------------------------------------------+ The **chatviews** grouping ----------------------- +-------------------------- .. note:: This is only for private chats. diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index ba9ec917e..aa217f65f 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -34,9 +34,7 @@ via the *script* and *link* tags: -.. note:: For the fullscreen version of converse.js, replace - ``converse.min.js`` with ``inverse.min.js`` and ``converse.min.css`` with - ``inverse.min.css``. +.. note:: For the fullscreen :ref:`view_mode` version of converse.js, replace ``converse.min.css`` with ``inverse.min.css``. .. note:: Instead of always loading the latest version of Converse.js via the CDN, it's generally better to load a specific version (preferably the