Code Monkey home page Code Monkey logo

kb_sdk_docs's Introduction

KBase SDK Documentation

This repo holds the source code for Sphinx documentation describing the KBase Software Development Kit.

You can visit the documentation website here

Editing .rst files

All the documentation files use the "reStructuredText" format. Read the primer here: http://www.sphinx-doc.org/en/1.5/rest.html

A good reference on reStructuredText directives is here: http://docutils.sourceforge.net/docs/ref/rst/directives.html

Development

  1. Make sure pipenv is installed
  2. Run pipenv install in the root directory of this repo on the master branch
  3. Run make live to launch the local development server and open localhost:8000 in your browser. Your browser will refresh on any change.

If you want to add a dependency, make sure to use pipenv and have it added in the Pipfile.

Deploying changes

Note: Ignore this section if you just want to make docs updates and open a PR. The instructions below are for deploying changes from master to gh-pages and kbase.github.io/kb_sdk_docs

The gh-pages branch corresponds to the /build/html subdirectory. That directory is gitignored from master.

To deploy, you need write permissions for the github.com/kbase/kb_sdk_docs repository.

Setup

# Clone `gh-pages` into the html subdirectory
$ git clone -b gh-pages --single-branch https://github.com/kbase/kb_sdk_docs build/html

Deploy

From the repo's root directory.

$ pipenv run make html
$ cd build/html
$ git add --all
$ git commit -m 'Build'
$ git push -u origin gh-pages

kb_sdk_docs's People

Contributors

jayrbolton avatar bio-boris avatar sychan avatar

Watchers

Jeff Froula 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.