Skip to content

Commit b0771a6

Browse files
authored
Merge pull request #677 from sebproell/minor-docs
Minor bugfixes in documentation
2 parents 12a8f84 + 1641dec commit b0771a6

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

doc/documentation/developer_cmake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _cmakepresets:
22

3-
cmake presets
3+
CMake presets
44
--------------
55

66
CMake presets are |FOURC|'s recommended way to configure and manage different configurations of |FOURC|.

doc/documentation/developer_dirstructure.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ support scripts. The important subdirectories are the following:
1010

1111
:``dependencies``: Contains installation scripts for the external dependencies of |FOURC|.
1212

13-
:``doc``: Contains this documentation and also the setup for Doxygen.
14-
15-
:``doc_removed_code``: Contains a changelog of major deletions in the code base.
13+
:``doc``: Contains the sources of the documentation you are currently reading.
1614

1715
:``docker``: Contains the setup files for docker images for running |FOURC| inside of it.
1816

doc/documentation/installation.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ This is a good practice to keep your source directory clean. Instead, create a b
141141
Many development tools work well when the build directory is a subdirectory of the source directory.
142142
A possible directory structure could look like this::
143143

144-
::
145-
146144
<4C_home>/
147145
build/
148146
debug/

0 commit comments

Comments
 (0)