Skip to content

Commit

Permalink
doc: update readme and update sphinx landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikbusse committed Nov 30, 2023
1 parent 08de512 commit de09214
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ This repository provides a tool for the generation of road networks.
Here, the main folders are named:

- ``doc``: Resources for documentation
- ``io``: Sample input files
- ``examples``: Examlpe and Template files that showcase minimal working input networks
- ``src``: Source code
- ``test``: Test files and their desired OpenDRIVE outputs
- ``test``: Test file .xml and .xodr pairs
- ``xml``: Contains the XSD validation files
- ``variation``: Python based variation tool for the road generator

Expand Down
17 changes: 16 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@
.. include:: ../README.rst
Road Generation Documentation
=============================

Welcome to the documentation for `Road Generation <https://github.com/ika-rwth-aachen/RoadGeneration>`_!

If you want to use the Road Generation tool you can can follow the `Installation instructions <https://ika-rwth-aachen.github.io/RoadGeneration/readmelink.html#installation>`_.
If you are unsure about the input format, we recommend to chekout the `Input Documentation <https://ika-rwth-aachen.github.io/RoadGeneration/inputdoc.html>`_.

Content
^^^^^^^

#. `Installation instructions <https://ika-rwth-aachen.github.io/RoadGeneration/readmelink.html#installation>`_
#. `Variation Tool Documentation <https://ika-rwth-aachen.github.io/RoadGeneration/variationlink.html>`_
#. `Input Documentation <https://ika-rwth-aachen.github.io/RoadGeneration/inputdoc.html>`_



.. toctree::
:maxdepth: 3
Expand Down

0 comments on commit de09214

Please sign in to comment.