Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

32 lines
1.5KB

  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/*