Skip to content

Commit fb4bb81

Browse files
committed
update tutorial links
1 parent b812357 commit fb4bb81

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@ How to use
2929
To run codes in your environment, see `Edit or run this notebook` instruction shown in the top-right of the tutorial pages below.
3030

3131
- [Getting started](https://mojaie.github.io/MolecularGraph.jl_notebook/getting_started.html)
32-
- [Molecular graph basics](https://mojaie.github.io/MolecularGraph.jl_notebook/molecular_graph_basics.jl.html)
32+
- [Molecular graph basics](https://mojaie.github.io/MolecularGraph.jl_notebook/molecular_graph_basics.html)
3333
- Scope of MolecularGraph.jl
3434
- Considerations in molecular graph implementation
3535
- Basic operations provided by Graphs.jl interface
3636
- MolGraph type and atom/bond properties
37-
- [Properties and descriptors](https://mojaie.github.io/MolecularGraph.jl_notebook/properties_and_descriptors.jl.html)
37+
- [Properties and descriptors](https://mojaie.github.io/MolecularGraph.jl_notebook/properties_and_descriptors.html)
3838
- Built-in molecule properties and descriptors
3939
- Lipinski's Rule of five (RO5)
4040
- Molecular formula
4141
- Atom and bond properties
4242
- Graph topology (ring and fused ring)
4343
- Auto-update mechanism of properties
44-
- [Preprocessing](https://mojaie.github.io/MolecularGraph.jl_notebook/preprocessing.jl.html)
44+
- [Preprocessing](https://mojaie.github.io/MolecularGraph.jl_notebook/preprocessing.html)
4545
- Remove hydrogen vertices
4646
- Extract molecules of interest
4747
- Standardize charges
4848
- Dealing with resonance structure
4949
- Customize property updater
50-
- [Mass and isotopes](https://mojaie.github.io/MolecularGraph.jl_notebook/mass_and_isotopes.jl.html)
50+
- [Mass and isotopes](https://mojaie.github.io/MolecularGraph.jl_notebook/mass_and_isotopes.html)
5151
- Molecular weight and exact mass
5252
- Uncertainty
5353
- Isotopic composition
5454
- Simulate mass spectrum
55-
- [Substructure and query](https://mojaie.github.io/MolecularGraph.jl_notebook/substructure_and_query.jl.html)
55+
- [Substructure and query](https://mojaie.github.io/MolecularGraph.jl_notebook/substructure_and_query.html)
5656
- Substructure match
5757
- InChI and InChIKey
5858
- SMARTS query
@@ -65,13 +65,14 @@ To run codes in your environment, see `Edit or run this notebook` instruction sh
6565
- Connected or disconnected MCS
6666
- Working with larger molecules
6767
- Topological constraint (tdMCS)
68-
- [Drawing molecule](https://mojaie.github.io/MolecularGraph.jl_notebook/drawing_molecule.jl.html)
69-
- Settings of 2D structure images
70-
- Change image size
71-
- Layout for web and Pluto notebook
72-
- Regenerate 2D coordinates
68+
- [Drawing molecule](https://mojaie.github.io/MolecularGraph.jl_notebook/drawing_molecule.html)
69+
- 2D structure images
70+
- Display and export in SVG format
71+
- Display and export in PNG format
72+
- Layout for Pluto notebook
73+
- Regenerate coordinates
7374
- 3D molecule rendering using Makie.jl
74-
- [Stereochemistry](https://mojaie.github.io/MolecularGraph.jl_notebook/stereochemistry.jl.html)
75+
- [Stereochemistry](https://mojaie.github.io/MolecularGraph.jl_notebook/stereochemistry.html)
7576
- Stereochemistry as a molecular graph property
7677
- Stereospecific implicit hydrogens
7778

0 commit comments

Comments
 (0)