From 76eece6f8e85010b7923b85254e031b62432991c Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Fri, 30 Aug 2024 19:20:30 +0200 Subject: [PATCH] docs: reorder steps --- docs/source/usage/getstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usage/getstart.rst b/docs/source/usage/getstart.rst index c387694..1947367 100644 --- a/docs/source/usage/getstart.rst +++ b/docs/source/usage/getstart.rst @@ -45,7 +45,6 @@ Necessary first steps: d. ``git push -u origin main`` #. Make yourself the ``github.repository_owner`` who triggers GitHub's CI to publish documentation (see `.github/workflows/CI.yaml` and `.github/workflows/cocogitto.yaml`). -#. Set your documentation to deploy using the `/(root)` folder of your gh-pages branch (see `instructions for gitHub publishing `_). #. Switch to a new branch using git and start customising the template... Necessary second steps: @@ -61,7 +60,8 @@ Necessary second steps: #. Commit and push your changes to a branch of your GitHub repository (not main!). #. Create a pull request and accept it if your CI succeeds in order to to merge/rebase your changes to the main branch of your remote (GitHub) repository. -#. Update your local main branch and any other local branches your have. +#. Set your documentation to deploy using the `/(root)` folder of your gh-pages branch + (see `instructions for gitHub publishing `_). #. Setup (or delete) cocogitto (see :doc:`cocogitto`). #. Build (or delete) C++ code in the repository (see :doc:`pybind11`).