formatting dev

This commit is contained in:
Jeff Moe 2024-08-31 15:16:43 -06:00
parent 4cec999284
commit fb634cde3a
2 changed files with 25 additions and 20 deletions

View file

@ -459,12 +459,12 @@ File `docs/_source/_templates/layout.html`
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/handsontable.full.min.css', 1) }}"> <link rel="stylesheet" type="text/css" href="{{ pathto('_static/handsontable.full.min.css', 1) }}">
<script src="{{ pathto('_static/handsontable.full.min.js', 1) }}"></script> <script src="{{ pathto('_static/handsontable.full.min.js', 1) }}"></script>
{% endblock %} {% endblock %}
```
If LaTex is to be used, `docs/_source/_templates/latex.tex`
``` If LaTex is to be used, `docs/_source/_templates/latex.tex`
.. code-block:: sh
.. code-block:: sh
{% extends 'article.tpl' %} {% extends 'article.tpl' %}
{% block packages %} {% block packages %}

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n" "Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-31 15:13-0600\n" "POT-Creation-Date: 2024-08-31 15:16-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n" "Language: en\n"
@ -66,8 +66,8 @@ msgstr ""
#: ../../../_source/dev-libre-is.rst:291 #: ../../../_source/dev-libre-is.rst:291
msgid "" msgid ""
"Copy over an appropriate license file to the repo, such as `LICENSE-apache." "Copy over an appropriate license file to the repo, such as `LICENSE-"
"txt`." "apache.txt`."
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:295 #: ../../../_source/dev-libre-is.rst:295
@ -82,48 +82,53 @@ msgstr ""
msgid "Create `docs/_source/index.rst`" msgid "Create `docs/_source/index.rst`"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:366 #: ../../../_source/dev-libre-is.rst:367
msgid "Create other `docs/_source/about.rst` or aother appropriate files." msgid "Create other `docs/_source/about.rst` or aother appropriate files."
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:369 #: ../../../_source/dev-libre-is.rst:371
msgid "Set up `docs/_source/conf.py`" msgid "Set up `docs/_source/conf.py`"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:447 #: ../../../_source/dev-libre-is.rst:450
msgid "Set up templates" msgid "Set up templates"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:449 #: ../../../_source/dev-libre-is.rst:452
msgid "File `docs/_source/_templates/layout.html`" msgid "File `docs/_source/_templates/layout.html`"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:474 #: ../../../_source/dev-libre-is.rst:464
msgid "If LaTex is to be used, `docs/_source/_templates/latex.tex`"
msgstr ""
#: ../../../_source/dev-libre-is.rst:477
msgid "Set up `docs/_source/_static/custom.css`" msgid "Set up `docs/_source/_static/custom.css`"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:487 #: ../../../_source/dev-libre-is.rst:490
msgid "Images" msgid "Images"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:489 #: ../../../_source/dev-libre-is.rst:492
msgid "Add a `favicon.ico` and `logo.png` to `docs/_source/_static/`" msgid "Add a `favicon.ico` and `logo.png` to `docs/_source/_static/`"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:491 #: ../../../_source/dev-libre-is.rst:494
msgid "" msgid ""
"If spreadsheet is going to be used/imported, add to here `docs/_source/" "If spreadsheet is going to be used/imported, add to here "
"_static/` these files:" "`docs/_source/_static/` these files:"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:493 #: ../../../_source/dev-libre-is.rst:496
msgid "`handsontable.full.min.css` and `handsontable.full.min.js`" msgid "`handsontable.full.min.css` and `handsontable.full.min.js`"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:507 #: ../../../_source/dev-libre-is.rst:510
msgid "Build" msgid "Build"
msgstr "" msgstr ""
#: ../../../_source/dev-libre-is.rst:508 #: ../../../_source/dev-libre-is.rst:511
msgid "HOWTO build this site." msgid "HOWTO build this site."
msgstr "" msgstr ""