All Projects → moja-global → moja_global_docs

moja-global / moja_global_docs

Licence: MPL-2.0 license
Repository to host the moja global technical documentation

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to moja global docs

MapServer-documentation
Source repository for the MapServer documentation, for the live website. Please submit pull requests to the 'main' branch.
Stars: ✭ 29 (-17.14%)
Mutual labels:  sphinx, sphinx-documentation
About moja global
About moja global and How We Work
Stars: ✭ 33 (-5.71%)
Mutual labels:  climate-change, moja-global
Sphinx Tabs
Tabbed views for Sphinx
Stars: ✭ 143 (+308.57%)
Mutual labels:  sphinx
sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
Stars: ✭ 37 (+5.71%)
Mutual labels:  sphinx
Sphinx Gallery
Sphinx extension for automatic generation of an example gallery
Stars: ✭ 239 (+582.86%)
Mutual labels:  sphinx
Flask Sphinx Themes
Sphinx themes for Pallets projects
Stars: ✭ 164 (+368.57%)
Mutual labels:  sphinx
Best Of Python Dev
🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.
Stars: ✭ 243 (+594.29%)
Mutual labels:  sphinx
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (+291.43%)
Mutual labels:  sphinx
thenftbay.org
The NFT Bay is the galaxy's most resilient NFT BitTorrent site! You wouldn't steal a JPEG (or would you)
Stars: ✭ 322 (+820%)
Mutual labels:  climate-change
Ipypublish
A workflow for creating and editing publication ready scientific reports and presentations, from one or more Jupyter Notebooks, without leaving the browser!
Stars: ✭ 188 (+437.14%)
Mutual labels:  sphinx
sphinx exporter
Exports metrics from sphinx servers for consumption by Prometheus.
Stars: ✭ 20 (-42.86%)
Mutual labels:  sphinx
Piano fundamentals
This is a Sphinx adaptation of Chaun C. Chang's book, "Fundamentals of Piano Practice."
Stars: ✭ 174 (+397.14%)
Mutual labels:  sphinx
Torrentpier
Main project repository
Stars: ✭ 166 (+374.29%)
Mutual labels:  sphinx
panda3d-docs
Sphinx documentation for Panda3D
Stars: ✭ 37 (+5.71%)
Mutual labels:  sphinx
Myst Parser
An extended commonmark compliant parser, with bridges to docutils/sphinx
Stars: ✭ 157 (+348.57%)
Mutual labels:  sphinx
sphinxcontrib-trio
Make Sphinx better at documenting Python functions and methods
Stars: ✭ 26 (-25.71%)
Mutual labels:  sphinx
Riddle
Ruby Client API for Sphinx
Stars: ✭ 139 (+297.14%)
Mutual labels:  sphinx
Yii2 Sphinx
Yii 2 Sphinx extension.
Stars: ✭ 172 (+391.43%)
Mutual labels:  sphinx
Vscode Restructuredtext
reStructuredText Language Support in Visual Studio Code
Stars: ✭ 243 (+594.29%)
Mutual labels:  sphinx
sphinxql
SphinxQL query builder for Node.js. sphinxql package supports Manticore Search and Sphinx Search
Stars: ✭ 21 (-40%)
Mutual labels:  sphinx

Moja global documentation

This repository contains developer documentation for the moja global community. You can find the online version of the moja global documentation at docs.moja.global.

Issues and contributions for the developer documentation are tracked here. We have a large community using these resources and we would like to make it our best effort to respond to issues in a timely fashion.

To file a docs issue, use the issue tracker in the moja-global/moja_global_docs repo.

Installation

To edit the documentation you need a GitHub account. Once you have created one and logged in, you can edit any page by navigating to the corresponding file and clicking the edit (pen) icon.

This will create a "fork" and further you can create a "pull request", which will be approved by one of the existing members of the Docs team. If you have any development experience, you can setup the docs on your local machine to build the documentation locally.

Here are the steps you can follow while setting up the documentation locally.

  1. Fork the repository

If you choose to setup the documentation website locally, you need to have Python and the Python package manager pip on your local machine. Follow the official Python installation to setup Python on your local machine.

First make a fork, and then clone the repo:

  1. Clone the repository. Replace the <GITHUB_USERNAME> with your GitHub username. You can find your username by clicking on your profile picture in the top right corner of the GitHub website.
git clone https://github.com/<GITHUB_USERNAME>/moja_global_docs.git
  1. Go into the directory containing the project
cd moja_global_docs
  1. Navigate to the docs directory
cd docs

You are now in the docs directory.

Assuming that you have python & pip already installed. Let us set the documentation up:

For Linux Users:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
make html

For Windows Users:

virtualenv env
env\Scripts\activate
pip install -r requirements.txt
make html

You can now open the documentation site on _build/html/index.html in your browser. Make corresponding changes on the documentation site and then run make clean && make html to update the documentation. You can now create a pull request to get your changes merged into the upstream develop branch.

To look for broken links:

make linkcheck

You can now look for the broken links, if any, inside _build/linkcheck/output .

Setup the pre-commit hook

In order to ensure that the documentation is free from unforced spelling errors, a pre-commit hook has been used. On executing git commit, codespell checks for spelling errors.

Steps to install pre-commit :

pip install pre-commit
pre-commit install

If spelling errors are detected, codespell automatically corrects the spelling. It is required to execute git add to stage the changes made.

The job spell-check in the Github Action named pre-commit is used to run the spell check on CI. A failed Github Action indicates the presence of spelling errors. The contributors should correct the spelling errors and commit the changes

How to Get Involved?

moja global welcomes a wide range of contributions as explained in the Contributing guide and in the About moja global page.

FAQ and Other Questions

Contributors

Thanks goes to these wonderful people (emoji key):


moja global

📆

Sneha Mishra

💻 📖 🧑‍🏫 👀

Shloka

📖 👀 ️️️️♿️

Sukriti Sood

📖

Sarah Haggarty

📖 🐛 🧑‍🏫 👀

Patama

📖 👀 🧑‍🏫 📆

Andrew O'Reilly-Nugent

📖 👀 📆 🤔

Guy Janssen

📖 👀 🤔

Shubham Karande

📖 👀 🤔 ️️️️♿️

Harsh Mishra

💻 📖 👀 🚧

Anirudh Panda

📖

Ruchi Pakhle

📖

Padmaja Bhol

📖

Asmi Jafar

📖 🐛

Shaunak Deshpande

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Maintainers Reviewers Ambassadors Coaches

The following people are Maintainers Reviewers Ambassadors or Coaches.

moja global
moja global

📆

Maintainers review and accept proposed changes. Reviewers check proposed changes before they go to the Maintainers. Ambassadors are available to provide training related to this repository. Coaches are available to provide information to new contributors to this repository.

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].