Skip to content

Commit 584f00a

Browse files
committed
Moved documentation to resources directory
1 parent 9bb303e commit 584f00a

35 files changed

+34
-34
lines changed

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -113,59 +113,59 @@ Charts created through Image class
113113
Most of the basic charts are created through methods of the `CpChart\Image`
114114
class. Below you can find a full list of these charts, alongside example code.
115115

116-
- [area](doc/area.md)
117-
- [bar](doc/bar.md)
118-
- [best fit](doc/best_fit.md)
119-
- [filled spline](doc/filled_spline.md)
120-
- [filled step](doc/filled_step.md)
121-
- [line](doc/line.md)
122-
- [plot](doc/plot.md)
123-
- [progress](doc/progress.md)
124-
- [spline](doc/spline.md)
125-
- [stacked area](doc/stacked_area.md)
126-
- [stacked bar](doc/stacked_bar.md)
127-
- [step](doc/step.md)
128-
- [zone](doc/zone.md)
116+
- [area](resources/doc/area.md)
117+
- [bar](resources/doc/bar.md)
118+
- [best fit](resources/doc/best_fit.md)
119+
- [filled spline](resources/doc/filled_spline.md)
120+
- [filled step](resources/doc/filled_step.md)
121+
- [line](resources/doc/line.md)
122+
- [plot](resources/doc/plot.md)
123+
- [progress](resources/doc/progress.md)
124+
- [spline](resources/doc/spline.md)
125+
- [stacked area](resources/doc/stacked_area.md)
126+
- [stacked bar](resources/doc/stacked_bar.md)
127+
- [step](resources/doc/step.md)
128+
- [zone](resources/doc/zone.md)
129129

130130
Standalone charts:
131131
------------------------------------
132132

133133
The more advanced charts have their own separate class you need to use in order
134134
to create them. As before, below is a full list of these, with example code.
135135

136-
- [2D pie](doc/2d_pie.md)
137-
- [3D pie](doc/3d_pie.md)
138-
- [2D ring](doc/2d_ring.md)
139-
- [3D ring](doc/3d_ring.md)
140-
- [bubble](doc/bubble.md)
141-
- [contour](doc/contour.md)
142-
- [polar](doc/polar.md)
143-
- [radar](doc/radar.md)
144-
- [scatter best fit](doc/scatter_best_fit.md)
145-
- [scatter line](doc/scatter_line.md)
146-
- [scatter plot](doc/scatter_plot.md)
147-
- [scatter spline](doc/scatter_spline.md)
148-
- [scatter threshold](doc/scatter_threshold.md)
149-
- [scatter threshold area](doc/scatter_threshold_area.md)
150-
- [split path](doc/split_path.md)
151-
- [spring](doc/spring.md)
152-
- [stock](doc/stock.md)
153-
- [surface](doc/surface.md)
136+
- [2D pie](resources/doc/2d_pie.md)
137+
- [3D pie](resources/doc/3d_pie.md)
138+
- [2D ring](resources/doc/2d_ring.md)
139+
- [3D ring](resources/doc/3d_ring.md)
140+
- [bubble](resources/doc/bubble.md)
141+
- [contour](resources/doc/contour.md)
142+
- [polar](resources/doc/polar.md)
143+
- [radar](resources/doc/radar.md)
144+
- [scatter best fit](resources/doc/scatter_best_fit.md)
145+
- [scatter line](resources/doc/scatter_line.md)
146+
- [scatter plot](resources/doc/scatter_plot.md)
147+
- [scatter spline](resources/doc/scatter_spline.md)
148+
- [scatter threshold](resources/doc/scatter_threshold.md)
149+
- [scatter threshold area](resources/doc/scatter_threshold_area.md)
150+
- [split path](resources/doc/split_path.md)
151+
- [spring](resources/doc/spring.md)
152+
- [stock](resources/doc/stock.md)
153+
- [surface](resources/doc/surface.md)
154154

155155
Barcodes
156156
--------
157157

158158
The pChart library also provides a way to render barcodes 39 and 128. Below you
159159
can find links to doc on creating them:
160160

161-
- [barcode39](doc/barcode_39.md)
162-
- [barcode128](doc/barcode_128.md)
161+
- [barcode39](resources/doc/barcode_39.md)
162+
- [barcode128](resources/doc/barcode_128.md)
163163

164164
Cache
165165
-----
166166

167167
If you find yourself creating charts out of a set of data more than once, you may
168-
consider using the cache component of the library. Head on to the [dedicated part](doc/cache.md)
168+
consider using the cache component of the library. Head on to the [dedicated part](resources/doc/cache.md)
169169
of the documentation for information on how to do that.
170170

171171
Fonts and palletes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)