Skip to content

Commit

Permalink
Corrijo jerarquía de un ejemplo y título de la TOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenassi committed Dec 15, 2016
1 parent 9a07cb6 commit c354006
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ pypi: ## register the package to PyPi get travis ready to deploy to pip
make dist
twine upload dist/*
python travis_pypi_setup.py

doctoc: ## generate table of contents, doctoc command line tool required
## https://github.com/thlorenz/doctoc
doctoc --title **Indice** README.md
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ pydatajson
Paquete en python con herramientas para manipular y validar metadatos de catálogos de datos en formato data.json.

* Licencia: MIT license
* Documentación: https://pydatajson.readthedocs.io.
* Documentación: [https://pydatajson.readthedocs.io](https://pydatajson.readthedocs.io)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
**Indice**

- [Instalación](#instalaci%C3%B3n)
- [Uso](#uso)
Expand All @@ -24,7 +24,7 @@ Paquete en python con herramientas para manipular y validar metadatos de catálo
- [Ejemplos](#ejemplos)
- [Archivo data.json local](#archivo-datajson-local)
- [Archivo data.json remoto](#archivo-datajson-remoto)
- [Diccionario (data.json deserializado)](#diccionario-datajson-deserializado)
- [Diccionario (data.json deserializado)](#diccionario-datajson-deserializado)
- [Tests](#tests)
- [Créditos](#cr%C3%A9ditos)

Expand Down Expand Up @@ -156,7 +156,7 @@ print validation_report
}
```

### Diccionario (data.json deserializado)
#### Diccionario (data.json deserializado)

El siguiente fragmento de código tendrá resultados idénticos al primero:
```python
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ print validation_report
}
```

### Diccionario (data.json deserializado)
#### Diccionario (data.json deserializado)

El siguiente fragmento de código tendrá resultados idénticos al primero:
```python
Expand Down

0 comments on commit c354006

Please sign in to comment.