Giter VIP home page Giter VIP logo

docs's Introduction

NOTICE: This repository is obsolete. The content is now maintained under the dwave-ocean-sdk account.

This repo was the source of the D-Wave Ocean software documentation located at https://docs.ocean.dwavesys.com/en/latest

Updating content

First, fork this repo in GitHub, clone it on your workstation, and make pull requests from commits you push to your forked repo.

Contributing this way requires some set-up, but once this is done, you can contribute frequently from your own GitHub repo.

Our docs have the following dependencies:

  • Sphinx version 1.6.2
  • Python version 2.7 or 3

After making your changes but before submitting a PR, run the shell command make html at the root of your local repo to check for errors and build a local version of the doc set in HTML for testing. Before running make for the first time, install Sphinx, the documentation generator, possibly using sudo:

pip install -r requirements.txt

Note: The default target directory is docs. This is the target that creates the appropriate build directory on your local machine and references in the source files of your local repo.

The docs build in a minute or two. To view the local version you built, either:

  • Open the _build/ file in your browser.
  • Use a local web server like the SimpleHTTPServer Python module.

Viewing your content using the SimpleHTTPServer module allows you to navigate through the documentation as if you were browsing it online. To use the SimpleHTTPServer module:

  1. Navigate to the build directory.
  2. Run python -m SimpleHTTPServer. After the server starts up, connect to your docs through your loopback IP address (http://127.0.0.1:8000).

License

Creative Commons Attribution 3.0 Unported License

docs's People

Contributors

joelpasvolsky avatar fionahanington avatar bellert avatar charleswhchan avatar arcondello avatar randomir avatar brianm1028 avatar richardkmichael 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.