Skip to content

Commit

Permalink
Revert "convert more .rst files to .md"
Browse files Browse the repository at this point in the history
This reverts commit b7967f5.

This commit broke CI :-(

Submitting this reversion TBR

Reviewed at https://rbcommons.com/s/twitter/r/1235/
  • Loading branch information
larry hosken (Twitter) authored and lahosken committed Oct 28, 2014
1 parent 8818ff8 commit b781ac2
Show file tree
Hide file tree
Showing 44 changed files with 77 additions and 3,802 deletions.
3 changes: 2 additions & 1 deletion build-support/bin/publish_docs_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ function do_open() {

# generate some markdown as fodder for prototype doc site generator
${PANTS_EXE} goal markdown --print-exception-stacktrace \
--markdown-fragment examples:: src:: || \
--markdown-fragment src:: examples:: src/docs:: //:readme \
testprojects/src/java/com/pants/testproject/page:readme || \
die "Failed to generate HTML from markdown'."

# invoke doc site generator.
Expand Down
223 changes: 0 additions & 223 deletions examples/src/java/com/pants/examples/3rdparty_jvm.md

This file was deleted.

27 changes: 1 addition & 26 deletions examples/src/java/com/pants/examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@ page(
name='readme',
source='readme.md',
dependencies=[
':3rdparty_jvm',
':from_maven',
'src/docs:publish',
'src/docs:first_concepts',
'src/docs:first_tutorial',
]
)

page(
name='from_maven',
source='from_maven.md',
dependencies=[
':3rdparty_jvm',
],
)

page(
name='3rdparty_jvm',
source='3rdparty_jvm.md',
dependencies=[
'src/docs:3rdparty',
],
)

page(
name='page',
source='page.md',
)
)
79 changes: 0 additions & 79 deletions examples/src/java/com/pants/examples/from_maven.md

This file was deleted.

Loading

0 comments on commit b781ac2

Please sign in to comment.