Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MkDocs

Project documentation with Markdown.
Collective - Host: opensource - https://opencollective.com/mkdocs - Website: https://www.mkdocs.org/ - Code: https://github.com/mkdocs/mkdocs

Merge pull request #1067 from waylan/theme-docs

Document using theme_dir and template blocks togeather

github.com/mkdocs/mkdocs - b5ca993f0399438057dd1c2dd1cd0c58d801511d authored about 8 years ago
Document using theme_dir and template blocks togeather.

github.com/mkdocs/mkdocs - 503ad7e9b6085bcae7cd60573f4256e48c650d3c authored about 8 years ago
Merge pull request #1075 from waylan/dirty

Consistently use "dirty" to indicate dirtyreload server.

github.com/mkdocs/mkdocs - 532c74340109d538d01ed6ea76905da71ccdc508 authored over 8 years ago
Consistently use "dirty" to indicate dirtyreload server.

Also removed the short option `-d` from the `--dirtyreload` flag to match
the other options. Fix...

github.com/mkdocs/mkdocs - 96041b08a589ccb9825086cb6fd1e783219670b2 authored over 8 years ago
Merge pull request #1033 from waylan/linter

Add linters for JS and CSS.

github.com/mkdocs/mkdocs - e7d8879d2b53d9e50bdfcf1cf29c48dc3f6bc87f authored over 8 years ago
Add csslint to lint CSS.

Cleaned up the stylesheets as per csslint. Manually ignore adjoining-classes
to avoid more offen...

github.com/mkdocs/mkdocs - 78d1c01aa4caede16b2898c5e98022571df828b0 authored over 8 years ago
Add jshint to lint JS.

github.com/mkdocs/mkdocs - e8091855245e44a47ae373da83df6c75fd1725e2 authored over 8 years ago
Merge pull request #1068 from waylan/config-links

Clean up configuration.md links.

github.com/mkdocs/mkdocs - 1a087f62ed24b97ecb7541b9f33e31d634d3fb30 authored over 8 years ago
Clean up configuration.md links.

They were a mess. Fixes #1058

github.com/mkdocs/mkdocs - d39743b17b8181d7c9615ebf4e2a38e141eb633e authored over 8 years ago
Merge pull request #1066 from mboldt/patch-1

Fix typo (Stardard -> Standard)

github.com/mkdocs/mkdocs - 204087c85c8932f910d839c4bba7be935f11020e authored over 8 years ago
Fix typo (Stardard -> Standard)

github.com/mkdocs/mkdocs - fdd6e5ac5288abb72d6c62c3380fca5d2b2572a9 authored over 8 years ago
Merge pull request #1059 from waylan/search-modal

MkDocs Theme: search.html => search-modal.html

github.com/mkdocs/mkdocs - 569714a17fab3e459622eb1ed30dd08e5eea1887 authored over 8 years ago
MkDocs Theme: search.html => search-modal.html

The `search.html` template name is a special name (hardcoded) which gets
written to the output i...

github.com/mkdocs/mkdocs - 432b0cdeeed5050ca4745f23636682631b399eb5 authored over 8 years ago
Merge pull request #1053 from waylan/win-install

Added a screenshot to help with Windows installation.

github.com/mkdocs/mkdocs - 43701259695126d045e82301bce2b3a3761e04a4 authored over 8 years ago
Added a screenshot to help with Windows installation.

This is, after all, the most commonly encountered problem by users.
At least it seems to be.

github.com/mkdocs/mkdocs - fa2c1f3823d3187380df8c8ccb0516814e816a4f authored over 8 years ago
Merge pull request #1026 from waylan/global_vars

Global Template vars refactor

github.com/mkdocs/mkdocs - aebfcdc39c8c0c3b15dc6b25df0f0c173e813a1e authored over 8 years ago
Merge pull request #1052 from waylan/install

Added some system specific installation instructions.

github.com/mkdocs/mkdocs - bc851c5e49a646334626139b0dc9f89a8fc3ea01 authored over 8 years ago
Added some system specific installation instructions.

