All Projects → 3liz → lizmap-documentation

3liz / lizmap-documentation

Licence: other
Full documentation for Lizmap Web Client and Lizmap Plugin

Programming Languages

HTML
75241 projects
CSS
56736 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to lizmap-documentation

lizmap-javascript-scripts
Scripts for Lizmap Web Client
Stars: ✭ 14 (-12.5%)
Mutual labels:  lizmap

Documentation Lizmap 📚

This repository contains the complete documentation of the Lizmap application.

Lizmap allows publishing online QGIS maps.

The documentation is localized into several languages. The main language is the English.

Contributing to the English documentation

Clone the repository and edit files into source/.

The format is the ReStructured Text format.

Read CONTRIBUTING.md about the structure.

See below to build the documentation into HTML to see the result.

Contributing by translating into other languages

We are using Transifex to translate the documentation. So if you want to contribute to the translation, create an account on the Transifex website, and translate different strings.

We retrieve regularly translation and store them into the i18n/ directory.

We don't recommend contributing to translations by doing a Pull Request on GitHub, as it may be difficult to merge content coming from Transifex and your changes.

Building the documentation

We are using the tool Sphinx and its internationalization mechanism sphinx-intl to generate the HTML content in all languages.

So install these tools. On Linux / macOS, install Python, Pip and then:

sudo pip install -U sphinx
sudo pip install -U sphinx==3.5.4
sudo pip install -U sphinx-intl

Then run make gettext && make html. It will build the docs in all available languages. To run only in English, you can use make htmlen.

To see all warnings from Sphinx, your build directory must be empty. It will trigger the full build. You can use rm -rf build/ && make htmlen.

For core contributor

See DEV.md to see instructions to push and pull translated files to/from Transifex.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].