Skip to content

Commit 4fa2364

Browse files
committed
update doc #201
1 parent 40bcff1 commit 4fa2364

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,9 @@ You can extend SPARQL Anything by including new triplifiers, more details can be
715715
You can use SPARQL Anything as a Python library, see
716716
the [PySPARQL-Anything project](https://pypi.org/project/pysparql-anything/).
717717

718-
### Compiling
718+
# Build
719+
720+
## Compile executable jars
719721

720722
You can generate executable files of the command line interface and server with maven
721723

@@ -729,6 +731,22 @@ You can generate the executable files of the SPARQL Anything geosparql distribut
729731
mvn clean install -Dgenerate-cli-jar-geosparql=true -Dgenerate-server-jar-geosparql=true
730732
```
731733

734+
## Building the documentation
735+
736+
```
737+
# Using `uv` for Python (https://docs.astral.sh/uv/)
738+
uv venv venv-for-mkdocs
739+
source venv-for-mkdocs/bin/activate
740+
uv pip install mkdocs
741+
742+
git clone https://github.com/SPARQL-Anything/sparql.anything.git
743+
cd sparql.anything
744+
uv pip install -r docs/requirements.txt
745+
746+
mkdocs serve
747+
```
748+
749+
732750
## Licence
733751

734752
SPARQL Anything is distributed under [Apache 2.0 License](LICENSE)
@@ -822,17 +840,3 @@ Asprino, Luigi, Enrico Daga, Justin Dowdy, Paul Mulholland, Aldo Gangemi, and Ma
822840
}
823841
```
824842

825-
# Building the documentation
826-
827-
```
828-
# Using `uv` for Python (https://docs.astral.sh/uv/)
829-
uv venv venv-for-mkdocs
830-
source venv-for-mkdocs/bin/activate
831-
uv pip install mkdocs
832-
833-
git clone https://github.com/SPARQL-Anything/sparql.anything.git
834-
cd sparql.anything
835-
uv pip install -r docs/requirements.txt
836-
837-
mkdocs serve
838-
```

0 commit comments

Comments
 (0)