commit | b4441b1a901b910f34886e469ba1b4e0d43f8ee4 | [log] [tgz] |
---|---|---|
author | Maytch <5732128+Maytch@users.noreply.github.com> | Sun Sep 07 13:25:46 2025 +0100 |
committer | GitHub <noreply@github.com> | Sun Sep 07 17:25:46 2025 +0500 |
tree | 29d72e287581a120d84381bd077c03fb880aeb42 | |
parent | d5cc2f899828f6cafbd5318baf97d10ad5148952 [diff] |
Fix typo in prepared_statements.md (#105) Change cypher_prepared_statement to cypher_stored_procedure in EXECUTE command.
This repository provides the source for the main website of The Apache AGE.
The link below contains the following Apache AGE project:
master
branch contains the source code of the latest version of the documentation.vX.Y.Z
Branches contain the source code of the documentation of releases.asf-site
branch contains the static webpage code, as well as the build static version of the documenation (in the docs
folder). The docs
folder should not be manually updated.new-web
branch is where website development work is done.brew install python3 virtualenv texlive
sudo apt install python3 virtualenv texlive-latex-base texlive-latex-extra texlive-extra-utils
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
From :warning: remote branches
sphinx-multiversion docs build/html
The documentation should now be in the build/html
folder, with a subfolder per remote branch (version).
From the current folder
sphinx-build docs build/html/current
The documentation for the current local branch should now be in the build/html/current
folder (no subfolders).
Navigate to the root of the repository
Activate the virtual environment if not yet active
source venv/bin/activate
From :warning: remote branches
sphinx-multiversion docs build/html
The documentation should now be in the build/html
folder, with a subfolder per remote branch (version).
From the current folder
sphinx-build docs build/html/current
The updated documentation for the current local branch should now be in the build/html/current
folder (no subfolders).