Skip to content

Commit a05e52e

Browse files
committed
Rename docs
1 parent 9c70c94 commit a05e52e

File tree

6 files changed

+505
-231
lines changed

6 files changed

+505
-231
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ The library is under active development and more features are added regularly. I
2121

2222
# Installation
2323

24-
To install [PyGAD](https://pypi.org/project/pygad), simply use pip to download and install the library from [PyPI](https://pypi.org/project/pygad) (Python Package Index). The library lives a PyPI at this page https://pypi.org/project/pygad.
24+
To install [PyGAD](https://pypi.org/project/pygad), simply use pip to download and install the library from [PyPI](https://pypi.org/project/pygad) (Python Package Index). The library is at PyPI at this page https://pypi.org/project/pygad.
2525

2626
Install PyGAD with the following command:
2727

2828
```python
2929
pip install pygad
3030
```
3131

32-
To get started with PyGAD, please read the documentation at [Read The Docs](https://pygad.readthedocs.io) https://pygad.readthedocs.io.
32+
To get started with PyGAD, please read the documentation at [Read The Docs](https://pygad.readthedocs.io/) https://pygad.readthedocs.io.
3333

3434
# PyGAD Source Code
3535

@@ -146,7 +146,7 @@ on_stop()
146146

147147
# Example
148148

149-
Check the [PyGAD's documentation](https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html) for information about the implementation of this example.
149+
Check the [PyGAD's documentation](https://pygad.readthedocs.io/en/latest/pygad.html) for information about the implementation of this example.
150150

151151
```python
152152
import pygad

docs/source/index.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ pygad Module
247247
:maxdepth: 4
248248
:caption: pygad Module TOC
249249

250-
pygad.rst
250+
README_pygad_ReadTheDocs.rst
251251

252252

253253

@@ -262,7 +262,7 @@ pygad.nn Module
262262
:maxdepth: 4
263263
:caption: pygad.nn Module TOC
264264

265-
nn.rst
265+
README_pygad_nn_ReadTheDocs.rst
266266

267267

268268

@@ -278,7 +278,7 @@ pygad.gann Module
278278
:maxdepth: 4
279279
:caption: pygad.gann Module TOC
280280

281-
gann.rst
281+
README_pygad_gann_ReadTheDocs.rst
282282

283283

284284

@@ -298,7 +298,7 @@ pygad.cnn Module
298298
:maxdepth: 4
299299
:caption: pygad.cnn Module TOC
300300

301-
cnn.rst
301+
README_pygad_cnn_ReadTheDocs.rst
302302

303303

304304

@@ -318,7 +318,7 @@ pygad.gacnn Module
318318
:maxdepth: 4
319319
:caption: pygad.gacnn Module TOC
320320

321-
gacnn.rst
321+
README_pygad_gacnn_ReadTheDocs.rst
322322

323323

324324

@@ -333,7 +333,7 @@ pygad.kerasga Module
333333
:maxdepth: 4
334334
:caption: pygad.kerasga Module TOC
335335

336-
kerasga.rst
336+
README_pygad_kerasga_ReadTheDocs.rst
337337

338338

339339

@@ -348,7 +348,7 @@ pygad.torchga Module
348348
:maxdepth: 4
349349
:caption: pygad.torchga Module TOC
350350

351-
torchga.rst
351+
README_pygad_torchga_ReadTheDocs.rst
352352

353353

354354

@@ -363,7 +363,7 @@ More Information
363363
:maxdepth: 4
364364
:caption: More Information
365365

366-
releases.rst
366+
Footer.rst
367367

368368

369369

0 commit comments

Comments
 (0)