Skip to content

Commit 18a2fc0

Browse files
aschilling-nvayushdg
authored andcommitted
Applying SEO Best Pratices (NVIDIA#104)
* Rename CPUvsGPU.rst to cpuvsgpu.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename DataCuration.rsts to datacuration.rsts Signed-off-by: Andrew Schilling <[email protected]> * Rename DistributedDataClassification.rst to distributeddataclassification.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename DocumentDataset.rst to documentdataset.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename Download.rst to download.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename GpuDeduplication.rst to gpudeduplication.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename KubernetesCurator.rst to kubernetescurator.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename LanguageIdentificationUnicodeFormatting.rst to languageidentificationunicodeformatting.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename PersonalIdentifiableInformationIdentificationAndRemoval.rst to personalidentifiableinformationidentificationandremoval.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename QualityFiltering.rst to qualityfiltering.rst Signed-off-by: Andrew Schilling <[email protected]> * Rename TaskDecontamination.rst to taskdecontamination.rst Signed-off-by: Andrew Schilling <[email protected]> * Update index.rst Setting all RST files to lowercase names. Signed-off-by: Andrew Schilling <[email protected]> * Ignore docs for EOF fixer hook Signed-off-by: Ayush Dattagupta <[email protected]> --------- Signed-off-by: Andrew Schilling <[email protected]> Signed-off-by: Ayush Dattagupta <[email protected]> Co-authored-by: Ayush Dattagupta <[email protected]> Signed-off-by: Vibhu Jawa <[email protected]>
1 parent 4f851da commit 18a2fc0

13 files changed

+12
-10
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ repos:
3030
- id: check-yaml
3131
- id: detect-private-key
3232
- id: end-of-file-fixer
33+
exclude: docs/
3334
- id: requirements-txt-fixer
3435
- id: trailing-whitespace
3536

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/user-guide/index.rst

+11-10
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@
3232
:titlesonly:
3333

3434

35-
Download.rst
36-
DocumentDataset.rst
37-
CPUvsGPU.rst
38-
QualityFiltering.rst
39-
LanguageIdentificationUnicodeFormatting.rst
40-
GpuDeduplication.rst
41-
TaskDecontamination.rst
42-
PersonalIdentifiableInformationIdentificationAndRemoval.rst
43-
DistributedDataClassification.rst
44-
KubernetesCurator.rst
35+
download.rst
36+
documentdataset.rst
37+
cpuvsgpu.rst
38+
qualityfiltering.rst
39+
languageidentificationunicodeformatting.rst
40+
gpudeduplication.rst
41+
taskdecontamination.rst
42+
personalidentifiableinformationidentificationandremoval.rst
43+
distributeddataclassification.rst
44+
kubernetescurator.rst
45+

0 commit comments

Comments
 (0)