Skip to content

Commit c99c877

Browse files
Merge pull request #1110 from scieloorg/beta
Incorporação de códigos estáveis
2 parents f74a76e + 0315cda commit c99c877

File tree

86 files changed

+127
-9225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+127
-9225
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ deps:
1010
clean:
1111
@echo "Removing all .pyc files..."
1212
@find . -name "*.pyc" -delete
13-
13+
@echo "Removing articletrack db structure..."
14+
@python $(APP_PATH)/clear_articletrack_contenttypes.py 2> /tmp/clear_articletrack_contenttypes.out
15+
1416
test:
1517
@python $(MANAGE) test --settings=$(SETTINGS_TEST)
1618

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ See more information about this project in http://docs.scielo.org
1313
Build status
1414
============
1515

16-
.. image:: https://travis-ci.org/scieloorg/scielo-manager.png?branch=master :target: https://travis-ci.org/scieloorg/scielo-manager
17-
`See Build details <https://travis-ci.org/scieloorg/scielo-manager>`_
16+
.. image:: https://travis-ci.org/scieloorg/scielo-manager.svg?branch=beta
17+
:target: https://travis-ci.org/scieloorg/scielo-manager
18+
1819

1920
i18n status
2021
===========

docs/dev/api.rst

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ Available endpoints
4141
users-api
4242
changes-api
4343
pressreleases-api
44-
checkin-api
45-
notices-api
46-
checkins_articles-api
4744

4845

4946
.. note::

docs/dev/checkin-api.rst

-106
This file was deleted.

docs/dev/checkins.rst

-222
This file was deleted.

0 commit comments

Comments
 (0)