nbsync 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbsync
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: MkDocs plugin treating Jupyter notebooks, Python scripts and Markdown files as first-class citizens for documentation with dynamic execution and real-time synchronization
5
5
  Project-URL: Documentation, https://daizutabi.github.io/nbsync/
6
6
  Project-URL: Source, https://github.com/daizutabi/nbsync
@@ -134,14 +134,6 @@ Use standard Markdown image syntax with the figure identifier:
134
134
  ![Chart description](my-notebook.ipynb){#my-figure}
135
135
  ```
136
136
 
137
- ## Advanced Usage
138
-
139
- For more detailed information on how to use nbsync, see:
140
-
141
- - [Notebook Configuration](usage/notebook.md) - Setting up notebook directories
142
- - [Class Options](usage/class.md) - Control how notebook content is displayed
143
- <!-- - [Workflow Tips](usage/workflow.md) - Best practices for documentation -->
144
-
145
137
  ## The Power of Separation
146
138
 
147
139
  Creating documentation and developing visualizations involve different
@@ -6,8 +6,8 @@ nbsync/notebook.py,sha256=Voh-e8RQsoYmWKnaHzAn4bm6Ud5v-aHwmng2Uc0rUts,1009
6
6
  nbsync/plugin.py,sha256=YywBAD7fcrPg3-_9T_kSuvD8RBzsc_ovlIviGlKR9po,2835
7
7
  nbsync/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  nbsync/sync.py,sha256=RTF6h0izF1emc1CpG6atEgAQHC7mZCit9NkXK26sOA8,3575
9
- nbsync-0.1.1.dist-info/METADATA,sha256=4Ts8mwrfJMo8BGeo5_HhY8aaLa1Qik88Fvj7tmTjVIQ,6604
10
- nbsync-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- nbsync-0.1.1.dist-info/entry_points.txt,sha256=bSqmJTDmrUoSm4yDjk8YDWxI71SShx16judadGdiKbA,47
12
- nbsync-0.1.1.dist-info/licenses/LICENSE,sha256=wy1pqn52upuo_qYwY-epWmspwE-3UWJso0xodciGXYc,1062
13
- nbsync-0.1.1.dist-info/RECORD,,
9
+ nbsync-0.1.2.dist-info/METADATA,sha256=pFmxrIBJQeRONm0hDZwMWg2mCL84XUdrEbDRG4Hu0v4,6287
10
+ nbsync-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ nbsync-0.1.2.dist-info/entry_points.txt,sha256=bSqmJTDmrUoSm4yDjk8YDWxI71SShx16judadGdiKbA,47
12
+ nbsync-0.1.2.dist-info/licenses/LICENSE,sha256=wy1pqn52upuo_qYwY-epWmspwE-3UWJso0xodciGXYc,1062
13
+ nbsync-0.1.2.dist-info/RECORD,,
File without changes