diff --git a/.pytest_cache/v/cache/nodeids b/.pytest_cache/v/cache/nodeids deleted file mode 100644 index 68a7014..0000000 --- a/.pytest_cache/v/cache/nodeids +++ /dev/null @@ -1,20 +0,0 @@ -[ - "tests/test_all.py::Test_Redy_ADT_Core::test_2170718452216", - "tests/test_all.py::Test_Redy_Async_Accompany::test_2170718293912", - "tests/test_all.py::Test_Redy_Async_Delegate::test_2170718397688", - "tests/test_all.py::Test_Redy_Collections_Core::test_2170699568616", - "tests/test_all.py::Test_Redy_Collections_Graph::test_2170699676392", - "tests/test_all.py::Test_Redy_Collections_LinkedList::test_2170718292312", - "tests/test_all.py::Test_Redy_Collections_Traversal::test_2170681920552", - "tests/test_all.py::Test_Redy_Magic_Classic::test_2170699674952", - "tests/test_all.py::Test_Redy_Magic_Pattern::test_2170718451256", - "tests/test_all.py::Test_Redy_Tools_PathLib::test_2170699620904", - "tests/test_all.py::Test_Redy_Tools_TypeInterface::test_2170699674312", - "tests/test_all.py::Test_Redy_Tools_Version::test_2170699620744", - "tests/test_all.py::TestConstExpr::test_constexpr", - "tests/test_all.py::TestGoto::test_loop", - "tests/test_all.py::TestMacro::test_macro", - "tests/test_constexpr.py::TestConstExpr::test_constexpr", - "tests/test_goto.py::TestGoto::test_loop", - "tests/test_macro.py::TestMacro::test_macro" -] \ No newline at end of file diff --git a/docs/Magic.rst b/docs/Magic.rst index 3f5bfa5..47606d8 100644 --- a/docs/Magic.rst +++ b/docs/Magic.rst @@ -26,20 +26,12 @@ Singleton Class - - Constant Return Function ------------------------------ -Custom Initialized Singleton Class ----------------------------------------------- - - - - Runtime Cast ---------------- diff --git a/docs/MetaProgramming.rst b/docs/MetaProgramming.rst index ef7100e..b7bdd6b 100644 --- a/docs/MetaProgramming.rst +++ b/docs/MetaProgramming.rst @@ -54,7 +54,7 @@ Examples Tips: -1. You can create multiple :code:`Macro` object to implement **macro on macro**. +1. You can create multiple :code:`Macro` objects to implement **macro on macro**. 2. The implementation of Python Macro is trivial under Redy's Feature Service System, you can play with it to try something really crazy. @@ -87,7 +87,7 @@ Tips: return ret -* The most effective, elegant and robust :code:`goto` in Python +* The most efficient, elegant and robust :code:`goto` in Python .. code :: python @@ -121,6 +121,6 @@ Tips: -This :code:`goto` is quite fast and safe, but you should only perform it somewhere actually matches the use case of :code:`goto` . +This :code:`goto` is quite efficient and safe, but you should only perform it somewhere actually matches the use case of :code:`goto` . diff --git a/docs/index.rst b/docs/index.rst index 911ffb6..c8ab52b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,8 @@ Welcome to Redy's documentation! :caption: Contents: ADT + Magic + MetaProgramming Indices and tables