diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc19ef431b938196c89869182718aff76eb6ac83..fcb5911ba879e21ee821a6438e63c0dd3b4dd0d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,9 +36,6 @@ run_tests: script: - cd build - make CTEST_OUTPUT_ON_FAILURE=1 test - only: - - pushes - - merge_requests make_doc: stage: test diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..96a43462b38cb4517d1f445e4006e5961ceb0d2f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# psrdada-cpp + +psrdada-cpp provides C++ wrappers for a subset for PSRDADA functionality (HDUs, +read/write clients, etc.) and data processing pipelines build with them. + +The documentation of psrdadad-cpp can be found at: http://mpifr-bdg.pages.mpcdf.de/psrdada_cpp/ + diff --git a/doc/index.rst b/doc/index.rst index 04f79865714d5af13de5ff7e97d4ccb14c1b8ee9..e646ddcf4b0c1e6558fca53ef180ff4995cb191d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,5 +1,10 @@ -PSRDADA CPP Documentation lorem Ipsum +========================= +PSRDADA-CPP Documentation +========================= +psrdada-cpp provides C++ wrappers for a subset for `PSRDADA +<http://psrdada.sourceforge.net/>` functionality (HDUs, read/write clients, +etc.) and data processing pipelines build with them. Contents ========