Browse Source

Moved docs to match organization and naming of `lib` (mostly)

patch-2
Braydon Fuller 10 years ago
parent
commit
f77b1cd62c
  1. 0
      docs/Networks.md
  2. 0
      docs/PaymentProtocol.md
  3. 0
      docs/address.md
  4. 0
      docs/block.md
  5. 6
      docs/config.json
  6. 0
      docs/crypto.md
  7. 0
      docs/ecies.md
  8. 0
      docs/encoding.md
  9. 0
      docs/hierarchical.md
  10. 0
      docs/jsonrpc.md
  11. 0
      docs/peer.md
  12. 0
      docs/pool.md
  13. 0
      docs/privatekey.md
  14. 0
      docs/publickey.md
  15. 0
      docs/script.md
  16. 0
      docs/transaction.md
  17. 0
      docs/unit.md
  18. 0
      docs/uri.md
  19. 2
      gulpfile.js
  20. 2
      package.json

0
docs/helpers/Networks.md → docs/Networks.md

0
docs/helpers/PaymentProtocol.md → docs/PaymentProtocol.md

0
docs/models/Address.md → docs/address.md

0
docs/models/Block.md → docs/block.md

6
docs/config.json

@ -1,6 +0,0 @@
{
"useSideMenu": true,
"lineBreaks": "gfm",
"additionalFooterText": "Bitcore™ © 2013-2014 BitPay, Inc. Bitcore is released under the MIT license. ",
"anchorCharacter": "#"
}

0
docs/helpers/Crypto.md → docs/crypto.md

0
docs/helpers/ECIES.md → docs/ecies.md

0
docs/helpers/Encoding.md → docs/encoding.md

0
docs/models/Hierarchical.md → docs/hierarchical.md

0
docs/networking/JSONRPC.md → docs/jsonrpc.md

0
docs/networking/Peer.md → docs/peer.md

0
docs/networking/Pool.md → docs/pool.md

0
docs/models/PrivateKey.md → docs/privatekey.md

0
docs/models/PublicKey.md → docs/publickey.md

0
docs/models/Script.md → docs/script.md

0
docs/models/Transaction.md → docs/transaction.md

0
docs/helpers/Unit.md → docs/unit.md

0
docs/helpers/URI.md → docs/uri.md

2
gulpfile.js

@ -126,7 +126,7 @@ gulp.task('lint', function() {
gulp.task('plato', shell.task(['plato -d report -r -l .jshintrc -t bitcore lib']));
gulp.task('jsdoc', shell.task(['jsdoc -c .jsdoc.conf lib']));
gulp.task('jsdoc', shell.task(['node_modules/.bin/jsdoc2md lib/address.js > docs/api/address.md']));
gulp.task('coverage', shell.task(['node_modules/.bin/./istanbul cover node_modules/.bin/_mocha -- --recursive']));

2
package.json

@ -95,12 +95,12 @@
"gulp": "^3.8.10",
"gulp-closure-compiler": "^0.2.9",
"gulp-coveralls": "^0.1.3",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-shell": "^0.2.10",
"ink-docstrap": "git://github.com/bitpay/bitcore-jsdoctemplates.git",
"istanbul": "^0.3.5",
"jsdoc-to-markdown": "=0.5.9",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",

Loading…
Cancel
Save