Skip to content

Commit

Permalink
last fix for read the docs doc heirarchy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntelfer committed Aug 21, 2018
1 parent b915401 commit bc3a989
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Getting Started

## Installation

Installation
============

This project depends on [python 3.6](https://www.python.org/downloads/). You will need to install it if you haven't already.

Expand Down Expand Up @@ -41,7 +39,8 @@ $ make && make check
$ sudo make install
```

## Starting The Server
Starting The Server
===================

To start up the server simply run the command below

Expand All @@ -68,7 +67,8 @@ You can manage the backend from your browser by going to:
http://localhost:8080
```

## Testing
Testing
=======

You will first need to clone the GitHub repo if you installed using the Pypi wheel. There are two sets of unit tests included in the project. The first of which tests the didery backend and can be run using the command:
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Getting Started
===============

Installation
------------
============

This project depends on `python
3.6 <https://www.python.org/downloads/>`__. You will need to install it
Expand Down Expand Up @@ -60,7 +57,7 @@ Linux
$ sudo make install

Starting The Server
-------------------
===================

To start up the server simply run the command below

Expand Down Expand Up @@ -93,7 +90,7 @@ You can manage the backend from your browser by going to:
http://localhost:8080

Testing
-------
=======

You will first need to clone the GitHub repo if you installed using the
Pypi wheel. There are two sets of unit tests included in the project.
Expand Down
10 changes: 10 additions & 0 deletions docs/getting_started/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
########
Getting Started
########

.. toctree::
:maxdepth: 2
:glob:
:titlesonly:

getting_started
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ frontend is built with
:glob:
:titlesonly:

getting_started
getting_started/index
api/index
frontend/index
decentralized_autonomic_data

0 comments on commit bc3a989

Please sign in to comment.