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,50 +1,50 @@
Conversion
==========
HLFHETensorOpsToLinalg:
FHETensorOpsToLinalg:
^^^^^^^^^^^^^^^^^^^^^^^
.. doxygenfile:: zamalang/Conversion/HLFHETensorOpsToLinalg/Pass.h
.. doxygenfile:: concretelang/Conversion/FHETensorOpsToLinalg/Pass.h
HLFHEToMidLFHE:
FHEToTFHE:
^^^^^^^^^^^^^^^
.. doxygenfile:: zamalang/Conversion/HLFHEToMidLFHE/Patterns.h
.. doxygenfile:: concretelang/Conversion/FHEToTFHE/Patterns.h
.. doxygenfile:: zamalang/Conversion/HLFHEToMidLFHE/Pass.h
.. doxygenfile:: concretelang/Conversion/FHEToTFHE/Pass.h
MidLFHEGlobalParametrization:
TFHEGlobalParametrization:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. doxygenfile:: zamalang/Conversion/MidLFHEGlobalParametrization/Pass.h
.. doxygenfile:: concretelang/Conversion/TFHEGlobalParametrization/Pass.h
MidLFHEToLowLFHE:
TFHEToConcreteFHE:
^^^^^^^^^^^^^^^^^
.. doxygenfile:: zamalang/Conversion/MidLFHEToLowLFHE/Patterns.h
.. doxygenfile:: concretelang/Conversion/TFHEToConcrete/Patterns.h
.. doxygenfile:: zamalang/Conversion/MidLFHEToLowLFHE/Pass.h
.. doxygenfile:: concretelang/Conversion/TFHEToConcrete/Pass.h
LowLFHEToStd:
ConcreteToStd:
^^^^^^^^^^^^^
.. doxygenfile:: zamalang/Conversion/LowLFHEToConcreteCAPI/Pass.h
.. doxygenfile:: concretelang/Conversion/ConcreteToConcreteCAPI/Pass.h
.. doxygenfile:: zamalang/Conversion/LowLFHEUnparametrize/Pass.h
.. doxygenfile:: concretelang/Conversion/ConcreteUnparametrize/Pass.h
.. doxygenfile:: zamalang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h
.. doxygenfile:: concretelang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h
Utils:
^^^^^^
.. doxygenfile:: zamalang/Conversion/Utils/TensorOpTypeConversion.h
.. doxygenfile:: concretelang/Conversion/Utils/TensorOpTypeConversion.h
.. doxygenfile:: zamalang/Conversion/Utils/LinalgGenericTypeConverterPattern.h
.. doxygenfile:: concretelang/Conversion/Utils/RegionOpTypeConverterPattern.h
.. doxygenfile:: zamalang/Conversion/Utils/GenericOpTypeConversionPattern.h
.. doxygenfile:: concretelang/Conversion/Utils/GenericOpTypeConversionPattern.h
.. doxygenfile:: zamalang/Conversion/Utils/GlobalFHEContext.h
.. doxygenfile:: concretelang/Conversion/Utils/GlobalFHEContext.h

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

View File

@@ -1,4 +1,4 @@
CompilerEngine:
===============
.. doxygenfile:: zamalang/Support/CompilerEngine.h
.. doxygenfile:: concretelang/Support/CompilerEngine.h