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.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Jan 28, 2016
1 parent 1f8ff21 commit 98de519
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 94 deletions.
Binary file removed dist/laf-fabric-4.5.6.tar.gz
Binary file not shown.
Binary file added dist/laf-fabric-4.5.7.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
project = u'LAF Fabric'
copyright = u'2013, Dirk Roorda'
version = '4.5'
release = '4.5.6'
release = '4.5.7'
exclude_patterns = ['_build']
add_function_parentheses = True
add_module_names = False
Expand Down
89 changes: 0 additions & 89 deletions docs/conf.py.bck
Original file line number Diff line number Diff line change
@@ -1,89 +0,0 @@
# -*- coding: utf-8 -*-

import sys
import os

sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../tasks'))

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
]

intersphinx_mapping = {'python': ('http://docs.python.org/3.3', None)}

templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = u'LAF Fabric'
copyright = u'2013, Dirk Roorda'
version = '4.5'
release = '4.5.5'
exclude_patterns = ['_build']
add_function_parentheses = True
add_module_names = False
pygments_style = 'sphinx'
autoclass_content = 'both'

# -- Options for HTML output ----------------------------------------------

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
html_theme = 'default'
else:
html_theme = 'sphinx_rtd_theme'
html_theme_path = ["_themes", ]

html_static_path = ['_static']
html_domain_indices = True
html_use_index = True
html_split_index = False
html_show_sourcelink = True
html_show_sphinx = True
html_show_copyright = True
htmlhelp_basename = 'LAF Fabric'

# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
'papersize': 'a4paper',
'pointsize': '10pt',
}

latex_documents = [
('index', 'LAF_Fabric.tex', u'LAF Fabric Documentation',
u'Dirk Roorda', 'manual'),
]

# -- Options for manual page output ---------------------------------------

man_pages = [
('index', 'LAF_Fabric', u'LAF Fabric Documentation',
[u'Dirk Roorda'], 1)
]

# -- Options for Texinfo output -------------------------------------------

texinfo_documents = [
('index', 'LAF_Fabric', u'LAF Fabric Documentation',
u'Dirk Roorda', 'LAF Fabric', 'One line description of project_name.',
'Miscellaneous'),
]

# -- Options for Epub output ----------------------------------------------

epub_title = u'LAF Fabric'
epub_author = u'Dirk Roorda'
epub_publisher = u'Dirk Roorda'
epub_copyright = u'2013, Dirk Roorda'
epub_basename = u'LAF_Fabric'
epub_theme = 'epub'
epub_show_urls = 'footnote'
epub_use_index = True
2 changes: 1 addition & 1 deletion emdros2laf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import argparse

NAME = 'LAF-Fabric'
VERSION = '4.5.6'
VERSION = '4.5.7'
APIREF = 'http://laf-fabric.readthedocs.org/en/latest/texts/API-reference.html'
DEFAULT_DATA_DIR = 'laf-fabric-data'
MAIN_CFG = 'laf-fabric.cfg'
Expand Down
4 changes: 3 additions & 1 deletion etcbc/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ class Transcription(object):
'O': "\u05B9", # holam = cholam
'U': "\u05BB", # qubuts = qubbuts
'.': "\u05BC", # dagesh
'35': "\u05BD", # meteg
'25': "\u05BD", # silluq yamin
'45': "\u05BD", # meteg
'35': "\u05BD", # meteg (tikon)
'75': "\u05BD", # siluq = silluq
'95': "\u05BD", # meteg = meteg_yamin
'&': "\u05BE", # maqaf
Expand Down
2 changes: 1 addition & 1 deletion laf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .timestamp import Timestamp

NAME = 'LAF-Fabric'
VERSION = '4.5.6'
VERSION = '4.5.7'
APIREF = 'http://laf-fabric.readthedocs.org/en/latest/texts/API-reference.html'
FEATDOC = 'https://shebanq.ancient-data.org/static/docs/featuredoc/texts/welcome.html'
MAIN_CFG = 'laf-fabric.cfg'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
name='laf-fabric',
version='4.5.6',
version='4.5.7',
author='Dirk Roorda',
author_email='dirk.roorda@dans.knaw.nl',
description='''Tools to read LAF resources (Linguistic Annotation Framework ISO 24612:2012) and analyse them efficiently.
Expand Down

0 comments on commit 98de519

Please sign in to comment.