Skip to content

Commit

Permalink
Merge branch 'main' into android
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamsr authored Oct 22, 2024
2 parents d1b28c0 + a34f1c1 commit c81cc39
Show file tree
Hide file tree
Showing 17 changed files with 420 additions and 1 deletion.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,10 @@ def setup(app):
# Set Cookie Banner to disabled by default
cookiebanner_enabled = False

html_context = dict()

# Configure for local official-esque builds
if(os.environ.get("LOCAL_DOCS_BUILD") == "true"):
html_context = dict()
html_context['display_lower_left'] = True

html_context['current_version'] = version
Expand All @@ -346,6 +347,11 @@ def setup(app):
cookiebanner_enabled = True
extensions.append('sphinx_sitemap')
html_baseurl = os.environ.get("FTCDOCS_URL", default="")
html_context['display_github'] = True
html_context['github_user'] = 'FIRST-Tech-Challenge'
html_context['github_repo'] = 'ftcdocs'
html_context['github_version'] = 'main/docs/source/'


# Configure RTD Theme
html_theme_options = {
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ to see why.
VisionPortal Overview </apriltag/vision_portal/visionportal_overview/visionportal-overview>
Webcams for VisionPortal </apriltag/vision_portal/visionportal_webcams/visionportal-webcams>
Understanding AprilTag Values </apriltag/understanding_apriltag_detection_values/understanding-apriltag-detection-values>
AprilTag Localization </apriltag/vision_portal/apriltag_localization/apriltag-localization>
AprilTag Test Images </apriltag/opmode_test_images/opmode-test-images>

.. toctree::
Expand Down
1 change: 1 addition & 0 deletions docs/source/programming_resources/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Topics for programming with AprilTags
VisionPortal Overview <../apriltag/vision_portal/visionportal_overview/visionportal-overview>
Webcams for VisionPortal </apriltag/vision_portal/visionportal_webcams/visionportal-webcams>
Understanding AprilTag Values <../apriltag/understanding_apriltag_detection_values/understanding-apriltag-detection-values>
AprilTag Localization <../apriltag/vision_portal/apriltag_localization/apriltag-localization>
AprilTag Test Images <../apriltag/opmode_test_images/opmode-test-images>

TensorFlow Programming
Expand Down

0 comments on commit c81cc39

Please sign in to comment.