Skip to content

Commit

Permalink
Merge pull request #311 from Deltares/docs/general-docs-fix
Browse files Browse the repository at this point in the history
Docs/general docs fix
  • Loading branch information
Carsopre authored Mar 8, 2024
2 parents e8a9396 + dd34b2c commit 4756b99
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 291 deletions.
7 changes: 6 additions & 1 deletion docs/analysis_module/analysis_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ This analysis finds the shortest (distance-weighed) or quickest (time-weighed) r
This analysis finds the sections of the network that are fully isolated from the rest of the network (also named disconnected islands), because of network disruption due to a hazard.

**network.ini**

::

[project]
name = example_indirect

Expand Down Expand Up @@ -403,9 +405,12 @@ This analysis finds the sections of the network that are fully isolated from the
[isolation]
locations = origins_worldpop_wgs84.shp


**analyses.ini**

::
project]

[project]
name = example_indirect

[analysis1]
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def remove_dir_content(path: str) -> None:
"sphinx.ext.viewcode",
"sphinx.ext.githubpages",
"sphinx.ext.napoleon",
"sphinx.ext.autosectionlabel",
"sphinx.ext.autosummary",
"sphinx_autosummary_accessors",
"nbsphinx",
Expand Down
4 changes: 3 additions & 1 deletion docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Implement Features
Look through the GitHub issues for features. Anything tagged with "enhancement"
and "help wanted" is open to whoever wants to implement it.


.. _Writing tests:

Writing tests
Expand Down Expand Up @@ -150,6 +149,9 @@ If you are proposing a feature:
* Remember that this is a volunteer-driven project, and that contributions
are welcome :)

..
The following table of contents is hidden as we don't need to display it.
However, it will bind those items to this one in the "section menu".
.. toctree::
:caption: Table of Contents
Expand Down
277 changes: 0 additions & 277 deletions docs/docker/docker_user_guide.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Bellow you can access some of the main examples and go through them in an off-li
.. toctree::
:maxdepth: 1
:caption: Examples

../_examples/example_ra2ce_basics
../_examples/example_single_link_redundancy
../_examples/example_origin_destination_analysis
Expand Down
10 changes: 6 additions & 4 deletions docs/faq/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ This page contains the most frequently asked questions about working with RA2CE.
Installation
------------------------------

| **Q**: What to do if my environment fails to install at the `conda env create -f .config\environment.yml` step?
| **Q**: What to do if my environment fails to install at the `conda env create -f .config\environment.yml` step?
When install poetry 1.3.2 (1.4.*) gives issues: install it manually with::

::

conda install -c conda-forge poetry=1.3.2
..

| **Q**: What to do if my environment fails to install at the `poetry install` step?

| **Q**: What to do if my environment fails to install at the `poetry install` step?
Try to run `poetry install` again.

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ Or navigate directly to another section:

overview
installation/installation
user_guide/user_guide
examples/examples
collaboration/collaboration
contributing/index
changelog_wrapper

Lost..? Try the :ref:`search`.
Loading

0 comments on commit 4756b99

Please sign in to comment.