Giter VIP home page Giter VIP logo

geni-docs's Introduction

The GENI Developer Docs (Source Code)

This is the source tree for the documentation for the GENI platform โˆ’ a platform sponsored by the National Science Foundation and in partnership with Mozilla Ignite. These docs can be viewed in HTML and PDF form at: Read The Docs.

Building Locally

These docs were written in ReStructured Text, and can be built with Sphinx. To build the docs, you'll need a python installation and easy_install. Once you have those, you can install sphinx:

$ easy_install -U Sphinx

And when you're done with that, clone this repository to a local directory and cd into it. From there:

$ make html

You'll see something similar to:

'sphinx-build' -b html -d build/doctrees   source build/html
Running Sphinx v1.1.3
loading pickled environment... done
building [html]: targets for 1 source files that are out of date
updating environment: 0 added, 1 changed, 0 removed
reading sources... [100%] examples/index                                                                                
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index                                                                                          
writing additional files... genindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded.

Build finished. The HTML pages are in build/html.

Editing

The source/ directory is where the source-form of the docs are kept. Since we're using sphinx, the format of the docs are in Restructured Text, a popular markup language.

The build form of the docs end up in build, which is ignored by git due to the .gitignore file.

Questions

Send any and all questions or feedback to [email protected]

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.