Skip to content
Snippets Groups Projects
Verified Commit 3d3bf2ba authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Renamed README_SETUP.md

parent 7748c0d9
No related branches found
No related tags found
1 merge request!35DOC: Make `make conan` more prominent.
Pipeline #19312 canceled
......@@ -7,8 +7,8 @@ for CaosDB and a part of the CaosDB project.
## Setup
Please read the [README_SETUP.md](README_SETUP.md) for instructions on how to
develop, build and use this code.
Please read the installation instructions [online](https://docs.indiscale.com/caosdb-cpplib/Install_develop.html) or [in the source repository](doc/Install_develop.md) for
instructions on how to build, use and develop this code.
## Further Reading
......@@ -20,7 +20,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md).
## License
* Copyright (C) 2021 Indiscale GmbH <info@indiscale.com>
* Copyright (C) 2022 Indiscale GmbH <info@indiscale.com>
All files in this repository are licensed under a [GNU Affero General Public
License](LICENCE.md) (version 3 or later).
doc/README_SETUP.md
\ No newline at end of file
......@@ -84,7 +84,7 @@ if (DOXYGEN_FOUND)
sphinx_out
DEPENDS doc-doxygen
Examples.rst
README_SETUP.md
Install_develop.md
FEATURES.md
CHANGELOG.md
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
......@@ -94,7 +94,7 @@ if (DOXYGEN_FOUND)
# Copying files is necessary: https://stackoverflow.com/a/45808534/232888
file(COPY
Examples.rst
README_SETUP.md
Install_develop.md
DEPENDENCIES.md
CHANGELOG.md
FEATURES.md
......
......@@ -5,8 +5,8 @@ Examples
Connect to a CaosDB server
--------------------------
See also the hints on how to :doc:`get started<README_SETUP>`, and set-up of libcaosdb. In order to
connect to a CaosDB server with libcaosdb you first have to configure the connection via a
See also the hints on how to :doc:`get started<Install_develop>`, and set-up of libcaosdb. In order
to connect to a CaosDB server with libcaosdb you first have to configure the connection via a
configuration file as explained in the :ref:`"Client Configuration" section <Client
Configuration>`. Once the configuration is set up, connecting to the server is as easy as
......
File moved
......@@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------
project = '@CMAKE_PROJECT_NAME@'
copyright = '2021 IndiScale GmbH'
copyright = '2022 IndiScale GmbH'
author = 'Timm Fitschen'
version = '@CMAKE_PROJECT_VERSION@'
release = '@CMAKE_PROJECT_VERSION@'
......
......@@ -30,7 +30,7 @@ Welcome to |PROJECT_NAME|'s documentation!
:caption: Contents:
Welcome <self>
Getting Started <README_SETUP>
Getting Started <Install_develop>
Examples.rst
cppapi/index
capi/index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment