Skip to content

Commit

Permalink
adjust PDF link text, add 'external' to some footer links and adjust …
Browse files Browse the repository at this point in the history
…footer spacing and remove cruft
  • Loading branch information
acharraggi committed Jan 27, 2025
1 parent 24bca6f commit 1ab51b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
22 changes: 6 additions & 16 deletions docs/source/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
{%- if hasdoc('copyright') %}
{%- trans path=pathto('copyright'), copyright=copyright|e %}&#169; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
{%- else %}
&#169; 2023 <i>{%- trans copyright=copyright|e %}{{ copyright }}{% endtrans %}</i>
&#169; 2025 <i>{%- trans copyright=copyright|e %}{{ copyright }}{% endtrans %}</i>
{%- endif %}
{%- endif %}
</div>

<div>
<a href="https://www.firstinspires.org/about/privacy-policy">Privacy Policy</a>
<p><a href="{{ pathto('tos/tos') }}">Terms of Service</a></p>
</div>
<div>
<a href="{{ pathto('tos/tos') }}">Terms of Service</a>
<p><a class="external" href="https://www.firstinspires.org/about/privacy-policy">Privacy Policy</a></p>
</div>
<div>
<a href="https://www.pavesuite.com/FIRST/PublicPortal/HomePage">Report an Incident</a>
<p><a class="external" href="https://www.pavesuite.com/FIRST/PublicPortal/HomePage">Report an Incident</a></p>
</div>

<div>
Expand Down Expand Up @@ -67,19 +67,9 @@
</figure>
</div>
</div>

<!--
<div>
{% if show_sphinx %}
{%- set sphinx_web = '<a href="https://www.sphinx-doc.org/">Sphinx</a>' %}
{%- set readthedocs_web = '<a href="https://readthedocs.org">Read the Docs</a>' %}
{#- Translators: the variable "sphinx_web" is a link to the Sphinx project documentation with the text "Sphinx" #}
{%- trans sphinx_web=sphinx_web, readthedocs_web=readthedocs_web %}Built with {{ sphinx_web }} using a{% endtrans %}
{#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documentation #}
<a href="https://github.com/readthedocs/sphinx_rtd_theme">{% trans %}theme{% endtrans %}</a>
{#- Translators: this is always used as "provided by Read the Docs", and should not imply Read the Docs is an author of the generated documentation. #}
{% trans %}provided by {{ readthedocs_web }}{% endtrans %}.
{% endif %}

{%- block extrafooter %} {% endblock %}
</div>
-->
</footer>
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The guide typically has the following sections:
Use the following button link to download a PDF of the Field Setup Guide from the *FIRST* Website:

.. button-link:: https://ftc-resources.firstinspires.org/file/ftc/game/fieldguide
:color: primary
:color: secondary

Download PDF, 4.5 MB

Expand All @@ -48,5 +48,5 @@ Use the following button link to download a PDF of the Field Setup Guide from th
A purchased game set can be full or partial. A partial game set is less expensive and also suitable for teams who
want official game elements but don't have room to setup a full field.

The `Game and Season Materials page <https://ftc-resources.firstinspires.org/files/ftc/game>`_ also contains downloadable PDFs for the AprilTag images that can be printed and placed on the field.
There is also a do it yourself (DIY) Resources section that include CAD models of the game and scoring elements and DIY field and perimeter build guides.
The `Game and Season Materials page <https://ftc-resources.firstinspires.org/files/ftc/game>`_ also contains a downloadable PDF for the AprilTag images that can be printed and placed on the field.
There is a Do It Yourself (DIY) Resources section that include CAD models of scoring elements and DIY field and perimeter build guides.

0 comments on commit 1ab51b3

Please sign in to comment.