GithubHelp home page GithubHelp logo

felipemuhamed / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dojot/docs

0.0 1.0 0.0 23.18 MB

System-wide documents for dojot

Home Page: http://www.dojot.com.br

Makefile 10.39% Python 89.61%

docs's Introduction

dojot documentation

This repository contains the high-level documentation for dojot iot platform. For specific information regarding each of the sub-components that comprise the solution, please check the component's own documentation page.

Build

The readable version of this documentation can be generated by means of sphinx. In order to do so, please follow the steps below. Those are actually based off Read The Docs own documentation.

> pip install sphinx sphinx-autobuild sphinx_rtd_theme sphinx-intl
> make html

For that to work, you must have pip installed on the machine used to build the documentation. To install pip on an ubuntu machine:

> sudo apt-get install python-pip

To build the documentation in Brazilian Portuguese language, run the following extra commands:

> sphinx-intl -c source/conf.py build -d source/locale
> make html BUILDDIR=build/html-pt_BR O='-d build/doctrees/ -D language=pt_BR'

Update workflow

To update the documentation, follow the steps below:

  1. Update the source files for the english version
  2. Extract translatable messages from the english version
> make gettext
  1. Update the message catalog (PO Files) for pt_BR language
> sphinx-intl -c source/conf.py update -p build/gettext -l pt_BR
  1. Translate the messages in the pt_BR language PO files

This workflow is based on the internationalization feature of Sphinx.

docs's People

Contributors

giovannicuriel avatar mmagr avatar rascaraficci avatar henriquecd avatar

Watchers

James Cloos 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.