Skip to content

Commit 7869ae6

Browse files
Updated main index.rst as well as created nested User Guide table of content with necessary subsections (#256)
1 parent 03e2e77 commit 7869ae6

File tree

12 files changed

+108
-14
lines changed

12 files changed

+108
-14
lines changed
File renamed without changes.

docs/source/index.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
1+
=================================================
12
Welcome to Rapid Power Estimator's Documentation!
23
=================================================
34

4-
Introduction
5-
============
5+
Overview
6+
###########
67

78
Power and thermal specifications are critical considerations in the early stages of designing SoCs and FPGAs. Determining accurate power requirements and cooling solutions is essential to avoid over-designing or under-designing your product's power and thermal systems. It is a valuable tool in this process.
89

910
RPE allows you to estimate power consumption at various stages of your design cycle. It simplifies the input of design information through intuitive wizards and delivers comprehensive power and thermal data analysis.
1011

11-
GUI Design and Technology Choices
12-
=================================
13-
1412

1513
Contents
16-
========
14+
#########
1715

1816
.. toctree::
1917
:maxdepth: 2
20-
:caption: Contents:
18+
19+
user_guide/index
20+
21+
.. toctree::
22+
:maxdepth: 1
2123

2224
installation
23-
usage
2425
api_reference
2526

26-
Indices and tables
27-
==================
27+
Indices and Tables
28+
###################
2829

2930
* :ref:`genindex`
3031
* :ref:`modindex`

docs/source/usage.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/source/user_guide/FPGA.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
=============
2+
FPGA Input
3+
=============
4+
5+
This section will document FPGA input for Rapid Power Estimator.
6+
7+
Clocking
8+
#########
9+
10+
FLE - Functional Logic Element
11+
###############################
12+
13+
BRAM - Block Randon Access Memory
14+
##################################
15+
16+
DSP - Digital Signal Processor
17+
###############################
18+
19+
IO - Input/Output
20+
##################

docs/source/user_guide/SoC.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
=============
2+
SoC Input
3+
=============
4+
5+
This section will document SoC input for Rapid Power Estimator.
6+
7+
BCPU - Boot Central Processing Unit
8+
#######################################
9+
10+
ACPU - Application Central Processing Unit
11+
###########################################
12+
13+
DMA - Direct Memory Access
14+
###########################
15+
16+
Connectivity
17+
############

docs/source/user_guide/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
==========
2+
User Guide
3+
==========
4+
5+
6+
.. toctree::
7+
:maxdepth: 2
8+
:caption: Table of Contents
9+
10+
introduction
11+
setup
12+
FPGA
13+
SoC
14+
peripherals
15+
memory
16+
results
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
====================
2+
Introduction to RPE
3+
====================
4+
5+
This section will document the Introduction of Rapid Power Estimator.
6+

docs/source/user_guide/launch.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Launching Rapid Power Estimator
2+
=============
3+
4+
This section will document launching of Rapid Power Estimator.

docs/source/user_guide/memory.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Memory Usage
2+
=============
3+
4+
This section will document memory on Rapid Power Estimator.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
================
2+
Peripheral Usage
3+
================
4+
5+
This section will document peripherals on Rapid Power Estimator.

0 commit comments

Comments
 (0)