Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Silent Documentation Update 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Jul 5, 2016
1 parent cdc2775 commit 1280e07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
7 changes: 5 additions & 2 deletions docs/texts/ETCBC-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ There are some points to note:
.. hint::
It is likely that you never have to use these functions directly in your notebook.
Try first how far you get with the ``T``-functions in
:ref:`Texts <texts>`_.
:ref:`Texts <texts>`.

Syriac
------
Expand Down Expand Up @@ -573,7 +573,10 @@ The module ``etcbc.mql`` lets you fire mql queries to the corresponding Emdros d

This function is dependent on Emdros being installed.
More info over what MQL, EMDROS are, and how to use it, is in
`notebook mql <http://nbviewer.ipython.org/github/ETCBC/laf-fabric-nbs/blob/master/querying/mql.ipynb>`_.
`notebook mql <http://nbviewer.jupyter.org/github/ETCBC/laf-fabric-nbs/blob/master/querying/MQL.ipynb>`_.

It is assumend that Emdros is installed in such a way that the command to run MQL is in your path,
i.e. that the command ``mql`` is understood when run in a terminal (i.e. from a command prompt).
To achieve this, download Emdros, open the downloaded package, read the appropriate document with ``INSTALL`` in the name,
and follow the instructions below where it says *The rest is only needed if you wish to use Emdros from the command line*.
SWIG is not needed.
31 changes: 11 additions & 20 deletions examples/gender.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,13 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 0.00s This is LAF-Fabric 4.5.4\n",
" 0.00s This is LAF-Fabric 4.6.2\n",
"API reference: http://laf-fabric.readthedocs.org/en/latest/texts/API-reference.html\n",
"Feature doc: https://shebanq.ancient-data.org/static/docs/featuredoc/texts/welcome.html\n",
"\n"
"\n",
" 0.00s DETAIL: Data dir = /Users/dirk/laf/laf-fabric-data\n",
" 0.01s DETAIL: Laf dir = /Users/dirk/laf/laf-fabric-data\n",
" 0.01s DETAIL: Output dir = /Users/dirk/laf/laf-fabric-output\n"
]
}
],
Expand Down Expand Up @@ -167,21 +170,9 @@
"output_type": "stream",
"text": [
" 0.00s LOADING API: please wait ... \n",
" 0.00s DETAIL: COMPILING m: UP TO DATE\n",
" 0.00s INFO: USING DATA COMPILED AT: 2015-11-02T15-08-56\n",
" 0.00s DETAIL: COMPILING a: UP TO DATE\n",
" 0.01s DETAIL: load main: G.node_anchor_min\n",
" 0.14s DETAIL: load main: G.node_anchor_max\n",
" 0.24s DETAIL: load main: G.node_sort\n",
" 0.34s DETAIL: load main: G.node_sort_inv\n",
" 0.79s DETAIL: load main: G.edges_from\n",
" 0.91s DETAIL: load main: G.edges_to\n",
" 1.05s DETAIL: load main: F.etcbc4_db_otype [node] \n",
" 1.77s DETAIL: load main: F.etcbc4_ft_gn [node] \n",
" 1.93s DETAIL: load main: F.etcbc4_sft_book [node] \n",
" 1.94s DETAIL: load main: F.etcbc4_sft_chapter [node] \n",
" 1.95s LOGFILE=/Users/dirk/SURFdrive/laf-fabric-output/etcbc4b/gender/__log__gender.txt\n",
" 1.96s INFO: DATA LOADED FROM SOURCE etcbc4b AND ANNOX -- FOR TASK gender AT 2015-11-13T13-08-39\n"
" 0.00s USING main DATA COMPILED AT: 2015-11-02T15-08-56\n",
" 2.16s LOGFILE=/Users/dirk/laf/laf-fabric-output/etcbc4b/gender/__log__gender.txt\n",
" 2.16s INFO: DATA LOADED FROM SOURCE etcbc4b AND ANNOX -- FOR TASK gender AT 2016-06-28T12-32-41\n"
]
}
],
Expand Down Expand Up @@ -373,7 +364,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -431,7 +422,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"metadata": {
"collapsed": false
},
Expand All @@ -447,7 +438,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"metadata": {
"collapsed": false
},
Expand Down

0 comments on commit 1280e07

Please sign in to comment.