Added a section covering package managers and some more notes
about Windows (specificly about ad...

github.com/mkdocs/mkdocs - 384428bc5e74ee5ae8a87f4b859086536dde4079 authored over 8 years ago
Merge pull request #1039 from waylan/nav

Use absolute URLs in nav & media links from error templates.

github.com/mkdocs/mkdocs - 6306ce402d091fa882fb15b5080a21d88b0aacd6 authored over 8 years ago
Use absolute URLs in nav & media links from error templates.

An error page can be served from any location and therefore it is
impossable to pre-build an err...

github.com/mkdocs/mkdocs - f5b5446b71ecfaeaff08da837bd5a0ba7c651fa1 authored over 8 years ago
Merge pull request #1037 from waylan/code-css

Account for wide tables and wrap inline code spans.

github.com/mkdocs/mkdocs - c2a6f06e99cb1259726ee59c05c40df093047db3 authored over 8 years ago
Fix a couple markdown lint errors.??

github.com/mkdocs/mkdocs - de2a7370deb8fac74b86daa13a27d1c5e19f1cea authored over 8 years ago
Update release notes for recent commits.

github.com/mkdocs/mkdocs - 1444523c0af11c44406159c55e055b9c3225b709 authored over 8 years ago
Give wide tables scroll bars in readthedocs theme.

The mkdocs theme doesn't need them as the entire page scrolls.
Besides, to get scroll bars on th...

github.com/mkdocs/mkdocs - d706bcb2e2b61ee884bd40695dd4784e7c947c87 authored over 8 years ago
Consistent inline code wrapping.

Fixes #834.

github.com/mkdocs/mkdocs - 37960992555c4a3746ba3af678324a8093668f7f authored over 8 years ago
Deprecate `site_favicon` config setting and `favicon` template var

Templates need only include `{{ base_url }}/img/favicon.ico` and
users only need to create a fil...

github.com/mkdocs/mkdocs - 50e17344901579c12f1c97f4438705485f88d517 authored over 8 years ago
Update github.io URL (#1029)

- Add missing trailing / when printing out GitHub URL. Without the trailing `/` a GitHub error m...

github.com/mkdocs/mkdocs - 1cd9b3984b1877e4c5ff9244a501b880c30eb996 authored over 8 years ago
Improve installation instructions. (#1028)

Remove chocolately recomendation, which was never any good for Python.

github.com/mkdocs/mkdocs - b4ddc867ec5431efe81a85591b6998f12de7c6b0 authored over 8 years ago
Better alignment for current selected menu item in readthedocs theme (#888)

github.com/mkdocs/mkdocs - 2c547a4dc214320970bd9ec2927a73ff0e69e070 authored over 8 years ago
Refactor global template variables.

Any template variables which mirrored a config setting have been deprecated
and should be access...

github.com/mkdocs/mkdocs - 2641b6409d3b9089b5f297565831b103d2fd0cd2 authored over 8 years ago
Deprecate include_nav and include_next_previous.

Fixes #679 and #681.

github.com/mkdocs/mkdocs - 4a532be1f0fd5d6fe5288d8face4ca835c35a61d authored over 8 years ago
Merge pull request #1023 from waylan/973

Add --force flag to gh-deploy command.

github.com/mkdocs/mkdocs - 50a30f0a069159689232a0959d84ddcd8965355f authored over 8 years ago
Add --force flag to gh-deploy command.

This replicates the recent addition to the ghp_import.py tool (see
https://github.com/davisp/ghp...

github.com/mkdocs/mkdocs - b623323980ab38ccee97dd3c3452577659791da3 authored over 8 years ago
Merge pull request #1022 from waylan/956

Break up libs and scripts into 2 separate template blocks.

github.com/mkdocs/mkdocs - 582523bcd362cc689d5a229c304055fcb3c65a69 authored over 8 years ago
Break up libs and scripts into 2 seperate template blocks.

Some scripts need to execute after the page has finished loading.
To ensure that, the `scripts` ...

github.com/mkdocs/mkdocs - 8b6c13f0e07a85502a2d028ddeef3b456fb0285b authored over 8 years ago
Merge pull request #1020 from waylan/986

Deprecate auto-populating extra_css/javascript

github.com/mkdocs/mkdocs - 77ca449714d959fb218f7a66cba31c1c3ff7140f authored over 8 years ago
Fully test pre/run/post_validation errors and warnings.

github.com/mkdocs/mkdocs - d3fc08939832cd3b5a0d17576d7e08e5fe569d73 authored over 8 years ago
Deprecate auto-populating extra_css/javascript.

github.com/mkdocs/mkdocs - ea02a2eea3eaf19a922290b5762c8791b8ed6285 authored over 8 years ago
Start the deprecation of auto-populating extra_css and extra_javascript

See #986

github.com/mkdocs/mkdocs - 7674eadad9d5eb507483f4a0fad98139dfecdcd9 authored over 8 years ago
Merge pull request #1018 from waylan/testcli

Improve CLI Tests

github.com/mkdocs/mkdocs - 343b820f9949787943fa1e230635674a2b304cc7 authored over 8 years ago
Add tests for CLI options.

Previously we only tested that the CLI commands called the approiate function.
Now we also test ...

github.com/mkdocs/mkdocs - 7c3df835d7059fc3b08c4d0c61d6e6401ca583ee authored over 8 years ago
Make --clean/--dirty consistent across commands.

github.com/mkdocs/mkdocs - 9e6243e32cbaf28baab38ec5a811911a41ede5ba authored over 8 years ago
Make livereload the default as stated by the docs.

github.com/mkdocs/mkdocs - 1156d210b53ae41114afe39e5e74014ec0da65c9 authored over 8 years ago
Enforce stricter docs_dir validation. (#996)

Raise an error when site_dir is in docs_dir (as opposed to a warning)
and raise an error when d...

github.com/mkdocs/mkdocs - 63558bffe33ccb59d10b939641ed546e48c95144 authored over 8 years ago
Acknowledge SOURCE_DATE_EPOCH on individual pages. (#1010)

Fixes #938

github.com/mkdocs/mkdocs - c0c4e44cafcc3537b3cb46f5541297b47f707825 authored over 8 years ago
Ensure docs_dir and site_dir aren't considered nested when the share a common prefix

Fixes #1011.

github.com/mkdocs/mkdocs - 536f8b48a71fb5401f4491498e209f3b11de8acf authored over 8 years ago
Merge pull request #1009 from waylan/738

Don't override config value for strict mode if not specified on CLI.

github.com/mkdocs/mkdocs - ac1a3fd23c5a08892d3a1a52bb9493ed5d3e5707 authored over 8 years ago
Don't override config value for strict mode if not specified on CLI.

The different import path in __main__.py allows us to patch load_config.
See https://docs.python...

github.com/mkdocs/mkdocs - bc35869d34ac61e11baa6314d787fa8cb6110fbc authored over 8 years ago
Merge pull request #997 from aeslaughter/dirty

A simple method for providing a quick/dirty reload option (refs #990)

github.com/mkdocs/mkdocs - 2e4c2afca10cfd697ba5ca820dd5212c4b1e9089 authored over 8 years ago
A simple method for providing a quick/dirty reload option (refs #990)

github.com/mkdocs/mkdocs - 81664fac4a7b398b3bb190dfcaa532747d3f3275 authored over 8 years ago
Merge pull request #994 from waylan/master

Document `pages` config setting default behavior.

github.com/mkdocs/mkdocs - d790defd85ac6937e565437be8a1320152f5bbfc authored over 8 years ago
Document `pages` config setting default behavior.

Fixes #992. Not sure how this was missed.

github.com/mkdocs/mkdocs - f4d0f11335a7da0523a9d2c877b52bbb0b04ef50 authored over 8 years ago
Merge pull request #982 from d0ugal/issue/709

Add white-space: pre-wrap to code in the readthedocs theme

github.com/mkdocs/mkdocs - a64ed3a5ddada91c423c7879ab794b952a9884d5 authored over 8 years ago
Merge pull request #984 from d0ugal/issue/779

Remove the link from parent options in the navigation

github.com/mkdocs/mkdocs - 353ef53299f5d7c95a2d56434bfb9eb27529f679 authored over 8 years ago
Merge pull request #985 from d0ugal/issue/md

Remove extra theme_dir alias

github.com/mkdocs/mkdocs - 19677e69b430f24a0de7ac4d9ce66058fb404d13 authored over 8 years ago
Merge pull request #981 from d0ugal/issue/732

Add a note about 404 pages on the deploying page

github.com/mkdocs/mkdocs - 2c3e8c57aa08666d0fd09144aa3598867e1d0932 authored over 8 years ago
Sort the links to make finding duplicates easier

github.com/mkdocs/mkdocs - 8091bcc2be1a182023dc1d39773f5c4c1b861e9b authored over 8 years ago
Merge pull request #983 from d0ugal/issue/269

Link to the repo from the MkDocs theme

github.com/mkdocs/mkdocs - 2513442d6f5ee55099c4603ddc0dd6169d2ad626 authored over 8 years ago
Remove extra theme_dir alias

theme_dir is listed twice at the bottom links, this removed the
one that relates to this page. A...

github.com/mkdocs/mkdocs - da5638805585ea7bf36e665bb074fc4c7cac48af authored over 8 years ago
Add a note about 404 pages on the deploying page

Fixes #732

github.com/mkdocs/mkdocs - 06fab4bf3dde9b9cb9362018f9673e5db9b3586e authored over 8 years ago
Merge pull request #980 from d0ugal/issue/coc

Adopt the PyPA Code of Conduct

github.com/mkdocs/mkdocs - ec6f642d059f674694755baad2ddb8b731cac778 authored over 8 years ago
Remove the link from parent options in the navigation

Fixes #779

github.com/mkdocs/mkdocs - d030237f11e843f630dcfd805419561c9bee6f12 authored over 8 years ago
Merge pull request #979 from d0ugal/issue/950

Add a note about the MkDocs team members.

github.com/mkdocs/mkdocs - 94ac8aa80c55d6759edfdcad6f456fd9cb760933 authored over 8 years ago
Link to the repo from the MkDocs theme

Unlike the readthedocs theme, the wording isn't "edit on .." or
similar. Taking users to the edi...

github.com/mkdocs/mkdocs - 2690b9f119d8f454925ecd1e799e0beee3ed42b5 authored over 8 years ago
Add white-space: pre-wrap to code in the readthedocs theme

I think this offers the best compromise. This is based on my
testing of the suggestion @faceless...

github.com/mkdocs/mkdocs - 9629d256b131f5ae526cfbfc53bee7b35c8cd761 authored over 8 years ago
Adopt the PyPA Code of Conduct

github.com/mkdocs/mkdocs - 9a0e35c774e27cd0f6e63d1016d6c8c50faf61b1 authored over 8 years ago
Add a note about the MkDocs team members.

We never explicitly listed people before, this should make it
clearer who is behind the project....

github.com/mkdocs/mkdocs - 4bb605c6cba61cba65c98842bddd2179f549d961 authored over 8 years ago
Merge pull request #978 from lorengordon/use-edit-url

Use the edit url for the 'Edit on...' links

github.com/mkdocs/mkdocs - 09d26f981c206cf16213f28246dafb23578deec1 authored over 8 years ago
Use the edit url for the GitHub 'Edit on...' links

github.com/mkdocs/mkdocs - b36646bef37baa78dab788945b31cc0f718e0268 authored over 8 years ago
Merge pull request #975 from lorengordon/issue-269

Direct "Edit on ..." links to individual pages

github.com/mkdocs/mkdocs - e440cb205ba52e8f06c19bb7337a193654e35050 authored over 8 years ago
Direct edit links to individual pages

This patch adds support for a configuration option `edit_uri` that
is used to generate a link di...

github.com/mkdocs/mkdocs - ac5a8a7b398c41893f0695fa8b0caadc1b4ba512 authored over 8 years ago
Merge pull request #967 from pjbull/master

Error on failure to git push as part of gh-deploy

github.com/mkdocs/mkdocs - bff2ede1229dd2a5e48d4c03bbd05e977813cfa0 authored over 8 years ago
Error on failure to git push

github.com/mkdocs/mkdocs - ef93dc6b2dda07e38f9bc2b6c66989cdbf5e29d1 authored over 8 years ago
Merge pull request #953 from d0ugal/master

Disable codecov patch coverage

github.com/mkdocs/mkdocs - ed8963fe26e7b406de9c3a9038091524587b3f82 authored over 8 years ago
Merge pull request #955 from waylan/954

Avoid logging duplicate messages.

github.com/mkdocs/mkdocs - f78ef44b08ddee00d326b41e19aae9093ee0b3a2 authored over 8 years ago
Avoid logging duplicate messages. Fixes #954.

github.com/mkdocs/mkdocs - 44f0fa78807b24853fa68701a928cd72109018f0 authored over 8 years ago
Update the codecov config

Disable patch and change status updates.
Don't wait for appveyor.
Set the coverage target to 90%.

github.com/mkdocs/mkdocs - b1e7ed2dc2139fcda461aff2feb733ff94fc5498 authored over 8 years ago
Merge pull request #947 from waylan/template

Support theme customization with blocks

github.com/mkdocs/mkdocs - 176b722c1c2390616d9d0b4dd8be04b221d4ca2c authored over 8 years ago
Merge pull request #952 from brianjking/patch-2

Fix typo in scp command

github.com/mkdocs/mkdocs - eb12cfe2c02c68ab37d926828fb9ba7ad850781e authored over 8 years ago
Fix typo in scp command

scp -r ./site command was missing the E in user.

github.com/mkdocs/mkdocs - 6b892249bc66e10f63e2943c92663dafc6521e51 authored over 8 years ago
Improve documentation regarding template blocks.

github.com/mkdocs/mkdocs - 37a542cdb2db60a10d7de6c5304be98d7d2683b7 authored over 8 years ago
Support theme customization with template blocks

This is a backward incompatable change as it switches the primary
template from base.html to mai...

github.com/mkdocs/mkdocs - 3c6504fd7d28c3452d0f5acc3925dae30b730948 authored over 8 years ago
Merge pull request #949 from waylan/923

Ensure tests use actual location. Fixes #923 for real this time.

github.com/mkdocs/mkdocs - 424429196717b6459c0908fa31f09b6a00b9cb44 authored over 8 years ago
Merge pull request #948 from waylan/869

Follow links when copying media files.

github.com/mkdocs/mkdocs - c8ad42de030631bead15750e9816d5b44ba6d958 authored over 8 years ago
Ensure tests use actual location. Fixes #923 for real this time.

github.com/mkdocs/mkdocs - 9db822baf7bac33e5e6b455b0c6c98a9b6da2cb2 authored over 8 years ago
Follow links when copying media files.

Fixes #869.

github.com/mkdocs/mkdocs - 66b00e51dacfe0ffff89064da5c9805998c279b1 authored over 8 years ago
Merge pull request #939 from waylan/938

Support SOURCE_DATE_EPOCH environment variable for "reproducible" builds.

github.com/mkdocs/mkdocs - 3e10e014b63dfcc85a30e6198da00677f7eefb24 authored over 8 years ago
Support SOURCE_DATE_EPOCH environment variable for "reproducible" builds.

Fixes #938.

github.com/mkdocs/mkdocs - 8b006bd7fda55e47e29412896c511c7244398f82 authored over 8 years ago
Merge pull request #935 from theskumar/patch-1

Fix minor typo in deploying-your-docs.md

github.com/mkdocs/mkdocs - 5547f2a40732438d1bb50e6c9890f34aefaab250 authored over 8 years ago
Fix minor typo in documentation

github.com/mkdocs/mkdocs - 72e3992188ff4d11de1a253f871ef4ab15f83bdd authored over 8 years ago
Merge pull request #933 from d0ugal/codecov

Trying out CodeCov config options

github.com/mkdocs/mkdocs - 9ed87329274e4f9fc90cefbbfcd30c9f3ea66194 authored over 8 years ago
Disable comments

github.com/mkdocs/mkdocs - 776b879f2fc96b9f92303b325421a21cb43d7bca authored over 8 years ago
Merge pull request #928 from d0ugal/master

Manually set the correct highlighted TOC item when the user clicks it

github.com/mkdocs/mkdocs - 6da30efba237c45f71d1cec953c478eb6040674c authored over 8 years ago
Manually set the correct highlighted TOC item when the user clicks it

see #406

github.com/mkdocs/mkdocs - 53aee80928993d84032c99b09fd4121de127f42f authored over 8 years ago
Merge pull request #927 from waylan/923

Ensure tests use actual package location. Fixes #923.

github.com/mkdocs/mkdocs - 2fd708f3bc29364e1a849f0324bfdee0df2c810f authored over 8 years ago
Ensure tests use actual package location. Fixes #923.

github.com/mkdocs/mkdocs - 4c366e5610187334942109edafad0ac28476f28f authored over 8 years ago
Merge pull request #921 from waylan/tvars-refactor

Refactor page specific template variables.

github.com/mkdocs/mkdocs - f9516264be4d5131cc368185308a2dc85bc1f42e authored over 8 years ago
Refactor page specific template variables.

A deprecation warning is issued for all old variables and all new
page specific variables are at...

github.com/mkdocs/mkdocs - f8a0ac6e03517351c6254a03301996a7b77ab2ca authored over 8 years ago
Merge pull request #914 from mkdocs/codecov

Add a config file for CodeCov

github.com/mkdocs/mkdocs - f57199da9235ceec79e7dc48427568dbfd1081f3 authored over 8 years ago
Merge pull request #922 from d0ugal/master

Limit requests version for LinkChecker

github.com/mkdocs/mkdocs - 64e41b2db27dc05be7764bb9e3356992f7bb0993 authored over 8 years ago