fix(docs): fix docs following the renaming

This commit is contained in:
Mayeul@Zama
2022-01-03 16:02:45 +01:00
committed by mayeul-zama
parent c276e13d97
commit a4e8227692
15 changed files with 47 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
Context:
========
.. doxygenfile:: zamalang/Runtime/context.h
.. doxygenfile:: concretelang/Runtime/context.h

View File

@@ -1,8 +1,8 @@
DataflowRuntime:
================
.. doxygenfile:: zamalang/Runtime/DFRuntime.hpp
.. doxygenfile:: concretelang/Runtime/DFRuntime.hpp
Debug interface:
^^^^^^^^^^^^^^^^
.. doxygenfile:: zamalang/Runtime/dfr_debug_interface.h
.. doxygenfile:: concretelang/Runtime/dfr_debug_interface.h

View File

@@ -1,4 +1,4 @@
Distributed generic task server:
================================
.. doxygenfile:: zamalang/Runtime/distributed_generic_task_server.hpp
.. doxygenfile:: concretelang/Runtime/distributed_generic_task_server.hpp

View File

@@ -1,4 +1,4 @@
Key Manager:
============
.. doxygenfile:: zamalang/Runtime/key_manager.hpp
.. doxygenfile:: concretelang/Runtime/key_manager.hpp

View File

@@ -1,4 +1,4 @@
Runtime API:
============
.. doxygenfile:: zamalang/Runtime/runtime_api.h
.. doxygenfile:: concretelang/Runtime/runtime_api.h

View File

@@ -1,4 +1,4 @@
Wrappers:
=========
.. doxygenfile:: zamalang/Runtime/wrappers.h
.. doxygenfile:: concretelang/Runtime/wrappers.h