Skip to content

Commit

Permalink
fix improper code blocks on contributing page
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 8, 2024
1 parent 15669a4 commit 9a0ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These instructions assume you are working from a terminal, either on Windows or
1. Clone the repository from `GitHub <https://github.com/Vineflower/vineflower-site>`_ and switch into the directory
2. Install pipenv (if not present): ``$ apt install pipenv``

Check warning on line 31 in source/contributing.rst

View workflow job for this annotation

GitHub Actions / check-spelling

pipenv: ["pipeline"]: Install pipenv (if not present): .
3. Install the dependencies: ``pipenv install``
4. Generate the documentation contents from the current Vineflower release: `pushd docgen/ && ./gradlew generate --target-dir ../source/generated/ && popd`
4. Generate the documentation contents from the current Vineflower release: ``pushd docgen/ && ./gradlew generate --target-dir ../source/generated/ && popd``

Check warning on line 33 in source/contributing.rst

View workflow job for this annotation

GitHub Actions / check-spelling

Vineflower: ["Vine flower", "Vine-flower", "Coneflower"]: Generate the documentation contents from the current Vineflower release: .
5. Build the documentation: ``pipenv run make livehtml``
6. Open a browser to ``https://localhost:8000`` to view the just-built site. Pages will auto-refresh when changes are made.

Expand All @@ -39,7 +39,7 @@ These instructions assume you are working from a terminal, either on Windows or
1. Clone the repository from `GitHub <https://github.com/Vineflower/vineflower-site/>`_ and switch into the directory
2. Install pipenv (if not present): ``pip install pipenv```

Check warning on line 40 in source/contributing.rst

View workflow job for this annotation

GitHub Actions / check-spelling

pipenv: ["pipeline"]: Install pipenv (if not present): .
3. Install the dependencies: ``pipenv install``
4. Generate the documentation contents from the current Vineflower release: `cd docgen/; ./gradlew generate --target-dir ../source/generated/; cd -`
4. Generate the documentation contents from the current Vineflower release: ``cd docgen/; ./gradlew generate --target-dir ../source/generated/; cd -``

Check warning on line 42 in source/contributing.rst

View workflow job for this annotation

GitHub Actions / check-spelling

Vineflower: ["Vine flower", "Vine-flower", "Coneflower"]: Generate the documentation contents from the current Vineflower release: .
5. Build the documentation: ``pipenv run ./make livehtml``
6. Open a browser to ``https://localhost:8000`` to view the just-built site. Pages will auto-refresh when changes are made.

Expand Down

0 comments on commit 9a0ff8c

Please sign in to comment.