Skip to content

Commit 3b9f64a

Browse files
committed
actually adding new files
1 parent 90e4d96 commit 3b9f64a

File tree

5 files changed

+141
-0
lines changed

5 files changed

+141
-0
lines changed

docs/_templates/versions.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{% if READTHEDOCS or display_lower_left %}
2+
{# Add rst-badge after rst-versions for small badge style. #}
3+
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
4+
<span class="rst-current-version" data-toggle="rst-current-version">
5+
<span class="fa fa-book"> Read the Docs</span>
6+
v: {{ current_version }}
7+
<span class="fa fa-caret-down"></span>
8+
</span>
9+
<div class="rst-other-versions">
10+
{% if languages|length >= 1 %}
11+
<dl>
12+
<dt>{{ _('Languages') }}</dt>
13+
{% for slug, url in languages %}
14+
{% if slug == current_language %} <strong> {% endif %}
15+
<dd><a href="{{ url }}">{{ slug }}</a></dd>
16+
{% if slug == current_language %} </strong> {% endif %}
17+
{% endfor %}
18+
</dl>
19+
{% endif %}
20+
{% if versions|length >= 1 %}
21+
<dl>
22+
<dt>{{ _('Versions') }}</dt>
23+
{% for slug, url in versions %}
24+
{% if slug == current_version %} <strong> {% endif %}
25+
<dd><a href="{{ url }}">{{ slug }}</a></dd>
26+
{% if slug == current_version %} </strong> {% endif %}
27+
{% endfor %}
28+
</dl>
29+
{% endif %}
30+
{% if downloads|length >= 1 %}
31+
<dl>
32+
<dt>{{ _('Downloads') }}</dt>
33+
{% for type, url in downloads %}
34+
<dd><a href="{{ url }}">{{ type }}</a></dd>
35+
{% endfor %}
36+
</dl>
37+
{% endif %}
38+
{% if READTHEDOCS %}
39+
<dl>
40+
<dt>{{ _('On Read the Docs') }}</dt>
41+
<dd>
42+
<a href="//{{ PRODUCTION_DOMAIN }}/projects/{{ slug }}/?fromdocs={{ slug }}">{{ _('Project Home') }}</a>
43+
</dd>
44+
<dd>
45+
<a href="//{{ PRODUCTION_DOMAIN }}/builds/{{ slug }}/?fromdocs={{ slug }}">{{ _('Builds') }}</a>
46+
</dd>
47+
</dl>
48+
{% endif %}
49+
<hr/>
50+
{% trans %}Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>.{% endtrans %}
51+
52+
</div>
53+
</div>
54+
{% endif %}
55+
844 Bytes
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2020, Michael Altfield
3+
# This file is distributed under the same license as the helloWorld package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: helloWorld \n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2020-07-20 14:57+0545\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Generated-By: Babel 2.6.0\n"
19+
20+
#: ../../autodoc.rst:3
21+
msgid "Contents"
22+
msgstr ""
23+
24+
#: ../../autodoc.rst:6
25+
msgid "helloWorld.py"
26+
msgstr ""
27+
28+
#: helloWorld:1 of
29+
msgid "This is a very simple helloWorld python script"
30+
msgstr ""
31+
32+
#: helloWorld.helloWorld:1 of
33+
msgid "This is a simple function that prints a message"
34+
msgstr ""
35+
36+
#: helloWorld.helloWorld:3 of
37+
msgid "Parameters:"
38+
msgstr ""
39+
40+
#: helloWorld.helloWorld:4 of
41+
msgid "msg (str): The string to print"
42+
msgstr ""
43+

docs/locales/es/LC_MESSAGES/index.mo

761 Bytes
Binary file not shown.

docs/locales/es/LC_MESSAGES/index.po

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2020, Michael Altfield
3+
# This file is distributed under the same license as the helloWorld package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: helloWorld \n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2020-07-20 14:57+0545\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Generated-By: Babel 2.6.0\n"
19+
20+
#: ../../index.rst:7
21+
msgid "Welcome to helloWorld's documentation!"
22+
msgstr "¡Bienvenido a la documentación de helloWorld!"
23+
24+
#: ../../index.rst:9
25+
msgid "Contents:"
26+
msgstr "Contenidos:"
27+
28+
#: ../../index.rst:17
29+
msgid "Indices and tables"
30+
msgstr ""
31+
32+
#: ../../index.rst:19
33+
msgid ":ref:`genindex`"
34+
msgstr ""
35+
36+
#: ../../index.rst:20
37+
msgid ":ref:`modindex`"
38+
msgstr ""
39+
40+
#: ../../index.rst:21
41+
msgid ":ref:`search`"
42+
msgstr ""
43+

0 commit comments

Comments
 (0)