Giter Site home page Giter Site logo

andreteixeira1998 / deepstack-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from johnolafenwa/deepstack-docs

0.0 0.0 0.0 9.15 MB

Documentation for DeepStack

License: Apache License 2.0

Dockerfile 12.86% Makefile 15.26% Python 49.72% Batchfile 18.56% CSS 0.79% JavaScript 2.81%

deepstack-docs's Introduction

DeepStack Documentation

This repository contains the source code and content for DeepStack AI Server official documentation site https://docs.deepstack.cc, owned by DeepQuest AI. The docs are generated using Sphinx.

The content of the documentation includes the following:

  • Installation instructions across all supported platforms
  • Python, NodeJS and C# example codes for all supported APIs and features
  • API Reference ( coming soon )
  • End-to-end guides ( coming soon )

N.B: Updates to the main branch of this repository is deployed to the Live documentation site.

Contribution

We welcome contributions from the open source community to this documentation. The following items are our priorities for the repository:

  • Example codes for Java, Swift, Golang, Rust and Matlab.
  • Commons problems and solutions
  • Language specific instructions and guidelines

Feel free to submit a pull request to update the documentation. It will be reviewed and merged as appropriate, provided the guidelines below are followed and it passes the review process.

  • The documentation is versioned as 1.x.x . For a minor update such as

    • typo fixes
    • missing link fixes
    • adding missing resources
    • add/change example media

    , make sure you edit

    • .github/workflows/publish.yml and increase last number of the tags by 1.
    • src/conf.py and change the release to same number as above

    E.g v1.0.1 >> v1.0.2

  • For updates like

    • adding example codes for new progreamming language
    • adding guidelines and/or new page

    , make sure you edit

    • .github/workflows/publish.yml and increase middle number of the tags by 1 and set the last number to 0.
    • src/conf.py and change the release to same number as above

    E.g v1.0.1 >> v1.1.0

Build and run locally

View your changes before creating a pull-request:

docker build -t deepstack-docs .
docker run -p 80:80 deepstack-docs

Navigate to localhost to view the docs.

deepstack-docs's People

Contributors

johnolafenwa avatar memudualimatou avatar mikelud avatar olafenwamoses avatar robmarkcole 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.