]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add sphinx docs skeleton (#71)
authorCarol Willing <carolcode@willingconsulting.com>
Fri, 23 Mar 2018 21:27:04 +0000 (14:27 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 23 Mar 2018 21:27:04 +0000 (14:27 -0700)
commitc98a6f134f4b2b831e7e659de0c217c118270a61
tree7c7bda3714405c09555b0ab4c33f20da2f3bbd31
parent475179a53af1948ca726de1b11d4cdbe2aa90e58
add sphinx docs skeleton (#71)
.gitignore
docs/Makefile [new file with mode: 0644]
docs/changelog.md [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/contributors_guide.md [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/make.bat [new file with mode: 0644]
docs/requirements-docs.txt [new file with mode: 0644]
docs/technical_philosophy.md [new file with mode: 0644]
docs/usage.md [new file with mode: 0644]