Giter VIP home page Giter VIP logo

freeseer-docs's Introduction

freeseer

Documentation

The Freeseer team uses a tool called Sphinx to create the project's documentation.

Sphinx uses reStructuredText as its markup language.

We chose Sphinx for several reasons:

  • Easy to create intelligent and beatiful documentation
  • Common tool for documenting projects written in Python
  • Multiple output formats (HTML, LaTeX, manual pages, and plain text)
  • Handles Python code, including highlighting, docstrings, and more

Getting Started

The best place to start is the Sphinx website. But if you're in a hurry, here's the gist of what you need to know:

Install the Sphinx package with sudo easy_install -U Sphinx.

For an overview of basic tasks:

For a brief introduction on reStructuredText concepts and syntax:

Publishing to the Web

Once you've made your changes to the documentation, preview them by rebuilding the output files with make html. The default build directory is ./build/. We want the files in ./build/html/ to go to the freeseer.github.com repo.

A script is provided to easily build and publish the documentation online:

$ ./publish

To add your own one-liner commit message, add it as an argument:

$ ./publish 'Fix a typo.'

Or for a more manual approach, you can place the output directly in your local freeseer.github.com repo:

$ sphinx-build -b html source path/to/freeseer.github.com/docs/
# Don't forget to commit and push the changes in freeseer.github.com!

freeseer-docs's People

Contributors

dideler avatar zxiiro avatar

Watchers

 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.