Commit e53eb1f
committed
feat(docs): update theme options and improve documentation
- Add issue button and adjust TOC level in docs theme options
- Simplify description in index.rst
- Add version 0.5 release notes with new features
- Update cache.py with new methods and versionadded markers
- Create exceptions.py with new exception classes1 parent 3b6c3f1 commit e53eb1f
File tree
4 files changed
+31
-2
lines changed- docs
- src/redis_func_cache
4 files changed
+31
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
366 | 370 | | |
367 | 371 | | |
368 | 372 | | |
| 373 | + | |
| 374 | + | |
369 | 375 | | |
370 | 376 | | |
371 | 377 | | |
| |||
846 | 852 | | |
847 | 853 | | |
848 | 854 | | |
| 855 | + | |
| 856 | + | |
849 | 857 | | |
850 | 858 | | |
851 | 859 | | |
852 | 860 | | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
853 | 864 | | |
854 | 865 | | |
855 | 866 | | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
856 | 870 | | |
857 | 871 | | |
858 | 872 | | |
| |||
881 | 895 | | |
882 | 896 | | |
883 | 897 | | |
| 898 | + | |
| 899 | + | |
884 | 900 | | |
885 | 901 | | |
886 | 902 | | |
| |||
902 | 918 | | |
903 | 919 | | |
904 | 920 | | |
905 | | - | |
| 921 | + | |
906 | 922 | | |
| 923 | + | |
| 924 | + | |
907 | 925 | | |
908 | 926 | | |
909 | 927 | | |
| |||
927 | 945 | | |
928 | 946 | | |
929 | 947 | | |
| 948 | + | |
| 949 | + | |
930 | 950 | | |
931 | 951 | | |
932 | 952 | | |
| |||
946 | 966 | | |
947 | 967 | | |
948 | 968 | | |
| 969 | + | |
| 970 | + | |
949 | 971 | | |
950 | 972 | | |
951 | 973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
0 commit comments