Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 30f3f2fd authored by Jason Kridner's avatar Jason Kridner
Browse files

link to bone101/qwiic

parent e52750af
No related merge requests found
...@@ -6,6 +6,7 @@ on_latest: ...@@ -6,6 +6,7 @@ on_latest:
- sphinx-build -M latexpdf . public/latest/ - sphinx-build -M latexpdf . public/latest/
- mv public/latest/latex/beagleboard-docs.pdf public/latest/ - mv public/latest/latex/beagleboard-docs.pdf public/latest/
- echo "/ /latest/ 302" > public/_redirects - echo "/ /latest/ 302" > public/_redirects
- rm -rf public/latest/latex
artifacts: artifacts:
name: "latest" name: "latest"
paths: paths:
...@@ -18,6 +19,7 @@ on_branch: ...@@ -18,6 +19,7 @@ on_branch:
- sphinx-build -b html . public/$CI_COMMIT_BRANCH/ - sphinx-build -b html . public/$CI_COMMIT_BRANCH/
- sphinx-build -M latexpdf . public/$CI_COMMIT_BRANCH/ - sphinx-build -M latexpdf . public/$CI_COMMIT_BRANCH/
- mv public/$CI_COMMIT_BRANCH/latex/beagleboard-docs.pdf public/$CI_COMMIT_BRANCH/ - mv public/$CI_COMMIT_BRANCH/latex/beagleboard-docs.pdf public/$CI_COMMIT_BRANCH/
- rm -rf public/$CI_COMMIT_BRANCH/latex
artifacts: artifacts:
name: "$CI_COMMIT_BRANCH" name: "$CI_COMMIT_BRANCH"
paths: paths:
...@@ -31,7 +33,8 @@ on_tag: ...@@ -31,7 +33,8 @@ on_tag:
- sphinx-build -b html . public/$GIT_BRANCH/ - sphinx-build -b html . public/$GIT_BRANCH/
- sphinx-build -M latexpdf . public/$GIT_BRANCH/ - sphinx-build -M latexpdf . public/$GIT_BRANCH/
- mv public/$GIT_BRANCH/latex/beagleboard-docs.pdf public/$GIT_BRANCH/beagleboard-docs-$CI_COMMIT_TAG.pdf - mv public/$GIT_BRANCH/latex/beagleboard-docs.pdf public/$GIT_BRANCH/beagleboard-docs-$CI_COMMIT_TAG.pdf
- ln -s public/latex/beagleboard-docs-$CI_COMMIT_TAG.pdf public/$GIT_BRANCH/beagleboard-docs.pdf - ln -s public/$GIT_BRANCH/latex/beagleboard-docs-$CI_COMMIT_TAG.pdf public/$GIT_BRANCH/beagleboard-docs.pdf
- rm -rf public/$GIT_BRANCH/latex
artifacts: artifacts:
name: "$GIT_BRANCH" name: "$GIT_BRANCH"
paths: paths:
......
...@@ -28,6 +28,7 @@ Get started by `engaging the BealgeBoard.org developer community </intro/>`__. ...@@ -28,6 +28,7 @@ Get started by `engaging the BealgeBoard.org developer community </intro/>`__.
:caption: Introduction :caption: Introduction
/intro/support/index /intro/support/index
/intro/bone101/index
/intro/contribution/index /intro/contribution/index
......
...@@ -10,18 +10,19 @@ I don't want to completely lose the useful documentation we had at: ...@@ -10,18 +10,19 @@ I don't want to completely lose the useful documentation we had at:
* https://beagleboard.github.io/bone101/Support/bone101/ * https://beagleboard.github.io/bone101/Support/bone101/
Most of the useful information has moved to :ref:`_bone-cook-book-home`, but this has been Most of the useful information has moved to :ref:`bone-cook-book-home` , but this has been
the place I've most brainstormed free-form about introducing people to BeagleBone. For now, the place I've most brainstormed free-form to make articles introducing people to BeagleBone.
it can serve as a place to put some introductory information that is meant to be For now, it can serve as a place to put some introductory information that is meant to be
from a bit of a different approach. from a bit of a different approach.
Articles under construction: Articles under construction:
* `QWIIC, STEMMA, and Grove add-ons under Linux <quiic-stemma-grove-addons>`__ * :ref:`qwiic_stemma_grove_addons`
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
:hidden: :hidden:
qwiic-stemma-grove-addons.rst /intro/bone101/qwiic-stemma-grove-addons.rst
QWIIC, STEMMA and Grove on Linux .. _qwiic_stemma_grove_addons:
################################
QWIIC, STEMMA and Grove Add-ons in Linux
########################################
.. note:: .. note::
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment