Giter VIP home page Giter VIP logo

docs's Introduction

MasterPush Documentation Project License badge Readthedocs badge

Overview

MasterPush provide mobile text message delivery service of large marketing campaign and an api to send message on the go.

https://www.masterpush.com/

Description

This is the repository of the french documentation Masterpush https://www.masterpush.com/. It hosts the reference documentation that will be maintained and augmented regularly with the new features documentation provided on each release of the Masterpush product.

Environment

The documentation is intended to be built in a readthedocs reStructuredText environment which means the content are wrote in the reStructuredText format in rst files and that the build take place in a python env with the sphinx documentation tool.

Local build

While this documentation is available online at https://docs.masterpush.com/, for contributing purpose, you may want to clone and build it localy. Here are the steps to follow to do it.

First, you need to add the dependencies to build the documentation properly. You have to install sphinx and sphinx-rtd-theme:

$ pip install sphinx sphinx_rtd_theme

Additionally and for convenience, you can install sphinx-autbuild

$ pip install sphinx-autobuild

Then clone the repository on you computer (if you want to contribute, you can fork the project, then clone your fork), go in the directory and launch the build.

$ git clone https://github.com/masterpush/docs.git
$ cd docs
$ make html

You will find your html files in the _build directory.

If you have installed sphinx-autobuild, you can also launch in the same documentation directory:

$ sphinx-autobuild . _build_html

It will build the documentation in the _build_html as soon as you update and save a file. Further more, it will launch an http server (the url is given by the command, generally http://127.0.0.8000) that will reload the content after each build.

Conclusion

We want to constantly improve our documentations and products and your feedbacks are welcome (needed?!) to do it. Please let us know what you think of our work. Thanks!

Development

Feel free to contribute on GitHub.

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝

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.