Skip to content

Commit

Permalink
Merge pull request #21 from openego/feature/#20-basic-structure-of-docs
Browse files Browse the repository at this point in the history
Replace section "Overview" by "Getting started"
  • Loading branch information
gplssm committed Oct 20, 2020
2 parents 5a19d39 + fa745ee commit 601fdc5
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 23 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@

=========
Changelog
=========

0.0.0 (2020-10-13)
------------------
Unreleased
==========

Added
-----


Changed
-------

* Adapt structure of the documentation to project specific requirements
`#20 <https://github.com/openego/eGon-data/issues/20>`_

* First release on PyPI.
Bug fixes
---------
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.autosectionlabel'
]
source_suffix = '.rst'
master_doc = 'index'
Expand Down
9 changes: 9 additions & 0 deletions docs/data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
****
Data
****

Scenarios
=========

Published data
==============
37 changes: 37 additions & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
***************
Getting Started
***************

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

Since no release is available on PyPi and installations are probably used for development, cloning

.. code-block:: bash
git clone git@github.com:openego/eGon-data.git
and installing in editable mode recommended.

.. code-block:: bash
pip install -e eGon-data
Pre-requisites
==============

Run the workflow
================

.. warning::

A complete run of the workflow might require much computing power and can't be run on laptop.
Use the :ref:`test mode <Test mode>` for experimenting.


Test mode
---------

The workflow can be tested on a smaller subset of data on example of the federal state of Bremen.

9 changes: 5 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ Contents
.. toctree::
:maxdepth: 2

readme
installation
usage
reference/index
getting_started
workflow
data
literature
contributing
authors
changelog
Module documentation <reference/index>

Indices and tables
==================
Expand Down
7 changes: 0 additions & 7 deletions docs/installation.rst

This file was deleted.

3 changes: 3 additions & 0 deletions docs/literature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**********
Literature
**********
1 change: 0 additions & 1 deletion docs/readme.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/usage.rst

This file was deleted.

3 changes: 3 additions & 0 deletions docs/workflow.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
********
Workflow
********

0 comments on commit 601fdc5

Please sign in to comment.