Welcome to the JudaicaLink Documentation repository. This repository contains the official documentation for JudaicaLink, a Linked Open Data knowledge graph for Jewish Studies.
JudaicaLink is a comprehensive knowledge graph that integrates various Jewish Studies datasets, connecting and enriching them using linked data technologies. The project is developed and maintained by Hochschule Mannheim in collaboration with FID Jüdische Studien, University of Frankfurt, and other partners.
🔗 Website: https://www.judaicalink.org
🔗 SPARQL Endpoint: https://data.judaicalink.org/sparql.html
🔗 Read the Docs: https://judaicalink-docs.readthedocs.io/
/
│── docs/ # Documentation source files
│ ├── conf.py # Sphinx configuration
│ ├── index.rst # Main documentation index
│ ├── getting_started.rst
│ ├── user_guide.rst
│ ├── developer_guide.rst
│ ├── api_reference.rst
│ ├── advanced_topics.rst
│ ├── contributing.rst
│ └── faq.rst
│── .readthedocs.yaml # Read the Docs configuration
│── requirements.txt # Python dependencies for documentation
│── README.md # This file
git clone https://github.com/judaicalink/judaicalink-docs.git
cd judaicalink-docs
Install the required packages to build the documentation:
pip install -r requirements.txt
To generate the HTML documentation locally, run:
cd docs
make html # On Linux/Mac
# or
make.bat html # On Windows
The built documentation will be in docs/_build/html/
. Open index.html
in your browser to view it.
We welcome contributions! To contribute:
- Fork the repository.
- Create a feature branch for your changes.
- Submit a Pull Request with a clear description of your changes.
For detailed guidelines, check the Contributing Guide.
This repository is automatically built and hosted on Read the Docs. Any changes pushed to the repository will trigger an automatic rebuild of the documentation.
You can access the live documentation at: ➡ JudaicaLink Docs on Read the Docs
For any inquiries, please reach out via:
- Contact Page: https://labs.judaicalink.org/contact/
- Email: info@judaicalink.org
This documentation is licensed under the MIT License. See the LICENSE file for details.