Skip to content

Commit

Permalink
add docs outline
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett committed Jun 8, 2014
1 parent aa68648 commit d67f0f2
Show file tree
Hide file tree
Showing 57 changed files with 4,525 additions and 133 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site
.sass-cache
venv
venv
Gemfile.lock
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll'
gem 'jekyll-sitemap'
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 66b4b4a326a7303e362382650081c15f
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/.doctrees/api.doctree
Binary file not shown.
Binary file added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/.doctrees/getting_started.doctree
Binary file not shown.
Binary file added docs/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/new_records.doctree
Binary file not shown.
Binary file added docs/.doctrees/reports.doctree
Binary file not shown.
Binary file added docs/.doctrees/searching.doctree
Binary file not shown.
Binary file added docs/.doctrees/settings.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/_sources/api.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REST API
========
13 changes: 13 additions & 0 deletions docs/_sources/getting_started.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Getting Started
===============

Create a new account
--------------------

Every account on Bauble is also part of an organization. Organizations allow more than one user to manage a plant collection. At the moment there is no way to restrict what a particular user can an can't edit in a collection so only allow someone access to your collection if they are somone you can trust.

.. highlights::
The organizations **name** and short **name** are not required
to be unique but these field are used when exporting your data. If your
organization is registered with `BGCI<http://bgci.org>` then the short name
should be the same as the *Institution Code* registered with the BGCI.
26 changes: 26 additions & 0 deletions docs/_sources/index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. Bauble documentation master file, created by
sphinx-quickstart on Sat Jun 7 19:40:41 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Welcome to Bauble's documentation!
==================================

.. toctree::
:maxdepth: 2

getting_started
searching
new_records
reports
settings
api



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
25 changes: 25 additions & 0 deletions docs/_sources/new_records.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Creating a new record
=====================

Family
------


Genus
------


Taxon
------


Accession
---------


Plant
------


Location
--------
2 changes: 2 additions & 0 deletions docs/_sources/reports.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Reports
=======
2 changes: 2 additions & 0 deletions docs/_sources/searching.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Searching
=========
2 changes: 2 additions & 0 deletions docs/_sources/settings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Settings
========
Binary file added docs/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d67f0f2

Please sign in to comment.