Coder Social home page Coder Social logo

user-docs's Introduction

Effektif User Manual Documentation Status

See the admin guide instructions for more information.

Set-up

The following instructions assume Python is already installed.

  1. (optional) You might want to set up a virtualenv.

  2. Install Python module dependencies - PIP, termcolor and tabulate:

     sudo easy_install pip
    
  3. Set language environment variables:

     export LC_ALL=en_US.UTF-8
     export LANG=en_US.UTF-8
    
  4. Install all requirements:

     pip install -r requirements
    

Editing the documentation

The documentation contents are in reStructuredText format. The standard language for writing is english.

Building the documentation

In general you can easily build the docs from the root directory by running

./build.sh <de|en>

This will output the docs as HTML into docs/_build. If you want to build to something other than HTML, you can proceed as follows:

cd docs
make html

To build the documentation for a specific language you need to use the language specifc conf.yp files. Those are located in the respective lang_code subdirectories, i.e. de or en.

Updating translations

The files in docs/_locale are used for translations. Update these with:

./i18n.sh

user-docs's People

Contributors

frontendphil avatar hilton avatar jfschwarz avatar silentgert avatar timkam avatar wolfsoe avatar

Watchers

 avatar  avatar

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.