Adds files from en_ugh for doc building

This commit is contained in:
Richard Mahn 2021-04-23 12:57:01 -04:00
parent da058ea6a1
commit f17d16b3e1
9 changed files with 120 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
content/_build/
.DS_Store

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,19 @@
/*
* custom.css
* ~~~~~~~~~~
*
*/
body {
font-family: "SBL Hebrew","Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}
td,tr {
text-align: center;
}
@font-face {
font-family: "SBL Hebrew";
src: url(../fonts/SBL_Hbrw.ttf) format("truetype"),
url(../fonts/SBL_Hbrw.woff) format("woff");
unicode-range: U+0590-05FF; /* only applies to Hebrew characters */
}

View File

@ -0,0 +1,82 @@
{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #}
{% if page_source_suffix %}
{% set suffix = page_source_suffix %}
{% else %}
{% set suffix = source_suffix %}
{% endif %}
{% if meta is defined and meta is not none %}
{% set check_meta = True %}
{% else %}
{% set check_meta = False %}
{% endif %}
{% if check_meta and 'github_url' in meta %}
{% set display_github = True %}
{% endif %}
{% if check_meta and 'bitbucket_url' in meta %}
{% set display_bitbucket = True %}
{% endif %}
{% if check_meta and 'gitlab_url' in meta %}
{% set display_gitlab = True %}
{% endif %}
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
{% block breadcrumbs %}
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>
{% for doc in parents %}
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
{% endfor %}
<li>{{ title }}</li>
{% endblock %}
{% block breadcrumbs_aside %}
<li class="wy-breadcrumbs-aside">
{% if hasdoc(pagename) %}
{% if display_github %}
{% if check_meta and 'github_url' in meta %}
<!-- User defined GitHub URL -->
<a href="{{ meta['github_url'] }}" class="fa fa-pencil"> {{ _('Edit on DCS') }}</a>
{% else %}
<a href="https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/{{ theme_vcs_pageview_mode|default("blob") }}/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-pencil"> {{ _('Edit on DCS') }}</a>
{% endif %}
{% elif display_bitbucket %}
{% if check_meta and 'bitbucket_url' in meta %}
<!-- User defined Bitbucket URL -->
<a href="{{ meta['bitbucket_url'] }}" class="fa fa-bitbucket"> {{ _('Edit on Bitbucket') }}</a>
{% else %}
<a href="https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}{{ suffix }}?mode={{ theme_vcs_pageview_mode|default("view") }}" class="fa fa-bitbucket"> {{ _('Edit on Bitbucket') }}</a>
{% endif %}
{% elif display_gitlab %}
{% if check_meta and 'gitlab_url' in meta %}
<!-- User defined GitLab URL -->
<a href="{{ meta['gitlab_url'] }}" class="fa fa-gitlab"> {{ _('Edit on GitLab') }}</a>
{% else %}
<a href="https://{{ gitlab_host|default("gitlab.com") }}/{{ gitlab_user }}/{{ gitlab_repo }}/{{ theme_vcs_pageview_mode|default("blob") }}/{{ gitlab_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-gitlab"> {{ _('Edit on GitLab') }}</a>
{% endif %}
{% elif show_source and source_url_prefix %}
<a href="{{ source_url_prefix }}{{ pagename }}{{ suffix }}">{{ _('View page source') }}</a>
{% elif show_source and has_source and sourcename %}
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
{% endif %}
{% endif %}
</li>
{% endblock %}
</ul>
{% if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
<div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation">
{% if next %}
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
{% endif %}
{% if prev %}
<a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
{% endif %}
</div>
{% endif %}
<hr/>
</div>

View File

@ -0,0 +1,2 @@
{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/custom.css"] %}

View File

@ -0,0 +1,5 @@
.. note:: כִּי is one of the most flexible words in Biblical Hebrew in terms
of its meaning. It can function either as a conjunction or as a
particle, with many different potential meanings. If in doubt, it is
recommended to *always* consult a dictionary or lexicon to confirm how
the word is being used in any specific instance.

View File

@ -0,0 +1,3 @@
.. note:: It is recommended to *always* check a dictionary or lexicon for
the meaning of a specific verb, because this stem may express
many different kinds of action in different contexts.

View File

@ -0,0 +1,7 @@
In Biblical Hebrew, participles are :ref:`non-finite<verb-non-finite>` verbal forms that can change their form based on
:ref:`stem formation<stem>` (like :ref:`verbs<verb>`) as well as person, gender, state, and :ref:`definiteness<definiteness>`
(like both :ref:`adjectives<adjective>` and :ref:`nouns<noun>`).
Participles are very flexible in their grammatical use and can function as a verbal complement, a
:ref:`finite<verb-finite>` main verb, an :ref:`adjective<adjective>`, or a :ref:`noun<noun>`.
In most cases, the context will clearly show how the participle is being used in the sentence. The meaning of a participle is
usually clear, even in cases where its specific grammatical function cannot be determined precisely.