Git Product home page Git Product logo

qgis-training-manual's Introduction

About the Project

This manual was originally produced by Linfiniti Consulting CC (http://linfiniti.com) and is now a community effort.

Contributions

Make sure that you understand and agree to the license conditions for this project before contributing.

To edit the source

To add content to the (English) source, you will need:

  • Git version control software. Refer to git's documentation for help.
  • A local clone of the manual's repository. You may wish to work on your own fork of this repository and submit a pull request later.
  • The latest stable installation of QGIS software (in which to produce examples).
  • A basic text editor to edit the RST text files which contain the content. Take care not to commit Windows line endings!
  • A method to make and edit screenshots. When adding screenshots, put them in the "_static_en" directory. Use the existing structure as an example.

To edit existing translations

  • You'll need a translation editor such as Qt Linguist or Virtaal. Use it to edit the .po files for your language, found under the i18n folder.
  • When creating new screenshots, always save them under the same name as the ones they are to replace. If you use your own file names, the images won't show up in the document.

To add new translations

  • The languages that will be considered for translation are in the "pre_translate.sh" and "post_translate.sh" scripts.
  • In order to create a fully functional translation for a language, open each of these scripts and edit their LOCALE lists.
  • Add the two-letter code for your chosen language to all of the LOCALE lists and save the files.
  • Run the "pre_translate.sh" script.

To render documentation

  • Run the "post_translate.sh" script.
  • You may add the two-letter language code of your language as a parameter to make the script only render documentation for the language you specified.
  • The output directory is _build, which is not under version control.
  • Alternatively, to render the English documentation only as html, run the command "make html".
  • The English PDF render target is specified by using "make latexpdf".
  • You may need to install "texlive" or "texlive-full" for PDF rendering to work.

Theming

To use the theme, run the command "git submodule update --init linfiniti-sphinx-theme" to load the theme submodule from git.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.