Git Product home page Git Product logo

docs's Introduction

Docs

This repo contains the documentation source for: https://docs.foundries.io

About

Currently the docs are written in reStucturedText with Sphinx serving as the site generator.

Requirements

Before beginning any work, review the contributing section.

To build the documentation, python3 and pip3 are required. All required python modules are listed in requirements.txt. Install them with pip install -r requirements.txt.

Using Virtualenv to Provide Requirements

To avoid messing with your system-wide package storage, use virtualenv. This will set up the necessary environment for sphinx packages and place them here:

$ sudo apt-get install python3 python3-virtualenv
$ virtualenv -p /usr/bin/python3 venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt

Building the Docs Locally

To build the html from rst files, from the top directory run:

$ make html

You can then open build/html/index.html in your browser to view the documentation.

Contributing

Before Working on Documentation

While optional, before you begin working:

  • Check Jira

See if someone is working on it. If there is no open issue, should there be? If the fix is going to take more than 30 minutes, consider opening one.

  • Check the default branch to see the if the issue is still relevant.

The published pages reflect the documentation as of the latest release. The change may exist and will show up in the next release.

You must use a fork rather than working on a foundriesio/docs branch. Branch names should be descriptive and in the imperative (what you will do):

git checkout -b spell-check-everything

Working on Documentation

For new pages, first look for an appropriate template under templates/

Use spelling and grammar checks and ask a technical writer if you have questions. Consult the style guide.

You can also "lint" the document, though this will also be done as a GitHub action upon opening a Pull Request (PR). Install vale, and from this directory run:

vale sync
vale <PATH/FILE>

❗ make sure you are using Vale 2.16.0 or greater

Before pushing, check locally:

  • links; make linkcheck
  • html; make html
  • lint: vale <path_to_file(s)>

When opening a PR, add "documentation team" for your reviewer. For any changes that reflect changes to how FoundriesFactory is used/interacted with—the majority—please add the Customer Success team. Someone from the documentation team will merge it once reviews are in and suggestions considered. The PR template has additional steps that can speed up the process.

docs's People

Contributors

doanac avatar kprosise avatar matthewcroughan avatar vanmaegima avatar angolini avatar ldts avatar embeddedandroid avatar ricardosalveti avatar munoz0raul avatar rsalveti avatar igoropaniuk avatar mike-sul avatar milocasagrande avatar tim-anderson avatar mwasilew avatar mike-scott avatar stealthycoder avatar gcg-foundries avatar vkhoroz avatar caiotpereira avatar mrcry0 avatar detsch avatar bravl avatar quaresmajose avatar akbennett avatar marcstreeter avatar gmacario avatar arnout 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.