Skip to content

hiveeyes/documentation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

Tip

You might want to continue reading on our documentation space, the rendering will work properly there.

Change documentation

git clone git@github.com:hiveeyes/documentation.git
cd documentation
<editor> *.rst

Build local docs

<package-manager> install python2-virtualenv
make docs-html
<browser> doc/build/html/index.html

Build global docs

git commit && git push

Write reStructuredText

How to link to BERadio_ and Kotori_ project documentation?:

:ref:`beradio-spec`
:ref:`beradio:beradio-spec`
:ref:`beradio spec <beradio:beradio-spec>`