Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.rst 1.5KB

12345678910111213141516171819202122232425262728293031
  1. .. Shared Memory Dictionary documentation master file, created by
  2. sphinx-quickstart on Wed Aug 21 10:21:58 2019.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to the Shard Memory Dictionary's documentation!
  6. =======================================================
  7. +---------------------------------------+-----------------------------------+
  8. | | |
  9. | **Modules** | * :ref:`search` |
  10. | | |
  11. +---------------------------------------+-----------------------------------+
  12. | | |
  13. | * :ref:`shm_dict.shm_dict` | * Full index of all callables |
  14. | | |
  15. | | * :ref:`genindex` |
  16. | | |
  17. | | * Index based on file/directory |
  18. | | |
  19. | | * :ref:`modindex` |
  20. | | |
  21. +---------------------------------------+-----------------------------------+
  22. .. toctree::
  23. :hidden:
  24. :glob:
  25. shm_dict/*