GithubHelp home page GithubHelp logo

www's Introduction

Write the Docs website

This is the code that powers www.writethedocs.org. It contains information about the Write the Docs group, as well as information about writing documentation.

To contribute to the Write the Docs website, it's helpful to familiarize yourself with the Sphinx site generator, as well as reStructuredText markup syntax.

Code Architecture

All of the generated website lives inside the docs directory, but many files outside the conf/ directory are just static RST, as in any other Sphinx project.

All RST files are rendered with Jinja, which allows the use of Jinja tags in all of them. A few custom Jinja filters are available for things like generating photo paths for speakers.

Conference pages

For conferences, see the conference site documentation.

Videos

An even more fragile process that needs documenting and fixing.

WIP (Work In Progress) Docs on how to do this:

  1. In _data/<year>.<city>.speakers.yaml, add a youtubeId: 12345678901 key value pair to each talk.

  2. Make sure the directory videos/<city>/<year> is included in the Video Archive toctree in docs/videos/index.rst.

  3. In the virtual environment, switch to the docs directory and run BUILD_VIDEOS=True make html.

  4. Commit the relevant changed files:

    • docs/videos/index.rst
    • _data/<year>.<city>.speakers.yaml
    • docs/videos/<city>/<year>/*
  5. If you want to preview locally:

    1. Run BUILD_VIDEOS=True make livehtml and browse the new video pages at http://127.0.0.1:8888.

Troubleshooting

If you run into trouble with broken links to video files, have a look at _ext/fix_video_yaml.py:

  1. Add a line at the end with the relevant places and dates.

  2. Change to the _ext directory and run it:

    python fix_video_yaml.py

  3. Commit the fixed _data/<year>.<city>.speakers.yaml file.

Prerequisites for generating the docs locally

  1. Install python 3.8.x using your package manager, if not installed already. You'll probably need root privileges to do this.

  2. Generate a virtual environment for the WTD repo in the venv directory:

    virtualenv --python=/usr/bin/python3.8 venv

Installing the project requirements

  1. Activate the virtual environment according to your operating system:

    • On Linux-based systems, run source venv/bin/activate.
    • On Windows using the Command Prompt, run venv\Scripts\activate.bat.
    • On Windows using PowerShell, run . venv\Scripts\activate.ps1.
    • On Windows using Git Bash, run source venv\Scripts\activate.

    You'll need to do this every time you come back to the project.

  2. In the repository root directory (www by default), run pip install -r requirements.txt to install sphinx and other requirements.

Previewing the docs locally

Remember to activate the virtual environment using the appropriate command for your OS and Shell before running the following commands.

  1. In the docs directory, run make livehtml to view the docs on http://127.0.0.1:8888/.

If you're not seeing new content in the local preview, run make clean to delete the generated files, then make livehtml to regenerate them.

The Write the Docs website is hosted on Read the Docs.

Updating the CSS

Styling is maintained in docs/_static/conf/css/ as SASS. Convert SASS to minified CSS by installing SASS

npm install -g sass

and then running (using a 2022 example):

sass --style=compressed docs/_static/conf/scss/main-2022.scss docs/_static/conf/css/main-2022.min.css

Deactivating venv

After your work is complete, you can save resources by deactivating the virtual Python environment with the following command on Linux:

deactivate

If you have verified this command on Windows, we invite you to submit a PR to include that information here.

Greenkeeper badge

www's People

Contributors

agjohnson avatar aidiss avatar barbaricyawps avatar bethaitman avatar bradamant3 avatar canncrochet avatar colliercz avatar ddbeck avatar djwfyi avatar dulceflores avatar eirinikos avatar ericholscher avatar firstladymb avatar goatlady avatar hillaryfraley avatar jamesrhea avatar janine-c avatar kelly-o avatar mjang avatar mxsasha avatar patjouk avatar plaindocs avatar pyup-bot avatar rosewms avatar sarahmaddox avatar shaunix avatar swapnilogale avatar thatdocslady avatar xpostudio4 avatar zerok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

www's Issues

Find and fix broken links

We've actually got more broken links than I expected.

If you have the sphinx tool-chain run make linkcheck for an updated list of broken links including redirects.

about/learning-resources.rst:23: [local] /videos/index/
blog/newsletter-april-2017.rst:59: [broken] http://www.writethedocs.org/conf/na/2017/speakers/#speaker-na-2017-matthew-desmond: Anchor 'speaker-na-2017-matthew-desmond' not found
blog/newsletter-april-2017.rst:63: [redirected permanently] http://learngitbranching.js.org to https://learngitbranching.js.org/
blog/newsletter-april-2017.rst:74: [redirected permanently] https://stackoverflow.com/insights/survey/2017/ to https://insights.stackoverflow.com/survey/2017
blog/newsletter-april-2017.rst:60: [redirected with Found] https://try.github.io to https://try.github.io/levels/1/challenges/1
blog/newsletter-april-2017.rst:61: [redirected permanently] https://tsl.io/git-fire-drill/ to https://tsl.io/
blog/newsletter-april-2018.rst:22: [redirected permanently] http://bit.ly/wtdpodcast_episode_14_humanizing_docs to http://podcast.writethedocs.org/2018/03/22/humanizing-documentation/
blog/newsletter-april-2018.rst:74: [redirected with Found] https://writethedocs.slack.com/messages/general to https://writethedocs.slack.com/?redir=%2Fmessages%2Fgeneral
blog/newsletter-april-2018.rst:49: [redirected with Found] https://writethedocs.slack.com/messages/doc-testing to https://writethedocs.slack.com/?redir=%2Fmessages%2Fdoc-testing
blog/newsletter-april-2018.rst:25: [redirected temporarily] http://jobs.writethedocs.org/ to https://jobs.writethedocs.org/
blog/newsletter-april-2018.rst:85: [redirected with Found] https://writethedocs.slack.com/messages/doctools to https://writethedocs.slack.com/?redir=%2Fmessages%2Fdoctools
blog/newsletter-april-2018.rst:100: [redirected with Found] https://writethedocs.slack.com/messages/career-advice to https://writethedocs.slack.com/?redir=%2Fmessages%2Fcareer-advice
blog/newsletter-april-2018.rst:108: [broken] https://jobs.writethedocs.org/job/52/technical-writer/: HTTP Error 404: Not Found
blog/newsletter-april-2018.rst:110: [broken] https://jobs.writethedocs.org/job/56/technical-writer/: HTTP Error 404: Not Found
blog/newsletter-august-2017.rst:49: [redirected permanently] http://www.colorhexa.com/ to https://www.colorhexa.com/
blog/newsletter-august-2017.rst:83: [broken] https://www.meetup.com/WriteTheDocsMTL/events/241919925/: HTTP Error 404: Not Found
blog/newsletter-august-2017.rst:61: [redirected permanently] http://everypageispageone.com/ to https://everypageispageone.com/
blog/newsletter-december-2016.md:59: [broken] https://uxdesign.cc/ux-tools-for-user-research-and-user-testing-a720131552e1: HTTP Error 409: Conflict
blog/newsletter-december-2016.md:29: [redirected permanently] https://readability-score.com/text/ to https://readable.io/text/
blog/newsletter-december-2017.rst:13: [redirected permanently] http://bit.ly/wtdpodcastepisode11 to http://podcast.writethedocs.org/2017/11/27/mozilla-developer-network-doc-project/
blog/newsletter-december-2017.rst:49: [broken] https://en.wikipedia.org/wiki/Roff_(computer_program: HTTP Error 404: Not Found
blog/newsletter-december-2017.rst:78: [redirected with Found] http://journals.sagepub.com/doi/abs/10.1177/0047281617721853 to http://journals.sagepub.com/action/cookieAbsent
blog/newsletter-december-2017.rst:88: [broken] https://www.meetup.com/Write-The-Docs-PDX/events/243555894/: The read operation timed out
blog/newsletter-february-2017.rst:32: [broken] https://byrslf.co/writing-great-documentation-44d90367115a: HTTP Error 409: Conflict
blog/newsletter-february-2017.rst:34: [broken] https://bradfults.com/the-best-api-documentation-b9e46400379a: HTTP Error 409: Conflict
blog/newsletter-february-2018.rst:47: [redirected with Found] https://writethedocs.slack.com/messages/general to https://writethedocs.slack.com/?redir=%2Fmessages%2Fgeneral
blog/newsletter-february-2018.rst:69: [redirected with Found] https://writethedocs.slack.com/messages/career-advice to https://writethedocs.slack.com/?redir=%2Fmessages%2Fcareer-advice
blog/newsletter-february-2018.rst:83: [redirected with Found] https://writethedocs.slack.com/messages/general to https://writethedocs.slack.com/?redir=%2Fmessages%2Fgeneral
blog/newsletter-july-2017.rst:32: [broken] http://www.writethedocs.org/conf/eu/2016/speakers/#speaker-eu-2016-sarah-karp: Anchor 'speaker-eu-2016-sarah-karp' not found
blog/newsletter-july-2017.rst:32: [redirected permanently] https://writers.stackexchange.com/a/21095 to https://writing.stackexchange.com/questions/21091/can-technical-writing-suck-less/21095#21095
blog/newsletter-july-2017.rst:84: [broken] https://www.meetup.com/WriteTheDocsMTL/events/240350356/: HTTP Error 404: Not Found
blog/newsletter-june-2017.rst:49: [redirected with Found] http://docsascode.com/ to http://www.docslikecode.com/
blog/newsletter-march-2017.md:48: [redirected with Found] http://webaim.org/techniques/alttext/ to https://webaim.org/techniques/alttext/
blog/newsletter-march-2017.md:79: [redirected permanently] https://goo.gl/forms/IGdEJCg227JDginY2 to https://docs.google.com/forms/d/e/1FAIpQLSdV6NC7a3o_RBNKVxFWobR7N25pUM0-606CzUMITkDC6g75og/viewform?c=0&w=1&usp=send_form
blog/newsletter-march-2017.md:50: [redirected permanently] http://www.cs.tut.fi/~jkorpela/html/alt.html to http://jkorpela.fi/html/alt.html
blog/newsletter-march-2018.rst:70: [broken] https://jobs.writethedocs.org/job/50/looking-for-a-documentarian-in-berlin/: HTTP Error 404: Not Found
blog/newsletter-may-2017.rst:22: [redirected permanently] https://supportdriven.com/ to https://www.supportdriven.com/
blog/newsletter-may-2017.rst:85: [redirected permanently] https://inkscape.org/ to https://inkscape.org/en/
blog/newsletter-may-2017.rst:86: [broken] https://www.tomsawyer.com: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>
blog/newsletter-may-2017.rst:113: [redirected permanently] http://docslikecode.com/articles/balsamiq-case-study-part-1/ to http://www.docslikecode.com/articles/balsamiq-case-study-part-1/
blog/newsletter-may-2017.rst:115: [redirected permanently] http://docslikecode.com/articles/balsamiq-case-study-part-2/ to http://www.docslikecode.com/articles/balsamiq-case-study-part-2/
blog/newsletter-may-2017.rst:117: [redirected permanently] http://docslikecode.com/articles/balsamiq-case-study-part-3/ to http://www.docslikecode.com/articles/balsamiq-case-study-part-3/
blog/newsletter-may-2018.rst:34: [broken] https://www.optimizely.com/: HTTP Error 400: Bad Request
blog/newsletter-may-2018.rst:54: [redirected with Found] https://writethedocs.slack.com/messages/general to https://writethedocs.slack.com/?redir=%2Fmessages%2Fgeneral
blog/newsletter-may-2018.rst:42: [redirected with Found] https://writethedocs.slack.com/messages/analytics to https://writethedocs.slack.com/?redir=%2Fmessages%2Fanalytics
blog/newsletter-may-2018.rst:72: [redirected with Found] https://writethedocs.slack.com/messages/documenting-apis to https://writethedocs.slack.com/?redir=%2Fmessages%2Fdocumenting-apis
blog/newsletter-november-2016.md:27: [redirected permanently] http://www.merriam-webster.com/ to https://www.merriam-webster.com/
blog/newsletter-november-2016.md:28: [redirected with Found] https://pages.18f.gov/content-guide/ to https://content-guide.18f.gov/
blog/newsletter-november-2016.md:35: [broken] http://www.thursdaybram.com/download-my-in-house-style-guide-template-to-use-however-you-want: HTTP Error 500: Internal Server Error
blog/newsletter-november-2016.md:29: [redirected with Found] http://styleguide.mailchimp.com/ to https://styleguide.mailchimp.com/
blog/newsletter-november-2016.md:79: [broken] https://linux.conf.au/schedule/presentation/3/: HTTP Error 502: Bad Gateway
blog/newsletter-november-2017.rst:44: [redirected permanently] http://www.quickanddirtytips.com/education/grammar/parentheses-brackets-and-braces to https://www.quickanddirtytips.com/education/grammar/parentheses-brackets-and-braces
blog/newsletter-november-2017.rst:15: [redirected permanently] http://apithedocs.org/ to https://apithedocs.org/
blog/newsletter-november-2017.rst:88: [redirected permanently] http://apithedocs.org/ to https://apithedocs.org/
blog/newsletter-november-2017.rst:116: [redirected permanently] http://apithedocs.org/ to https://apithedocs.org/
blog/newsletter-october-2016.md:39: [redirected permanently] https://wp-cli.org/commands/ to https://developer.wordpress.org/cli/commands/
blog/newsletter-october-2016.md:63: [broken] https://hackernoon.com/making-atom-even-more-awesome-my-setup-e7a89969a876: HTTP Error 409: Conflict
blog/newsletter-october-2016.md:39: [redirected permanently] http://redis.io/commands to https://redis.io/commands
blog/newsletter-october-2016.md:73: [redirected permanently] http://www.winglemeyer.org/technology/2016/09/20/wtd.html/ to https://www.winglemeyer.org/technology/2016/09/20/wtd.html/
blog/newsletter-october-2017.rst:35: [redirected with Found] https://youtu.be/aJk99MSVj0Y to https://www.youtube.com/watch?v=aJk99MSVj0Y&feature=youtu.be
blog/newsletter-september-2016.md:2: [broken] http://www.writethedocs.org/team/#communication-team: Anchor 'communication-team' not found
blog/newsletter-september-2016.md:55: [redirected permanently] http://blogs.atlassian.com/2016/07/written-unwritten-guide-pull-requests/ to https://www.atlassian.com/blog/git/written-unwritten-guide-pull-requests
blog/newsletter-september-2017.rst:70: [broken] https://analytics.google.com/analytics/gallery/#posts/search/%3F_.term%3Duser%20documentation%26_.start%3D0%26_.viewId%3Dja0-XZQsSB-GH7K3Hw3BWw/: Anchor 'posts/search/%3F_.term%3Duser%20documentation%26_.start%3D0%26_.viewId%3Dja0-XZQsSB-GH7K3Hw3BWw/' not found
blog/team-eu-speakers.rst:52: [broken] http://www.writethedocs.org/conf/eu/2016/speakers/#speaker-idan-gazit: Anchor 'speaker-idan-gazit' not found
blog/write-the-docs-gets-you-a-job.rst:43: [redirected temporarily] http://jobs.writethedocs.org to https://jobs.writethedocs.org/
blog/write-the-docs-gets-you-a-job.rst:30: [redirected temporarily] http://jobs.writethedocs.org to https://jobs.writethedocs.org/
conf/au/2017/news/announcing-events-volunteers.rst:22: [broken] http://www.writethedocs.org/conf/au/2017/schedule/#morning: Anchor 'morning' not found
conf/au/2017/news/announcing-presentations-ticket-update.rst:18: [local] /conf/au/2017/speakers/#speaker-margaret-fero
conf/au/2017/news/announcing-presentations-ticket-update.rst:19: [local] /conf/au/2017/speakers/#speaker-chris-ward
conf/au/2017/news/announcing-presentations-ticket-update.rst:20: [local] /conf/eu/2017/speakers/#speaker-nicola-nye
conf/au/2017/news/announcing-presentations-ticket-update.rst:21: [local] /conf/eu/2017/speakers/#speaker-laura-bailey
conf/au/2017/news/announcing-presentations-ticket-update.rst:22: [local] /conf/eu/2017/speakers/#speaker-brice-fallon
conf/au/2017/news/announcing-schedule.rst:14: [broken] http://www.writethedocs.org/conf/au/2017/schedule/#morning: Anchor 'morning' not found
conf/au/2017/news/event-recap-feedback.rst:21: [broken] https://photos.app.goo.gl/hVgfJdj7kYLIXiY93: HTTP Error 404: Not Found
conf/au/2017/news/event-recap-feedback.rst:138: [redirected with Found] http://writethedocs.org/slack/ to http://www.writethedocs.org/slack/
conf/au/2017/news/event-recap-feedback.rst:132: [redirected with Found] https://www.meetup.com/Write-The-Docs-Australia to https://www.meetup.com/Write-The-Docs-Australia/?_cookie-check=XEubNyjGNydvAjbJ
conf/au/2017/schedule.rst:48: [redirected permanently] https://goo.gl/gwkqg1 to https://www.google.com.au/maps/place/23+S+Wharf+Promenade,+South+Wharf+VIC+3006/data=!4m2!3m1!1s0x6ad65d56df22687b:0xf0a4a3600ac13f90?sa=X&ved=0ahUKEwir1drDn8LXAhWLfLwKHRtuDS8Q8gEIJzAA
conf/au/2017/visiting.rst:16: [redirected permanently] http://melbourneairport.com.au/ to https://www.melbourneairport.com.au/
conf/au/2017/visiting.rst:24: [broken] https://transportnsw.info/routes/details#/regional-trains/621/76621: Anchor '/regional-trains/621/76621' not found
conf/au/2017/visiting.rst:11: [redirected permanently] http://melbourneairport.com.au/ to https://www.melbourneairport.com.au/
conf/au/2017/visiting.rst:24: [broken] https://transportnsw.info/routes/details#/regional-trains/623/76623: Anchor '/regional-trains/623/76623' not found
conf/au/2017/visiting.rst:33: [broken] https://www.murrays.com.au/ExpressBooking.aspx: HTTP Error 404: Not Found
conf/au/2017/visiting.rst:33: [broken] https://www.greyhound.com.au/travel-info/popular-routes/melbourne-canberra: HTTP Error 404: Not Found
conf/au/2017/visiting.rst:33: [redirected with Found] https://www.fireflyexpress.com.au/FFNew/Index.asp to https://www.fireflyexpress.com.au/FireflyNew/Index.asp
conf/au/2017/visiting.rst:101: [redirected permanently] http://www.qvm.com.au/ to http://qvm.com.au/
conf/au/2017/visiting.rst:112: [redirected permanently] http://www.harbourtownmelbourne.com.au/ to https://www.thedistrictdocklands.com.au/
conf/au/2017/writing-day.rst:21: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/au/2017/writing-day.rst:1: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/au/2017/writing-day.rst:30: [broken] http://docs.writethedocs.org/writing/beginners-guide-to-docs/: HTTP Error 404: Not Found
conf/cincinnati/2018/cfp.rst:97: [redirected permanently] https://goo.gl/forms/YWiReuKvVEa86oON2 to https://docs.google.com/forms/d/e/1FAIpQLSdstZTAcNqXcFpH2BPGreHBPhpVJEaB__XE1pO_u9UMl7qU1A/viewform?usp=send_form
conf/cincinnati/2018/news/welcome.rst:57: [redirected with Found] http://eepurl.com/cdWqc5 to http://writethedocs.us6.list-manage2.com/subscribe?u=94377ea46d8b176a11a325d03&id=dcf0ed349b
conf/cincinnati/2018/visiting.rst:21: [broken] https://www.ihg.com/holidayinn/hotels/us/en/cincinnati/cvghs/hoteldetail: HTTP Error 403: Forbidden
conf/cincinnati/2018/visiting.rst:14: [broken] https://www.opentable.com/n/cincinnati/over-the-rhine-restaurants: The read operation timed out
conf/cincinnati/2018/visiting.rst:24: [broken] http://www3.hilton.com/en/hotels/ohio/hilton-cincinnati-netherland-plaza-CVGNPHF/index.html: timed out
conf/cincinnati/2018/visiting.rst:64: [broken] https://www.kroger.com/stores/details/014/00301?cid=loc01400301_other: The read operation timed out
conf/eu/2015/cfp.md:52: [broken] http://docs.writethedocs.org/conference/talks/#kevin-hale-getting-developers-and-engineers-to-write-the-docs: HTTP Error 404: Not Found
conf/eu/2015/cfp.md:84: [local] conf/eu/2015/mailto:[email protected]
conf/eu/2015/cfp.md:58: [broken] http://docs.writethedocs.org/2014/na/talks/#heidi-waterhouse-the-new-sheriff-in-town-bringing-documentation-out-of-chaos: HTTP Error 404: Not Found
conf/eu/2015/cfp.md:56: [broken] http://docs.writethedocs.org/2014/na/talks/#kenneth-reitz-documentation-at-scale: HTTP Error 404: Not Found
conf/eu/2015/cfp.md:50: [broken] http://docs.writethedocs.org/conference/talks/#daniya-kamran-translating-science-into-poetry: HTTP Error 404: Not Found
conf/eu/2015/cfp.md:54: [broken] http://docs.writethedocs.org/conference/talks/#matthew-butterick-typography-for-docs: HTTP Error 404: Not Found
conf/eu/2015/index.rst:56: [local] /conf/eu/2015/news/announcing-eu-2015
conf/eu/2015/index.rst:58: [local] /conf/eu/2015/news/announcing-eu-tickets
conf/eu/2015/index.rst:60: [local] /conf/eu/2015/news/eu-early-tickets-videos-cfp
conf/eu/2015/index.rst:62: [local] /conf/eu/2015/news/announcing-eu-presentations
conf/eu/2015/index.rst:64: [local] /conf/eu/2015/news/announcing-eu-parties-sponsors
conf/eu/2015/index.rst:66: [local] /conf/eu/2015/news/announcing-eu-events-sponsors-tickets
conf/eu/2015/index.rst:68: [local] /conf/eu/2015/news/announcing-reception-weather-tickets
conf/eu/2015/index.rst:70: [local] /conf/eu/2015/news/pre-conf-info
conf/eu/2015/index.rst:72: [local] /conf/eu/2015/news/eu-thanks-for-coming
conf/eu/2015/index.rst:156: [local] /conf/eu/2015/visiting/#where-to-stay
conf/eu/2015/index.rst:158: [local] /conf/eu/2015/visiting/#traveling-to-prague
conf/eu/2015/index.rst:159: [local] /conf/eu/2015/visiting/#how-to-get-around
conf/eu/2015/index.rst:18: [redirected permanently] http://en.wikipedia.org/wiki/Wabi-sabi to https://en.wikipedia.org/wiki/Wabi-sabi
conf/eu/2015/index.rst:194: [broken] https://apiary.io/company#contact: Anchor 'contact' not found
conf/eu/2015/index.rst:194: [redirected permanently] https://goo.gl/maps/L7wCE to https://www.google.com/maps/place/Pernerova+63%2F49,+Karl%C3%ADn,+186+00+Praha-Praha+8,+Czech+Republic/@50.0919519,14.4544029,17z/data=!3m1!4b1!4m2!3m1!1s0x470b94a3fcf41f37:0x38247926d23ef90a
conf/eu/2015/index.rst:230: [redirected permanently] http://elastic.co/ to https://www.elastic.co/
conf/eu/2015/index.rst:29: [redirected permanently] http://www.lavka.cz/en/s to http://www.lavka.cz/firemni-akce/silvestr-2013-3/
conf/eu/2015/index.rst:230: [redirected permanently] http://www.jazzdock.cz/en/contact to https://www.jazzdock.cz/en/text/contact
conf/eu/2015/lightning-talks.md:5: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/eu/2015/lightning-talks.md:109: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/eu/2015/news/announcing-eu-2015.md:13: [redirected permanently] http://en.wikipedia.org/wiki/Wabi-sabi to https://en.wikipedia.org/wiki/Wabi-sabi
conf/eu/2015/news/announcing-eu-2015.md:34: [local] ../../../../../../../conf/eu/2015/cfp
conf/eu/2015/news/announcing-eu-2015.md:44: [local] conf/eu/2015/news/mailto:[email protected]
conf/eu/2015/news/announcing-eu-2015.md:42: [broken] http://eepurl.com/I369L: HTTP Error 404: Not Found
conf/eu/2015/news/announcing-eu-2015.md:17: [redirected permanently] https://goo.gl/maps/OHjne to https://www.google.cz/maps/place/Klub+L%C3%A1vka/@50.085561,14.412893,17z/data=!3m1!4b1!4m2!3m1!1s0x470b94e595ddb4b1:0x109bd25da2af25b1?hl=en
conf/eu/2015/news/announcing-eu-events-sponsors-tickets.md:15: [local] conf/eu/2015/news/tickets
conf/eu/2015/news/announcing-eu-events-sponsors-tickets.md:66: [local] conf/eu/2015/news/mailto:[email protected]
conf/eu/2015/news/announcing-eu-events-sponsors-tickets.md:23: [redirected permanently] https://goo.gl/maps/gfMnC to https://www.google.es/maps/place/The+PUB+Praha+1/@50.088003,14.415943,17z/data=!4m3!3m2!1s0x470b94e8a079ecc7:0x6532872e623dbafa!4b1?hl=en
conf/eu/2015/news/announcing-eu-events-sponsors-tickets.md:64: [redirected with Found] http://www.aldryn.com/ to https://www.divio.com/en/
conf/eu/2015/news/announcing-eu-parties-sponsors.md:15: [redirected permanently] http://elastic.co/ to https://www.elastic.co/
conf/eu/2015/news/announcing-eu-parties-sponsors.md:36: [redirected permanently] http://jobs.redhat.com/life-at-red-hat/ to https://www.redhat.com/en/jobs
conf/eu/2015/news/announcing-eu-parties-sponsors.md:40: [redirected permanently] http://elastic.co/ to https://www.elastic.co/
conf/eu/2015/news/announcing-eu-parties-sponsors.md:42: [local] conf/eu/2015/news/mailto:[email protected]
conf/eu/2015/news/announcing-eu-parties-sponsors.md:38: [redirected with Found] https://developer.mozilla.org/ to https://developer.mozilla.org/en-US/
conf/eu/2015/news/announcing-eu-parties-sponsors.md:39: [redirected permanently] http://travis-ci.com/ to https://travis-ci.com/
conf/eu/2015/news/announcing-eu-presentations.md:9: [local] ../../../../../../../conf/eu/2015/schedule
conf/eu/2015/news/announcing-eu-presentations.md:15: [local] ../../../../../../../conf/eu/2015/speakers#speaker-adangoor
conf/eu/2015/news/announcing-eu-presentations.md:16: [local] ../../../../../../../conf/eu/2015/speakers#speaker-ajaruga
conf/eu/2015/news/announcing-eu-presentations.md:17: [local] ../../../../../../../conf/eu/2015/speakers#speaker-baitman
conf/eu/2015/news/announcing-eu-presentations.md:18: [local] ../../../../../../../conf/eu/2015/speakers#speaker-cward
conf/eu/2015/news/announcing-eu-presentations.md:19: [local] ../../../../../../../conf/eu/2015/speakers#speaker-celmore
conf/eu/2015/news/announcing-eu-presentations.md:20: [local] ../../../../../../../conf/eu/2015/speakers#speaker-dpotter
conf/eu/2015/news/announcing-eu-presentations.md:21: [local] ../../../../../../../conf/eu/2015/speakers#speaker-ecaine
conf/eu/2015/news/announcing-eu-presentations.md:22: [local] ../../../../../../../conf/eu/2015/speakers#speaker-eboillat
conf/eu/2015/news/announcing-eu-presentations.md:23: [local] ../../../../../../../conf/eu/2015/speakers#speaker-fscholz
conf/eu/2015/news/announcing-eu-presentations.md:24: [local] ../../../../../../../conf/eu/2015/speakers#speaker-jhannaford
conf/eu/2015/news/announcing-eu-presentations.md:25: [local] ../../../../../../../conf/eu/2015/speakers#speaker-jrondeau
conf/eu/2015/news/announcing-eu-presentations.md:26: [local] ../../../../../../../conf/eu/2015/speakers#speaker-mzapke
conf/eu/2015/news/announcing-eu-presentations.md:27: [local] ../../../../../../../conf/eu/2015/speakers#speaker-pkeegan
conf/eu/2015/news/announcing-eu-presentations.md:28: [local] ../../../../../../../conf/eu/2015/speakers#speaker-padams
conf/eu/2015/news/announcing-eu-presentations.md:29: [local] ../../../../../../../conf/eu/2015/speakers#speaker-proeland
conf/eu/2015/news/announcing-eu-presentations.md:30: [local] ../../../../../../../conf/eu/2015/speakers#speaker-rmatic
conf/eu/2015/news/announcing-eu-presentations.md:31: [local] ../../../../../../../conf/eu/2015/speakers#speaker-rmacnamara
conf/eu/2015/news/announcing-eu-presentations.md:32: [local] ../../../../../../../conf/eu/2015/speakers#speaker-sheinen
conf/eu/2015/news/announcing-eu-presentations.md:34: [local] ../../../../../../../conf/eu/2015/speakers
conf/eu/2015/news/announcing-eu-presentations.md:59: [redirected with Found] http://writethedocs.org/conf/eu/2015/#tickets to http://www.writethedocs.org/conf/eu/2015/#tickets
conf/eu/2015/news/announcing-eu-presentations.md:62: [redirected with Found] http://writethedocs.org/conf/eu/2015/visiting/ to http://www.writethedocs.org/conf/eu/2015/visiting/
conf/eu/2015/news/announcing-reception-weather-tickets.md:16: [broken] https://apiary.io/company#contact: Anchor 'contact' not found
conf/eu/2015/news/announcing-reception-weather-tickets.md:16: [redirected permanently] https://goo.gl/maps/L7wCE to https://www.google.com/maps/place/Pernerova+63%2F49,+Karl%C3%ADn,+186+00+Praha-Praha+8,+Czech+Republic/@50.0919519,14.4544029,17z/data=!3m1!4b1!4m2!3m1!1s0x470b94a3fcf41f37:0x38247926d23ef90a
conf/eu/2015/news/announcing-reception-weather-tickets.md:56: [local] conf/eu/2015/news/mailto:[email protected]
conf/eu/2015/news/announcing-reception-weather-tickets.md:54: [redirected permanently] http://www.rackspace.com/ to https://www.rackspace.com/
conf/eu/2015/news/eu-thanks-for-coming.md:23: [local] conf/eu/2015/news/mailto:[email protected]
conf/eu/2015/news/eu-thanks-for-coming.md:43: [local] conf/eu/2015/news/mailto:[email protected]
conf/eu/2015/news/eu-thanks-for-coming.md:: [redirected permanently] https://docs.google.com/forms/d/1_xCQxnoQMvUY-3EefUyrZYWgS8kpwVlGgabLy0MVtg4/viewform to https://docs.google.com/forms/d/e/1FAIpQLSe8AlvoEWT3_hokyv1rvs26hK84A9G8AM-dm6m85XLw0KA26g/viewform
conf/eu/2015/news/eu-thanks-for-coming.md:46: [redirected permanently] http://www.meetup.com/Write-The-Docs-Berlin to https://www.meetup.com/Write-The-Docs-Berlin/?_cookie-check=BuwVBwgHI5en25bg
conf/eu/2015/news/eu-thanks-for-coming.md:47: [broken] http://www.meetup.com/Write-The-Docs-Prague: HTTP Error 404: Not Found
conf/eu/2015/news/eu-thanks-for-coming.md:45: [redirected permanently] http://www.meetup.com/Write-The-Docs-London to https://www.meetup.com/Write-The-Docs-London/?_cookie-check=QoECDpEdr2iP8_I_
conf/eu/2015/news/pre-conf-info.md:13: [redirected permanently] http://www.jazzdock.cz/en/contact to https://www.jazzdock.cz/en/text/contact
conf/eu/2015/news/pre-conf-info.md:0: [local] ../../../../../../../conf/eu/2015/lightning-talks
conf/eu/2015/news/pre-conf-info.md:40: [redirected permanently] https://goo.gl/maps/gfMnC to https://www.google.es/maps/place/The+PUB+Praha+1/@50.088003,14.415943,17z/data=!4m3!3m2!1s0x470b94e8a079ecc7:0x6532872e623dbafa!4b1?hl=en
conf/eu/2015/news/pre-conf-info.md:67: [redirected with Found] https://www.avast.com/ to https://www.avast.com/en-us/index
conf/eu/2015/schedule.md:321: [redirected permanently] http://elastic.co/ to https://www.elastic.co/
conf/eu/2015/visiting.md:27: [redirected permanently] http://en.wikipedia.org/wiki/Vogelfluglinie to https://en.wikipedia.org/wiki/Vogelfluglinie
conf/eu/2015/visiting.md:36: [redirected permanently] http://www.eurolines.com/en/ to https://www.eurolines.de/en/home/
conf/eu/2015/visiting.md:32: [redirected with Found] https://www.cd.cz/eshop/default.aspx to https://www.cd.cz/error-cd/error-404.htm?aspxerrorpath=/eshop/default.aspx
conf/eu/2015/visiting.md:53: [local] conf/eu/2015/mailto:[email protected]
conf/eu/2015/visiting.md:50: [redirected permanently] http://www.booking.com/ to https://www.booking.com/index.en-gb.html?label=gen173nr-1BCAEoggJCAlhYSDNYBHIFdXNfb3KIAQGYAS7CAQN4MTHIAQ_YAQHoAQGSAgF5qAID;sid=d75961678f8ad42934607f0042ff0279;sb_price_type=total&
conf/eu/2015/visiting.md:51: [redirected permanently] http://www.hotels.com/ to https://www.hotels.com/
conf/eu/2015/visiting.md:36: [redirected permanently] http://www.studentagency.eu/ to https://www.studentagency.eu/en/
conf/eu/2015/visiting.md:85: [redirected permanently] http://www.aaataxi.cz/en/ to https://www.aaataxi.cz/en/
conf/eu/2015/visiting.md:87: [redirected with Found] http://www.airportcars.cz/?page=o-nas&lang=en to http://fix-taxi.cz/
conf/eu/2015/visiting.md:19: [redirected permanently] http://www.prg.aero/en/ to https://www.prg.aero/en
conf/eu/2016/index.rst:19: [redirected permanently] http://en.wikipedia.org/wiki/Wabi-sabi to https://en.wikipedia.org/wiki/Wabi-sabi
conf/eu/2016/index.rst:137: [local] /conf/eu/2016/visiting/#where-to-stay
conf/eu/2016/index.rst:139: [local] /conf/eu/2016/visiting/#how-to-get-around
conf/eu/2016/index.rst:82: [redirected with Found] https://www.flickr.com/writethedocs to https://www.flickr.com/photos/writethedocs
conf/eu/2016/lightning-talks.rst:8: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/eu/2016/lightning-talks.rst:120: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/eu/2016/news/announce-presentations.rst:14: [broken] http://www.writethedocs.org/conf/eu/2016/speakers/#speaker-idan-gazit: Anchor 'speaker-idan-gazit' not found
conf/eu/2016/news/announce-presentations.rst:45: [broken] https://www.netconomy.net: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>
conf/eu/2016/news/cfp-new-deadline.rst:33: [redirected with Found] https://developer.mozilla.org/ to https://developer.mozilla.org/en-US/
conf/eu/2016/news/cfp-new-deadline.rst:37: [redirected permanently] http://www.techwriter.pl to http://techwriter.pl/
conf/eu/2016/news/cfp-tickets.rst:37: [redirected permanently] http://codex.wordpress.org/ to https://codex.wordpress.org/
conf/eu/2016/news/day-of.md:17: [redirected permanently] https://goo.gl/maps/FctuHxqXkr52 to https://www.google.com/maps/place/Autoklub+%C4%8Cesk%C3%A9+Republiky/@50.083703,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?shorturl=1
conf/eu/2016/news/day-of.md:13: [redirected permanently] https://goo.gl/maps/bqLP3VaytVo to https://www.google.com/maps/place/Prague+Boats/@50.092581,14.417903,15z/data=!4m5!3m4!1s0x0:0xd3fc01fcf00269d7!8m2!3d50.0925812!4d14.4179032?hl=en&shorturl=1
conf/eu/2016/news/day-of.md:16: [redirected permanently] https://goo.gl/maps/FctuHxqXkr52 to https://www.google.com/maps/place/Autoklub+%C4%8Cesk%C3%A9+Republiky/@50.083703,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?shorturl=1
conf/eu/2016/news/day-of.md:19: [redirected permanently] https://goo.gl/maps/3k5XZQvkHZr to https://www.google.cz/maps/place/Klub+L%C3%A1vka/@50.0855642,14.4107045,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94e595ddb4b1:0x109bd25da2af25b1!8m2!3d50.0855608!4d14.4128932?hl=en&shorturl=1
conf/eu/2016/news/day-of.md:22: [redirected permanently] http://twitter.com/writethedocs to https://twitter.com/writethedocs
conf/eu/2016/news/schedule.md:32: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/eu/2016/news/schedule.md:63: [broken] https://www.netconomy.net: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>
conf/eu/2016/news/schedule.md:30: [redirected permanently] https://goo.gl/maps/w3gGKECb3HQ2 to https://www.google.co.uk/maps/place/Autoklub+%C4%8Cesk%C3%A9+Republiky/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2016/news/thanks-for-coming.md:29: [local] conf/eu/2016/news/mailto:[email protected]
conf/eu/2016/news/thanks-for-coming.md:: [redirected permanently] https://goo.gl/forms/RQE7qyaFvaMNP2Zo2 to https://docs.google.com/forms/d/e/1FAIpQLSceW4vLBmW-0yp3EgGfIqydO8BlPgmyXtIXSP-aWSOzhyO72Q/viewform?c=0&w=1&usp=send_form
conf/eu/2016/news/thanks-for-coming.md:54: [redirected with Found] https://writethedocs.slack.com/messages to https://writethedocs.slack.com/?redir=%2Fmessages
conf/eu/2016/news/welcome.md:14: [redirected permanently] https://goo.gl/maps/bqLP3VaytVo to https://www.google.com/maps/place/Prague+Boats/@50.092581,14.417903,15z/data=!4m5!3m4!1s0x0:0xd3fc01fcf00269d7!8m2!3d50.0925812!4d14.4179032?hl=en&shorturl=1
conf/eu/2016/news/welcome.md:21: [redirected permanently] https://goo.gl/maps/3k5XZQvkHZr to https://www.google.cz/maps/place/Klub+L%C3%A1vka/@50.0855642,14.4107045,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94e595ddb4b1:0x109bd25da2af25b1!8m2!3d50.0855608!4d14.4128932?hl=en&shorturl=1
conf/eu/2016/news/welcome.md:27: [redirected with Found] https://developer.mozilla.org/ to https://developer.mozilla.org/en-US/
conf/eu/2016/news/welcome.md:30: [redirected permanently] http://redhat.com/ to https://www.redhat.com/en
conf/eu/2016/news/welcome.md:32: [broken] https://www.netconomy.net/: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>
conf/eu/2016/schedule.rst:96: [redirected permanently] https://goo.gl/maps/3k5XZQvkHZr to https://www.google.cz/maps/place/Klub+L%C3%A1vka/@50.0855642,14.4107045,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94e595ddb4b1:0x109bd25da2af25b1!8m2!3d50.0855608!4d14.4128932?hl=en&shorturl=1
conf/eu/2016/unconference.rst:6: [redirected permanently] http://en.wikipedia.org/wiki/Unconference to https://en.wikipedia.org/wiki/Unconference
conf/eu/2016/visiting.rst:18: [redirected permanently] http://www.prg.aero/en/ to https://www.prg.aero/en
conf/eu/2016/visiting.rst:28: [redirected permanently] http://en.wikipedia.org/wiki/Vogelfluglinie to https://en.wikipedia.org/wiki/Vogelfluglinie
conf/eu/2016/visiting.rst:34: [redirected with Found] https://www.cd.cz/eshop/default.aspx to https://www.cd.cz/error-cd/error-404.htm?aspxerrorpath=/eshop/default.aspx
conf/eu/2016/visiting.rst:40: [redirected permanently] http://www.studentagency.eu/ to https://www.studentagency.eu/en/
conf/eu/2016/visiting.rst:40: [redirected permanently] http://www.eurolines.com/en/ to https://www.eurolines.de/en/home/
conf/eu/2016/visiting.rst:61: [redirected permanently] http://www.booking.com/ to https://www.booking.com/index.en-gb.html?label=gen173nr-1BCAEoggJCAlhYSDNYBHIFdXNfb3KIAQGYAS7CAQN4MTHIAQ_YAQHoAQGSAgF5qAID;sid=d75961678f8ad42934607f0042ff0279;sb_price_type=total&
conf/eu/2016/visiting.rst:62: [redirected permanently] http://www.hotels.com/ to https://www.hotels.com/
conf/eu/2016/visiting.rst:108: [redirected permanently] http://www.aaataxi.cz/en/ to https://www.aaataxi.cz/en/
conf/eu/2016/visiting.rst:110: [redirected with Found] http://www.airportcars.cz/?page=o-nas&lang=en to http://fix-taxi.cz/
conf/eu/2016/writingday.rst:6: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/eu/2016/writingday.rst:34: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/eu/2016/writingday.rst:55: [broken] http://docs.writethedocs.org/writing/beginners-guide-to-docs/: HTTP Error 404: Not Found
conf/eu/2017/about.rst:23: [redirected permanently] https://goo.gl/maps/2pdRtnmrJrv to https://www.google.cz/maps/place/Autoklub+%C4%8Cesk%C3%A9+Republiky/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2017/boat.rst:24: [redirected permanently] https://goo.gl/maps/bqLP3VaytVo to https://www.google.com/maps/place/Prague+Boats/@50.092581,14.417903,15z/data=!4m5!3m4!1s0x0:0xd3fc01fcf00269d7!8m2!3d50.0925812!4d14.4179032?hl=en&shorturl=1
conf/eu/2017/cfp.rst:113: [redirected with Found] https://docs.google.com/forms/d/e/1FAIpQLSdphOZ5udg0LtuP-HVyJ2oybynNA_1eB_QRvVWMv45o5l5RZA/viewform to https://docs.google.com/forms/d/e/1FAIpQLSdphOZ5udg0LtuP-HVyJ2oybynNA_1eB_QRvVWMv45o5l5RZA/closedform
conf/eu/2017/lightning-talks.rst:8: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/eu/2017/lightning-talks.rst:119: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/eu/2017/news/2week-info.rst:16: [redirected permanently] https://goo.gl/maps/bqLP3VaytVo to https://www.google.com/maps/place/Prague+Boats/@50.092581,14.417903,15z/data=!4m5!3m4!1s0x0:0xd3fc01fcf00269d7!8m2!3d50.0925812!4d14.4179032?hl=en&shorturl=1
conf/eu/2017/news/2week-info.rst:18: [redirected permanently] https://goo.gl/maps/dcbYPV5x5DN2 to https://www.google.cz/maps/place/Autoclub+of+the+Czech+Republic/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2017/news/2week-info.rst:20: [redirected permanently] https://goo.gl/maps/dcbYPV5x5DN2 to https://www.google.cz/maps/place/Autoclub+of+the+Czech+Republic/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2017/news/2week-info.rst:24: [redirected permanently] https://goo.gl/maps/dcbYPV5x5DN2 to https://www.google.cz/maps/place/Autoclub+of+the+Czech+Republic/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2017/news/2week-info.rst:22: [redirected permanently] https://goo.gl/maps/qDfi6bqyn212 to https://www.google.cz/maps/place/Hangar+Bar/@50.0903577,14.4180365,17z/data=!4m5!3m4!1s0x470b94e835cc92b1:0x901c3bbf83d028f0!8m2!3d50.0903543!4d14.4202252?hl=en&shorturl=1
conf/eu/2017/news/announcing-events-volunteers.rst:30: [redirected permanently] https://goo.gl/maps/qDfi6bqyn212 to https://www.google.cz/maps/place/Hangar+Bar/@50.0903577,14.4180365,17z/data=!4m5!3m4!1s0x470b94e835cc92b1:0x901c3bbf83d028f0!8m2!3d50.0903543!4d14.4202252?hl=en&shorturl=1
conf/eu/2017/news/announcing-events-volunteers.rst:52: [broken] https://www.netconomy.net/: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>
conf/eu/2017/news/announcing-events-volunteers.rst:50: [redirected permanently] https://www.redhat.com/ to https://www.redhat.com/en
conf/eu/2017/news/announcing-presentations-ticket-update.rst:21: [local] /conf/eu/2017/speakers/#speaker-becky-todd
conf/eu/2017/news/announcing-presentations-ticket-update.rst:22: [local] /conf/eu/2017/speakers/#speaker-chris-ward
conf/eu/2017/news/announcing-presentations-ticket-update.rst:23: [local] /conf/eu/2017/speakers/#speaker-christy-lutz
conf/eu/2017/news/announcing-presentations-ticket-update.rst:24: [local] /conf/eu/2017/speakers/#speaker-cory-williamson-cardneau
conf/eu/2017/news/announcing-presentations-ticket-update.rst:25: [local] /conf/eu/2017/speakers/#speaker-daniel-d-beck
conf/eu/2017/news/announcing-presentations-ticket-update.rst:26: [local] /conf/eu/2017/speakers/#speaker-daniele-procida
conf/eu/2017/news/announcing-presentations-ticket-update.rst:27: [local] /conf/eu/2017/speakers/#speaker-garen-torikian
conf/eu/2017/news/announcing-presentations-ticket-update.rst:28: [local] /conf/eu/2017/speakers/#speaker-kate-wilcox
conf/eu/2017/news/announcing-presentations-ticket-update.rst:29: [local] /conf/eu/2017/speakers/#speaker-lauri-apple
conf/eu/2017/news/announcing-presentations-ticket-update.rst:30: [local] /conf/eu/2017/speakers/#speaker-lesia-zasadna
conf/eu/2017/news/announcing-presentations-ticket-update.rst:31: [local] /conf/eu/2017/speakers/#speaker-meike-chabowski
conf/eu/2017/news/announcing-presentations-ticket-update.rst:32: [local] /conf/eu/2017/speakers/#speaker-raphael-pierzina
conf/eu/2017/news/announcing-presentations-ticket-update.rst:33: [local] /conf/eu/2017/speakers/#speaker-ruthie-bendor
conf/eu/2017/news/announcing-presentations-ticket-update.rst:34: [local] /conf/eu/2017/speakers/#speaker-stuart-culshaw
conf/eu/2017/news/announcing-presentations-ticket-update.rst:35: [local] /conf/eu/2017/speakers/#speaker-thomas-parisot
conf/eu/2017/news/announcing-presentations-ticket-update.rst:36: [local] /conf/eu/2017/speakers/#speaker-tim-rogers
conf/eu/2017/news/announcing-presentations-ticket-update.rst:41: [local] /conf/eu/2017/speakers/#speaker-ed-stenson
conf/eu/2017/news/announcing-presentations-ticket-update.rst:42: [local] /conf/eu/2017/speakers/#speaker-floriana-pagano
conf/eu/2017/news/announcing-presentations-ticket-update.rst:43: [local] /conf/eu/2017/speakers/#speaker-kathleen-de-roo
conf/eu/2017/news/cfp-reminder.rst:27: [redirected permanently] https://www.knowledgeowl.com/ to https://www.knowledgeowl.com/home
conf/eu/2017/news/recap-retrospective.rst:64: [redirected with Found] http://slack.writethedocs.com/ to http://slack.writethedocs.org/
conf/eu/2017/news/recap-retrospective.rst:58: [redirected with Found] https://flic.kr/s/aHsm3Mcv9p to https://www.flickr.com/photos/writethedocs/sets/72157685793650371/
conf/eu/2017/schedule.rst:20: [redirected permanently] https://goo.gl/maps/dcbYPV5x5DN2 to https://www.google.cz/maps/place/Autoclub+of+the+Czech+Republic/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2017/schedule.rst:60: [redirected permanently] https://goo.gl/maps/qDfi6bqyn212 to https://www.google.cz/maps/place/Hangar+Bar/@50.0903577,14.4180365,17z/data=!4m5!3m4!1s0x470b94e835cc92b1:0x901c3bbf83d028f0!8m2!3d50.0903543!4d14.4202252?hl=en&shorturl=1
conf/eu/2017/unconference.rst:6: [redirected permanently] http://en.wikipedia.org/wiki/Unconference to https://en.wikipedia.org/wiki/Unconference
conf/eu/2017/venue.rst:6: [redirected permanently] https://goo.gl/maps/dcbYPV5x5DN2 to https://www.google.cz/maps/place/Autoclub+of+the+Czech+Republic/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2017/venue.rst:6: [redirected permanently] https://goo.gl/maps/2pdRtnmrJrv to https://www.google.cz/maps/place/Autoklub+%C4%8Cesk%C3%A9+Republiky/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/eu/2017/visiting.rst:18: [redirected permanently] http://www.prg.aero/en/ to https://www.prg.aero/en
conf/eu/2017/visiting.rst:28: [redirected permanently] http://en.wikipedia.org/wiki/Vogelfluglinie to https://en.wikipedia.org/wiki/Vogelfluglinie
conf/eu/2017/visiting.rst:34: [redirected with Found] https://www.cd.cz/eshop/default.aspx to https://www.cd.cz/error-cd/error-404.htm?aspxerrorpath=/eshop/default.aspx
conf/eu/2017/visiting.rst:40: [redirected permanently] http://www.studentagency.eu/ to https://www.studentagency.eu/en/
conf/eu/2017/visiting.rst:40: [redirected permanently] http://www.eurolines.com/en/ to https://www.eurolines.de/en/home/
conf/eu/2017/visiting.rst:88: [redirected permanently] http://www.aaataxi.cz/en/ to https://www.aaataxi.cz/en/
conf/eu/2017/visiting.rst:90: [redirected with Found] http://www.airportcars.cz/?page=o-nas&lang=en to http://fix-taxi.cz/
conf/eu/2017/visiting.rst:110: [redirected permanently] http://www.booking.com/ to https://www.booking.com/index.en-gb.html?label=gen173nr-1BCAEoggJCAlhYSDNYBHIFdXNfb3KIAQGYAS7CAQN4MTHIAQ_YAQHoAQGSAgF5qAID;sid=d75961678f8ad42934607f0042ff0279;sb_price_type=total&
conf/eu/2017/visiting.rst:111: [redirected permanently] http://www.hotels.com/ to https://www.hotels.com/
conf/eu/2017/visiting.rst:133: [redirected permanently] https://goo.gl/maps/d3GpLZePpuu to https://www.google.cz/maps/place/MAITREA/@50.0859896,14.4210273,17z/data=!4m8!1m2!2m1!1svegan+restauran!3m4!1s0x0:0x8faba0ec7f1316da!8m2!3d50.0884284!4d14.4225088?hl=en&shorturl=1
conf/eu/2017/visiting.rst:132: [redirected permanently] https://goo.gl/maps/a1iguSbwW9o to https://www.google.cz/maps/place/Modr%C3%BD+zub/@50.0832362,14.4247609,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94ecdbbdcf63:0x29aa2d6da01a5f49!8m2!3d50.0832328!4d14.4269496?hl=en&shorturl=1
conf/eu/2017/visiting.rst:134: [redirected permanently] https://goo.gl/maps/tw3KSuEWLxC2 to https://www.google.cz/maps/place/La+Bodeguita+Del+Medio+Music+Bar+%26+Restaurant/@50.0885264,14.4149693,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94e890784613:0xbf38fb40531c9261!8m2!3d50.088523!4d14.417158?hl=en&shorturl=1
conf/eu/2017/welcome-wagon.rst:195: [broken] http://http//www.writethedocs.org/conf/eu/2017/speakers/: <urlopen error [Errno -2] Name or service not known>
conf/eu/2017/welcome-wagon.rst:255: [redirected permanently] http://www.pydanny.com/beginners-guide-pycon-2014.html to https://www.pydanny.com/beginners-guide-pycon-2014.html
conf/eu/2017/welcome-wagon.rst:254: [redirected permanently] http://doubleyouraudience.com/microconf-guide/ to https://kaidavis.com/microconf-guide/
conf/eu/2017/writing-day.rst:1: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/eu/2017/writing-day.rst:21: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/eu/2017/writing-day.rst:30: [broken] http://docs.writethedocs.org/writing/beginners-guide-to-docs/: HTTP Error 404: Not Found
conf/index.rst:23: [local] /conf/na/2016/
conf/index.rst:24: [local] /conf/eu/2016/
conf/index.rst:29: [local] /conf/na/2015/
conf/index.rst:30: [local] /conf/eu/2015/
conf/index.rst:18: [redirected permanently] http://apithedocs.org/amsterdam/ to https://apithedocs.org/amsterdam/
conf/na/2015/cfp.md:50: [broken] http://docs.writethedocs.org/conference/talks/#daniya-kamran-translating-science-into-poetry: HTTP Error 404: Not Found
conf/na/2015/cfp.md:52: [broken] http://docs.writethedocs.org/conference/talks/#kevin-hale-getting-developers-and-engineers-to-write-the-docs: HTTP Error 404: Not Found
conf/na/2015/cfp.md:54: [broken] http://docs.writethedocs.org/conference/talks/#matthew-butterick-typography-for-docs: HTTP Error 404: Not Found
conf/na/2015/cfp.md:56: [broken] http://docs.writethedocs.org/2014/na/talks/#kenneth-reitz-documentation-at-scale: HTTP Error 404: Not Found
conf/na/2015/cfp.md:58: [broken] http://docs.writethedocs.org/2014/na/talks/#heidi-waterhouse-the-new-sheriff-in-town-bringing-documentation-out-of-chaos: HTTP Error 404: Not Found
conf/na/2015/cfp.md:87: [local] conf/na/2015/mailto:[email protected]
conf/na/2015/hike.md:29: [redirected with Found] https://maps.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A to https://www.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A
conf/na/2015/hike.md:34: [redirected with Found] https://maps.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q%3BFU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ%3BFZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ%3BFZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15 to https://www.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q;FU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ;FZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ;FZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15
conf/na/2015/hike.md:99: [redirected permanently] http://www.oregonzoo.org/ to https://www.oregonzoo.org/
conf/na/2015/hike.md:86: [redirected permanently] http://washingtonparkpdx.org/ to http://explorewashingtonpark.org/
conf/na/2015/index.rst:24: [redirected permanently] http://en.wikipedia.org/wiki/Wabi-sabi to https://en.wikipedia.org/wiki/Wabi-sabi
conf/na/2015/index.rst:35: [local] 2015/unconference
conf/na/2015/index.rst:51: [local] news/announcing-2015
conf/na/2015/index.rst:52: [local] news/cfp-ticket-prices
conf/na/2015/index.rst:54: [local] news/announcing-keynotes-sponsors-reminder
conf/na/2015/index.rst:56: [local] news/announcing-presentations
conf/na/2015/index.rst:58: [local] news/more-conference-details/
conf/na/2015/index.rst:60: [local] news/conference-sold-out-schedule-party/
conf/na/2015/index.rst:62: [local] news/welcome-to-write-the-docs/
conf/na/2015/index.rst:64: [local] news/thanks-for-coming/
conf/na/2015/index.rst:66: [local] news/videos-forum-eu-cfp/
conf/na/2015/index.rst:72: [redirected with Found] https://www.flickr.com/writethedocs to https://www.flickr.com/photos/writethedocs
conf/na/2015/index.rst:424: [local] /conf/na/2015/visiting/#where-to-stay
conf/na/2015/index.rst:426: [local] /conf/na/2015/visiting/#how-to-get-around
conf/na/2015/index.rst:436: [local] /conf/na/2015/hike/
conf/na/2015/index.rst:436: [local] /conf/na/2015/writing-day/
conf/na/2015/index.rst:442: [local] /conf/na/2015/unconference/
conf/na/2015/index.rst:442: [local] /conf/na/2015/unconference/
conf/na/2015/index.rst:449: [local] /conf/na/2015/schedule/
conf/na/2015/index.rst:35: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/na/2015/index.rst:35: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2015/lightning-talks.md:5: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/na/2015/lightning-talks.md:109: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/na/2015/news/announcing-2015.md:12: [redirected permanently] http://en.wikipedia.org/wiki/Wabi-sabi to https://en.wikipedia.org/wiki/Wabi-sabi
conf/na/2015/news/announcing-2015.md:16: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2015/news/announcing-2015.md:16: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/na/2015/news/announcing-2015.md:31: [redirected permanently] http://codex.wordpress.org/ to https://codex.wordpress.org/
conf/na/2015/news/announcing-2015.md:42: [local] conf/na/2015/news/mailto:[email protected]
conf/na/2015/news/announcing-2015.md:39: [redirected with Found] http://eepurl.com/I37rP to http://writethedocs.us6.list-manage.com/subscribe?u=94377ea46d8b176a11a325d03&id=dcf0ed349b
conf/na/2015/news/announcing-keynotes-sponsors-reminder.md:25: [redirected permanently] http://en.wikipedia.org/wiki/Ward_Cunningham to https://en.wikipedia.org/wiki/Ward_Cunningham
conf/na/2015/news/announcing-keynotes-sponsors-reminder.md:68: [local] conf/na/2015/news/mailto:[email protected]
conf/na/2015/news/announcing-keynotes-sponsors-reminder.md:34: [broken] http://howtowriteeverything.com/marcia-riefer-johnston-bio/: HTTP Error 404: Not Found
conf/na/2015/news/announcing-keynotes-sponsors-reminder.md:47: [broken] http://www.writethedocs.org/conf/na/cfp/: HTTP Error 404: Not Found
conf/na/2015/news/announcing-keynotes-sponsors-reminder.md:66: [redirected permanently] http://basecamp.com/ to https://basecamp.com/
conf/na/2015/news/announcing-presentations.md:28: [local] ../../../../../../../conf/na/2015/speakers#speaker-kburke
conf/na/2015/news/announcing-presentations.md:29: [local] ../../../../../../../conf/na/2015/speakers#speaker-rmacnamara
conf/na/2015/news/announcing-presentations.md:32: [local] ../../../../../../../conf/na/2015/speakers#speaker-tfranko
conf/na/2015/news/announcing-presentations.md:33: [local] ../../../../../../../conf/na/2015/speakers#speaker-jswisher
conf/na/2015/news/announcing-presentations.md:35: [local] ../../../../../../../conf/na/2015/speakers#speaker-hwaterhouse
conf/na/2015/news/announcing-presentations.md:36: [local] ../../../../../../../conf/na/2015/speakers#speaker-gkoberger
conf/na/2015/news/announcing-presentations.md:38: [local] ../../../../../../../conf/na/2015/speakers#speaker-gtorikian
conf/na/2015/news/announcing-presentations.md:39: [local] ../../../../../../../conf/na/2015/speakers#speaker-mnishiyama
conf/na/2015/news/announcing-presentations.md:40: [local] ../../../../../../../conf/na/2015/speakers#speaker-jbleyle-alouie
conf/na/2015/news/announcing-presentations.md:41: [local] ../../../../../../../conf/na/2015/speakers#speaker-tpodmajersky
conf/na/2015/news/announcing-presentations.md:42: [local] ../../../../../../../conf/na/2015/speakers#speaker-mness
conf/na/2015/news/announcing-presentations.md:43: [local] ../../../../../../../conf/na/2015/speakers#speaker-mdevoto
conf/na/2015/news/announcing-presentations.md:44: [local] ../../../../../../../conf/na/2015/speakers#speaker-ehoffmann-aroman
conf/na/2015/news/announcing-presentations.md:46: [local] ../../../../../../../conf/na/2015/speakers#speaker-cburwinkle
conf/na/2015/news/announcing-presentations.md:47: [local] ../../../../../../../conf/na/2015/speakers#speaker-mjang
conf/na/2015/news/announcing-presentations.md:48: [local] ../../../../../../../conf/na/2015/speakers#speaker-jfernandes
conf/na/2015/news/announcing-presentations.md:49: [local] ../../../../../../../conf/na/2015/speakers#speaker-gwalli
conf/na/2015/news/announcing-presentations.md:52: [local] ../../../../../../../conf/na/2015/speakers#speaker-kronninghall
conf/na/2015/news/announcing-presentations.md:54: [local] ../../../../../../../conf/na/2015/speakers
conf/na/2015/news/announcing-presentations.md:82: [redirected permanently] http://rackspace.com/ to https://www.rackspace.com/
conf/na/2015/news/announcing-presentations.md:18: [redirected with Found] http://writethedocs.org/conf/na/2015/visiting/ to http://www.writethedocs.org/conf/na/2015/visiting/
conf/na/2015/news/announcing-presentations.md:15: [redirected with Found] http://writethedocs.org/conf/na/2015/#tickets to http://www.writethedocs.org/conf/na/2015/#tickets
conf/na/2015/news/announcing-presentations.md:83: [redirected permanently] http://salesforce.com/ to https://www.salesforce.com/
conf/na/2015/news/cfp-ticket-prices.md:29: [local] ../../../../../../../conf/na/2015/cfp
conf/na/2015/news/cfp-ticket-prices.md:43: [local] conf/na/2015/news/mailto:[email protected]
conf/na/2015/news/cfp-ticket-prices.md:52: [local] ../../../../../../../conf/na/2015#tickets
conf/na/2015/news/conference-sold-out-schedule-party.md:50: [local] ../../../../../../../conf/na/2015/lightning-talks
conf/na/2015/news/conference-sold-out-schedule-party.md:50: [local] ../../../../../../../conf/na/2015/unconference
conf/na/2015/news/conference-sold-out-schedule-party.md:50: [local] ../../../../../../../conf/na/2015/writing-day
conf/na/2015/news/conference-sold-out-schedule-party.md:37: [redirected permanently] https://goo.gl/maps/ZoKCP to https://www.google.com/maps/dir/McMenamins,+West+Burnside+Street,+Portland,+OR/TILT+-+Handcrafted+Food+%26+Drink,+Built+For+The+American+Workforce,+1355+Northwest+Everett+Street,+Portland,+OR+97209/@45.5240105,-122.6869751,17z/data=!3m1!4b1!4m14!4m13!1m5!1m1!1s0x54950a02e43decb9:0xe289ad93ad758c66!2m2!1d-122.684788!2d45.522732!1m5!1m1!1s0x54950a0275f50c8b:0x8fc86097c443992c!2m2!1d-122.684728!2d45.525289!3e2
conf/na/2015/news/more-conference-details.md:49: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/na/2015/news/more-conference-details.md:14: [redirected with Found] http://writethedocs.org/conf/eu/2015/ to http://www.writethedocs.org/conf/eu/2015/
conf/na/2015/news/more-conference-details.md:42: [redirected with Found] http://writethedocs.org/conf/na/2015/writing-day/ to http://www.writethedocs.org/conf/na/2015/writing-day/
conf/na/2015/news/more-conference-details.md:78: [local] ../../../../../../../conf/na/2015/schedule
conf/na/2015/news/more-conference-details.md:84: [local] ../../../../../../../conf/na/2015/unconference
conf/na/2015/news/more-conference-details.md:45: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
conf/na/2015/news/more-conference-details.md:54: [redirected permanently] http://opennews.org/ to https://opennews.org/
conf/na/2015/news/more-conference-details.md:29: [redirected with Found] http://writethedocs.org/conf/na/2015/hike/ to http://www.writethedocs.org/conf/na/2015/hike/
conf/na/2015/news/more-conference-details.md:100: [redirected permanently] https://atlassian.com to https://www.atlassian.com/
conf/na/2015/news/more-conference-details.md:101: [redirected permanently] http://urbanairship.com to https://www.urbanairship.com/
conf/na/2015/news/more-conference-details.md:54: [broken] http://mdn.mozilla.org: <urlopen error timed out>
conf/na/2015/news/thanks-for-coming.md:23: [local] conf/na/2015/news/mailto:[email protected]
conf/na/2015/news/thanks-for-coming.md:: [redirected permanently] https://docs.google.com/forms/d/1s8PYo_VmjBg9-BZEBzD8V7glVBFNFWZ3Lz7dqNGOUic/viewform?usp=send_form to https://docs.google.com/forms/d/e/1FAIpQLScbsP6WrFs4Wn3_GiHl9IMqBjsFspmXSERIa-wv_kox6ELyBg/viewform?usp=send_form
conf/na/2015/news/thanks-for-coming.md:47: [broken] http://www.meetup.com/Write-the-Docs-San-Diego-CA/: HTTP Error 404: Not Found
conf/na/2015/news/thanks-for-coming.md:45: [redirected permanently] http://www.meetup.com/Write-The-Docs-PDX/ to https://www.meetup.com/Write-The-Docs-PDX/?_cookie-check=3u2XG6VDwAX6PnuS
conf/na/2015/news/thanks-for-coming.md:53: [broken] https://github.com/writethedocs/attendee-notes: HTTP Error 404: Not Found
conf/na/2015/news/thanks-for-coming.md:44: [redirected permanently] http://www.meetup.com/Write-The-Docs-Seattle/ to https://www.meetup.com/Write-The-Docs-Seattle/?_cookie-check=_SvYJjcma_y8VHVE
conf/na/2015/news/thanks-for-coming.md:46: [redirected permanently] http://www.meetup.com/Write-The-Docs/ to https://www.meetup.com/Write-the-Docs-SF/?_cookie-check=vUAhOaThDxFyl14B
conf/na/2015/news/thanks-for-coming.md:48: [redirected permanently] http://www.meetup.com/Write-The-Docs-NY/ to https://www.meetup.com/WriteTheDocsNYC/?_cookie-check=XzpH_i0Z7e7-p4Gk
conf/na/2015/news/videos-forum-eu-cfp.md:41: [redirected permanently] http://www.meetup.com/Write-The-Docs-Seattle/ to https://www.meetup.com/Write-The-Docs-Seattle/?_cookie-check=_SvYJjcma_y8VHVE
conf/na/2015/news/videos-forum-eu-cfp.md:42: [redirected permanently] http://www.meetup.com/Write-The-Docs-PDX/ to https://www.meetup.com/Write-The-Docs-PDX/?_cookie-check=3u2XG6VDwAX6PnuS
conf/na/2015/news/videos-forum-eu-cfp.md:43: [redirected permanently] http://www.meetup.com/Write-The-Docs/ to https://www.meetup.com/Write-the-Docs-SF/?_cookie-check=vUAhOaThDxFyl14B
conf/na/2015/news/videos-forum-eu-cfp.md:44: [broken] http://www.meetup.com/Write-the-Docs-San-Diego-CA/: HTTP Error 404: Not Found
conf/na/2015/news/videos-forum-eu-cfp.md:46: [redirected permanently] http://www.meetup.com/Write-The-Docs-NY/ to https://www.meetup.com/WriteTheDocsNYC/?_cookie-check=XzpH_i0Z7e7-p4Gk
conf/na/2015/news/videos-forum-eu-cfp.md:45: [redirected permanently] http://www.meetup.com/Boulder-Denver-WriteTheDocs-Meetup/ to https://www.meetup.com/Write-the-Docs-Boulder-Denver/?_cookie-check=6UsgBUsrLZdNn8gY
conf/na/2015/news/welcome-to-write-the-docs.md:: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
conf/na/2015/news/welcome-to-write-the-docs.md:11: [local] ../../../../../../../conf/na/2015/writing-day
conf/na/2015/news/welcome-to-write-the-docs.md:11: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
conf/na/2015/news/welcome-to-write-the-docs.md:: [local] ../../../../../../../conf/na/2015/lightning-talks
conf/na/2015/news/welcome-to-write-the-docs.md:14: [local] ../../../../../../../conf/na/2015/unconference
conf/na/2015/news/welcome-to-write-the-docs.md:15: [redirected permanently] https://goo.gl/maps/ZoKCP to https://www.google.com/maps/dir/McMenamins,+West+Burnside+Street,+Portland,+OR/TILT+-+Handcrafted+Food+%26+Drink,+Built+For+The+American+Workforce,+1355+Northwest+Everett+Street,+Portland,+OR+97209/@45.5240105,-122.6869751,17z/data=!3m1!4b1!4m14!4m13!1m5!1m1!1s0x54950a02e43decb9:0xe289ad93ad758c66!2m2!1d-122.684788!2d45.522732!1m5!1m1!1s0x54950a0275f50c8b:0x8fc86097c443992c!2m2!1d-122.684728!2d45.525289!3e2
conf/na/2015/schedule.md:11: [local] ../../../../../../../conf/na/2015/hike
conf/na/2015/schedule.md:26: [local] ../../../../../../../conf/na/2015/writing-day
conf/na/2015/schedule.md:70: [broken] https://github.com/writethedocs/attendee-notes: HTTP Error 404: Not Found
conf/na/2015/visiting.md:5: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2015/visiting.md:18: [broken] http://www.wweek.com/portland/restaurantguide: HTTP Error 404: Not Found
conf/na/2015/visiting.md:28: [redirected permanently] http://www.mcmenamins.com/CrystalHotel to https://www.mcmenamins.com/crystal-hotel
conf/na/2015/visiting.md:30: [redirected permanently] http://www.hoteldeluxeportland.com/ to https://www.hoteldeluxeportland.com/
conf/na/2015/visiting.md:17: [redirected permanently] http://pdx.eater.com/maps/best-portland-restaurants-38 to https://pdx.eater.com/maps/38-best-portland-oregon-restaurants
conf/na/2015/visiting.md:32: [redirected permanently] http://www.sentinelhotel.com/ to https://www.sentinelhotel.com/
conf/na/2015/visiting.md:53: [redirected permanently] http://www.portlandstreetcar.org/ to https://portlandstreetcar.org/
conf/na/2015/visiting.md:62: [redirected permanently] http://www.radiocab.net/ to http://radiocab.net/
conf/na/2015/visiting.md:76: [redirected permanently] http://www.portlandbicycletours.com/ to https://www.portlandbicycletours.com/
conf/na/2015/visiting.md:63: [redirected permanently] http://www.broadwaycab.com/ to https://www.broadwaycab.com/
conf/na/2015/visiting.md:19: [broken] http://www.urbanspoon.com/c/24/Portland-restaurants.html: The read operation timed out
conf/na/2015/writing-day.md:5: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/na/2015/writing-day.md:25: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/na/2015/writing-day.md:34: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
conf/na/2015/writing-day.md:51: [broken] http://docs.writethedocs.org/writing/beginners-guide-to-docs/: HTTP Error 404: Not Found
conf/na/2015/writing-day.md:56: [local] conf/na/2015/mailto:[email protected]
conf/na/2015/writing-day.md:0: [redirected permanently] http://opennews.org/blog/code-convening-wtd/ to https://opennews.org/blog/code-convening-wtd/
conf/na/2015/writing-day.md:84: [redirected permanently] http://developer.marvel.com/docs to https://developer.marvel.com/
conf/na/2015/writing-day.md:90: [redirected permanently] http://nodeschool.io/ to https://nodeschool.io/
conf/na/2015/writing-day.md:92: [redirected permanently] http://nodeschool.io/international-day/ to https://nodeschool.io/international-day/
conf/na/2015/writing-day.md:84: [broken] https://support.3scale.net/reference/active-docs: HTTP Error 404: Not Found
conf/na/2016/cfp.rst:64: [broken] http://docs.writethedocs.org/conference/talks/#daniya-kamran-translating-science-into-poetry: HTTP Error 404: Not Found
conf/na/2016/cfp.rst:66: [broken] http://docs.writethedocs.org/conference/talks/#kevin-hale-getting-developers-and-engineers-to-write-the-docs: HTTP Error 404: Not Found
conf/na/2016/cfp.rst:68: [broken] http://docs.writethedocs.org/conference/talks/#matthew-butterick-typography-for-docs: HTTP Error 404: Not Found
conf/na/2016/cfp.rst:70: [broken] http://docs.writethedocs.org/2014/na/talks/#kenneth-reitz-documentation-at-scale: HTTP Error 404: Not Found
conf/na/2016/cfp.rst:72: [broken] http://docs.writethedocs.org/2014/na/talks/#heidi-waterhouse-the-new-sheriff-in-town-bringing-documentation-out-of-chaos: HTTP Error 404: Not Found
conf/na/2016/hike.rst:25: [redirected with Found] https://maps.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A to https://www.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A
conf/na/2016/hike.rst:30: [redirected with Found] https://maps.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q%3BFU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ%3BFZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ%3BFZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15 to https://www.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q;FU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ;FZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ;FZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15
conf/na/2016/hike.rst:91: [redirected permanently] http://washingtonparkpdx.org/ to http://explorewashingtonpark.org/
conf/na/2016/hike.rst:101: [redirected permanently] http://www.oregonzoo.org/ to https://www.oregonzoo.org/
conf/na/2016/index.rst:30: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2016/index.rst:30: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/na/2016/index.rst:130: [local] /conf/na/2016/visiting/#where-to-stay
conf/na/2016/index.rst:132: [local] /conf/na/2016/visiting/#how-to-get-around
conf/na/2016/index.rst:10: [redirected with Found] https://www.flickr.com/photos/writethedocs/albums/72157669467964085 to https://www.flickr.com/photos/writethedocs/sets/72157669467964085
conf/na/2016/lightning-talks.rst:8: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/na/2016/lightning-talks.rst:120: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/na/2016/news/announcing-2016.md:16: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2016/news/announcing-2016.md:28: [redirected permanently] http://codex.wordpress.org/ to https://codex.wordpress.org/
conf/na/2016/news/announcing-2016.md:36: [local] conf/na/2016/news/mailto:[email protected]
conf/na/2016/news/announcing-presentations.md:22: [broken] http://www.writethedocs.org/conf/na/2016/speakers/#speaker-panel: Anchor 'speaker-panel' not found
conf/na/2016/news/announcing-presentations.md:72: [redirected with Found] http://writethedocs.org/conf/na/2016/#tickets to http://www.writethedocs.org/conf/na/2016/#tickets
conf/na/2016/news/announcing-presentations.md:78: [redirected with Found] http://writethedocs.org/conf/na/2016/visiting/ to http://www.writethedocs.org/conf/na/2016/visiting/
conf/na/2016/news/announcing-presentations.md:90: [redirected permanently] http://goo.gl/forms/E12jOHaR9x to https://docs.google.com/forms/d/e/1FAIpQLScVcq4qMgnVh1U4yHI56eVj1Ur7uOFczrtw1eVr47EI11zRlw/viewform?c=0&w=1&usp=send_form
conf/na/2016/news/announcing-presentations.md:86: [redirected permanently] http://goo.gl/forms/E12jOHaR9x to https://docs.google.com/forms/d/e/1FAIpQLScVcq4qMgnVh1U4yHI56eVj1Ur7uOFczrtw1eVr47EI11zRlw/viewform?c=0&w=1&usp=send_form
conf/na/2016/news/announcing-presentations.md:86: [redirected permanently] http://pronovix.com/ to https://pronovix.com/
conf/na/2016/news/cfp-reminder.md:13: [broken] http://www.writethedocs.org/conf/na/cfp/: HTTP Error 404: Not Found
conf/na/2016/news/cfp-reminder.md:21: [local] conf/na/2016/news/mailto:[email protected]
conf/na/2016/news/cfp-reminder.md:28: [redirected permanently] http://github.com to https://github.com/
conf/na/2016/news/cfp-reminder.md:27: [redirected permanently] http://google.com to https://www.google.com/?gws_rd=ssl
conf/na/2016/news/cfp-tickets.rst:88: [redirected permanently] http://github.com/ to https://github.com/
conf/na/2016/news/cfp-tickets.rst:87: [redirected permanently] http://google.com/ to https://www.google.com/?gws_rd=ssl
conf/na/2016/news/schedule-welcome-wagon-events.md:63: [local] conf/na/2016/news/mailto:[email protected]
conf/na/2016/news/schedule-welcome-wagon-events.md:89: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
conf/na/2016/news/schedule-welcome-wagon-events.md:93: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/na/2016/news/schedule-welcome-wagon-events.md:98: [broken] http://mdn.mozilla.org: <urlopen error timed out>
conf/na/2016/news/schedule-welcome-wagon-events.md:98: [local] conf/na/2016/news/mailto:[email protected]
conf/na/2016/news/schedule-welcome-wagon-events.md:105: [redirected permanently] http://www.meetup.com/Write-The-Docs-PDX/events/230291799/ to https://www.meetup.com/Write-The-Docs-PDX/events/230291799/
conf/na/2016/news/schedule-welcome-wagon-events.md:129: [redirected permanently] http://www.jackknifepdx.com/ to http://jackknifepdx.com/
conf/na/2016/news/thanks-for-coming.md:22: [local] conf/na/2016/news/mailto:[email protected]
conf/na/2016/news/thanks-for-coming.md:33: [redirected with Found] http://slack.writethedocs.com/ to http://slack.writethedocs.org/
conf/na/2016/news/thanks-for-coming.md:37: [broken] http://www.writethedocs.org/meetups/starting/: HTTP Error 404: Not Found
conf/na/2016/news/thanks-for-coming.md:: [redirected permanently] https://docs.google.com/forms/d/1EId9qofs5N5ivE4PWi9awlco3r6yn1gikSJwBc6F8OU/viewform to https://docs.google.com/forms/d/e/1FAIpQLSeB6B21_hspxVtbFeiN6l4eo22Fi4cW6XMiLYrjzYqhJ_Iesw/viewform
conf/na/2016/news/welcome.md:: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
conf/na/2016/news/welcome.md:17: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
conf/na/2016/news/welcome.md:33: [redirected with Found] https://developer.mozilla.org/ to https://developer.mozilla.org/en-US/
conf/na/2016/news/welcome.md:14: [broken] http://trimet.org/alerts/firstavenue.htm: HTTP Error 404: Not Found
conf/na/2016/news/welcome.md:31: [redirected permanently] https://google.com to https://www.google.com/
conf/na/2016/news/welcome.md:21: [redirected permanently] https://goo.gl/maps/UF1PgcfKWNS2 to https://www.google.com/maps/place/Jackknife/@45.5205808,-122.6849434,17z/data=!4m13!1m7!3m6!1s0x54950a035f7576e3:0x1f37e53eb881856a!2sJackknife!3b1!8m2!3d45.5205771!4d-122.6827547!3m4!1s0x54950a035f7576e3:0x1f37e53eb881856a!8m2!3d45.5205771!4d-122.6827547?hl=en&shorturl=1
conf/na/2016/news/welcome.md:34: [redirected with Found] https://twilio.com/ to https://www.twilio.com/
conf/na/2016/unconference.rst:6: [redirected permanently] http://en.wikipedia.org/wiki/Unconference to https://en.wikipedia.org/wiki/Unconference
conf/na/2016/venue.rst:6: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2016/venue.rst:6: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/na/2016/visiting.rst:6: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2016/visiting.rst:18: [redirected permanently] http://pdx.eater.com/maps/best-portland-restaurants-38 to https://pdx.eater.com/maps/38-best-portland-oregon-restaurants
conf/na/2016/visiting.rst:21: [broken] http://www.wweek.com/portland/restaurantguide: HTTP Error 404: Not Found
conf/na/2016/visiting.rst:23: [broken] http://www.urbanspoon.com/c/24/Portland-restaurants.html: The read operation timed out
conf/na/2016/visiting.rst:34: [redirected permanently] http://www.mcmenamins.com/CrystalHotel to https://www.mcmenamins.com/crystal-hotel
conf/na/2016/visiting.rst:36: [redirected permanently] http://www.hoteldeluxeportland.com/ to https://www.hoteldeluxeportland.com/
conf/na/2016/visiting.rst:38: [redirected permanently] http://www.sentinelhotel.com/ to https://www.sentinelhotel.com/
conf/na/2016/visiting.rst:62: [redirected permanently] http://www.portlandstreetcar.org/ to https://portlandstreetcar.org/
conf/na/2016/visiting.rst:72: [redirected permanently] http://www.radiocab.net/ to http://radiocab.net/
conf/na/2016/visiting.rst:73: [redirected permanently] http://www.broadwaycab.com/ to https://www.broadwaycab.com/
conf/na/2016/visiting.rst:87: [redirected permanently] http://www.portlandbicycletours.com/ to https://www.portlandbicycletours.com/
conf/na/2016/welcome-wagon.rst:282: [redirected permanently] http://doubleyouraudience.com/microconf-guide/ to https://kaidavis.com/microconf-guide/
conf/na/2016/welcome-wagon.rst:283: [redirected permanently] http://www.pydanny.com/beginners-guide-pycon-2014.html to https://www.pydanny.com/beginners-guide-pycon-2014.html
conf/na/2016/welcome-wagon.rst:200: [broken] http://http//www.writethedocs.org/conf/na/2016/speakers/: <urlopen error [Errno -2] Name or service not known>
conf/na/2016/writing-day.rst:6: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/na/2016/writing-day.rst:34: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/na/2016/writing-day.rst:72: [broken] http://docs.writethedocs.org/writing/beginners-guide-to-docs/: HTTP Error 404: Not Found
conf/na/2017/about.rst:18: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2017/about.rst:18: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/na/2017/cfp.rst:111: [redirected with Found] https://docs.google.com/forms/d/e/1FAIpQLSceKzQwM2UaU-KXBcImc2Gl3qaz11NV3fg8s3iYUOOFoDcAkw/viewform to https://docs.google.com/forms/d/e/1FAIpQLSceKzQwM2UaU-KXBcImc2Gl3qaz11NV3fg8s3iYUOOFoDcAkw/closedform
conf/na/2017/east/proposal.md:121: [broken] https://old.plone.org/events/conferences/plone-conference-2016/boston-proposal-2016/view: HTTP Error 404: Not Found
conf/na/2017/hike.rst:26: [redirected with Found] https://maps.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A to https://www.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A
conf/na/2017/hike.rst:31: [redirected with Found] https://maps.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q%3BFU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ%3BFZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ%3BFZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15 to https://www.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q;FU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ;FZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ;FZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15
conf/na/2017/hike.rst:92: [redirected permanently] http://washingtonparkpdx.org/ to http://explorewashingtonpark.org/
conf/na/2017/hike.rst:102: [redirected permanently] http://www.oregonzoo.org/ to https://www.oregonzoo.org/
conf/na/2017/lightning-talks.rst:8: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/na/2017/lightning-talks.rst:120: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/na/2017/news/announcing-presentations.rst:26: [local] /conf/na/2017/speakers/#speaker-amelia-abreu
conf/na/2017/news/announcing-presentations.rst:27: [local] /conf/na/2017/speakers/#speaker-ruthie-bendor
conf/na/2017/news/announcing-presentations.rst:28: [local] /conf/na/2017/speakers/#speaker-matthew-buttler
conf/na/2017/news/announcing-presentations.rst:29: [local] /conf/na/2017/speakers/#speaker-lyzi-diamond
conf/na/2017/news/announcing-presentations.rst:30: [local] /conf/na/2017/speakers/#speaker-sam-faktorovich
conf/na/2017/news/announcing-presentations.rst:31: [local] /conf/na/2017/speakers/#speaker-lynnae-griffiths
conf/na/2017/news/announcing-presentations.rst:32: [local] /conf/na/2017/speakers/#speaker-sarah-hersh
conf/na/2017/news/announcing-presentations.rst:33: [local] /conf/na/2017/speakers/#speaker-tom-johnson
conf/na/2017/news/announcing-presentations.rst:34: [local] /conf/na/2017/speakers/#speaker-andrea-longo
conf/na/2017/news/announcing-presentations.rst:35: [local] /conf/na/2017/speakers/#speaker-christy-lutz
conf/na/2017/news/announcing-presentations.rst:36: [local] /conf/na/2017/speakers/#speaker-carl-parker
conf/na/2017/news/announcing-presentations.rst:37: [local] /conf/na/2017/speakers/#speaker-ryan-pitts
conf/na/2017/news/announcing-presentations.rst:38: [local] /conf/na/2017/speakers/#speaker-jodie-putrino
conf/na/2017/news/announcing-presentations.rst:39: [local] /conf/na/2017/speakers/#speaker-jesse-seldess
conf/na/2017/news/announcing-presentations.rst:40: [local] /conf/na/2017/speakers/#speaker-ingrid-towey
conf/na/2017/news/announcing-presentations.rst:41: [local] /conf/na/2017/speakers/#speaker-kate-voss
conf/na/2017/news/announcing-presentations.rst:42: [local] /conf/na/2017/speakers/#speaker-kenzie-woodbridge
conf/na/2017/news/announcing-presentations.rst:47: [local] /conf/na/2017/speakers/#speaker-david-bastedoleona-campbell
conf/na/2017/news/announcing-presentations.rst:48: [local] /conf/na/2017/speakers/#speaker-melissa-chavez
conf/na/2017/news/announcing-presentations.rst:49: [local] /conf/na/2017/speakers/#speaker-jigyasa-grover
conf/na/2017/news/announcing-presentations.rst:50: [local] /conf/na/2017/speakers/#speaker-mike-jang
conf/na/2017/news/announcing-presentations.rst:51: [local] /conf/na/2017/speakers/#speaker-ashleigh-rentz
conf/na/2017/news/announcing-presentations.rst:58: [local] /conf/na/2017/speakers/#speaker-matthew-desmond
conf/na/2017/news/announcing-presentations.rst:59: [local] /conf/na/2017/speakers/#speaker-heidi-waterhouse
conf/na/2017/news/announcing-workshops.rst:9: [local] /conf/na/2017/news/announcing-presentations/
conf/na/2017/news/announcing-workshops.rst:15: [local] /conf/na/2017/speakers/#speaker-matthew-desmond
conf/na/2017/news/announcing-workshops.rst:16: [local] /conf/na/2017/speakers/#speaker-heidi-waterhouse
conf/na/2017/news/announcing-workshops.rst:20: [local] /conf/na/2017/workshops
conf/na/2017/news/schedule-social.rst:47: [redirected permanently] https://google.com to https://www.google.com/
conf/na/2017/news/schedule-social.rst:52: [redirected permanently] https://www.redhat.com/ to https://www.redhat.com/en
conf/na/2017/news/schedule-social.rst:56: [redirected permanently] https://www.knowledgeowl.com/ to https://www.knowledgeowl.com/home
conf/na/2017/news/schedule-social.rst:34: [redirected permanently] https://goo.gl/maps/hvYkv6RU4qD2 to https://www.google.co.il/maps/place/Jackknife/@45.5205808,-122.6849434,17z/data=!3m1!4b1!4m5!3m4!1s0x54950a035f7576e3:0x1f37e53eb881856a!8m2!3d45.5205771!4d-122.6827547?hl=en&shorturl=1
conf/na/2017/news/schedule-social.rst:49: [redirected permanently] http://www.madcapsoftware.com to https://www.madcapsoftware.com/
conf/na/2017/news/thanks-for-coming.rst:64: [redirected with Found] http://slack.writethedocs.com/ to http://slack.writethedocs.org/
conf/na/2017/news/thanks-for-coming.rst:55: [redirected with Found] https://www.flickr.com/photos/writethedocs/albums/72157683817839465 to https://www.flickr.com/photos/writethedocs/sets/72157683817839465
conf/na/2017/news/welcome.rst:38: [redirected permanently] https://goo.gl/maps/hvYkv6RU4qD2 to https://www.google.co.il/maps/place/Jackknife/@45.5205808,-122.6849434,17z/data=!3m1!4b1!4m5!3m4!1s0x54950a035f7576e3:0x1f37e53eb881856a!8m2!3d45.5205771!4d-122.6827547?hl=en&shorturl=1
conf/na/2017/news/welcome.rst:54: [redirected permanently] https://google.com to https://www.google.com/
conf/na/2017/news/welcome.rst:56: [redirected permanently] http://www.madcapsoftware.com to https://www.madcapsoftware.com/
conf/na/2017/news/welcome.rst:59: [redirected permanently] https://www.redhat.com/ to https://www.redhat.com/en
conf/na/2017/news/welcome.rst:63: [redirected permanently] https://www.knowledgeowl.com/ to https://www.knowledgeowl.com/home
conf/na/2017/news/welcome.rst:46: [broken] https://slack.writethedocs.org/: hostname 'slack.writethedocs.org' doesn't match either of '*.herokuapp.com', 'herokuapp.com'
conf/na/2017/schedule.rst:80: [redirected permanently] https://goo.gl/maps/hvYkv6RU4qD2 to https://www.google.co.il/maps/place/Jackknife/@45.5205808,-122.6849434,17z/data=!3m1!4b1!4m5!3m4!1s0x54950a035f7576e3:0x1f37e53eb881856a!8m2!3d45.5205771!4d-122.6827547?hl=en&shorturl=1
conf/na/2017/unconference.rst:6: [redirected permanently] http://en.wikipedia.org/wiki/Unconference to https://en.wikipedia.org/wiki/Unconference
conf/na/2017/venue.rst:6: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2017/venue.rst:6: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/na/2017/visiting.rst:6: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/na/2017/visiting.rst:18: [redirected permanently] http://pdx.eater.com/maps/best-portland-restaurants-38 to https://pdx.eater.com/maps/38-best-portland-oregon-restaurants
conf/na/2017/visiting.rst:21: [broken] http://www.wweek.com/portland/restaurantguide: HTTP Error 404: Not Found
conf/na/2017/visiting.rst:23: [broken] http://www.urbanspoon.com/c/24/Portland-restaurants.html: The read operation timed out
conf/na/2017/visiting.rst:34: [redirected permanently] http://www.mcmenamins.com/CrystalHotel to https://www.mcmenamins.com/crystal-hotel
conf/na/2017/visiting.rst:36: [redirected permanently] http://www.hoteldeluxeportland.com/ to https://www.hoteldeluxeportland.com/
conf/na/2017/visiting.rst:38: [redirected permanently] http://www.sentinelhotel.com/ to https://www.sentinelhotel.com/
conf/na/2017/visiting.rst:78: [redirected permanently] http://www.portlandstreetcar.org/ to https://portlandstreetcar.org/
conf/na/2017/visiting.rst:90: [redirected permanently] http://www.radiocab.net/ to http://radiocab.net/
conf/na/2017/visiting.rst:91: [redirected permanently] http://www.broadwaycab.com/ to https://www.broadwaycab.com/
conf/na/2017/visiting.rst:105: [redirected permanently] http://www.portlandbicycletours.com/ to https://www.portlandbicycletours.com/
conf/na/2017/welcome-wagon.rst:295: [redirected permanently] http://www.pydanny.com/beginners-guide-pycon-2014.html to https://www.pydanny.com/beginners-guide-pycon-2014.html
conf/na/2017/writing-day.rst:1: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/na/2017/writing-day.rst:21: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/na/2017/writing-day.rst:35: [broken] http://docs.writethedocs.org/writing/beginners-guide-to-docs/: HTTP Error 404: Not Found
conf/na/2017/writing-day.rst:71: [local] /blog/newsletter-may-2017/#looking-ahead
conf/na/2017/writing-day.rst:98: [redirected permanently] https://github.com/kubernetes/kubernetes.github.io to https://github.com/kubernetes/website
conf/na/2017/writing-day.rst:123: [redirected permanently] https://docs.openstack.org to https://docs.openstack.org/queens/
conf/na/2017/writing-day.rst:105: [broken] https://docs.google.com/document/d/18oSE-QV7viiH75N-0Qb6LuHI-PwgiN-DdihHMeo8sts/edit#heading=h.9y5m5yroljay/: Anchor 'heading=h.9y5m5yroljay/' not found
conf/na/2017/writing-day.rst:168: [redirected with Found] https://youtu.be/ixU_3Gjkya4?t=3m21s to https://www.youtube.com/watch?v=ixU_3Gjkya4&feature=youtu.be&t=3m21s
conf/na/2017/writing-day.rst:136: [redirected permanently] https://trystack.org to https://www.openstack.org/software/start
conf/na/2017/writing-day.rst:159: [redirected permanently] http://mediawiki.org/ to https://www.mediawiki.org/wiki/MediaWiki
conf/portland/2018/about.rst:14: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/portland/2018/about.rst:14: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/portland/2018/cfp.rst:94: [redirected with Found] https://docs.google.com/forms/d/e/1FAIpQLSdb-MNRT3TdDTuVIcf-3lZRWDOgguZfjatLr-HLN5ngx5t04w/viewform to https://docs.google.com/forms/d/e/1FAIpQLSdb-MNRT3TdDTuVIcf-3lZRWDOgguZfjatLr-HLN5ngx5t04w/closedform
conf/portland/2018/hike.rst:19: [redirected with Found] https://maps.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A to https://www.google.com/maps?q=Macleay+Park+Entrance&fb=1&gl=us&hq=Macleay+Park+Entrance&hnear=0x54950b0b7da97427:0x1c36b9e6f6d18591,Portland,+OR&cid=0,0,16280654545704357032&t=m&z=16&iwloc=A
conf/portland/2018/hike.rst:21: [redirected with Found] https://maps.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q%3BFU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ%3BFZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ%3BFZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15 to https://www.google.com/maps?saddr=MacLeay+Park+Entrance,+NW+Upshur+St,+Portland,+OR&daddr=45.527373,-122.718589+to:45.5225885,-122.717297+to:oregon+zoo&hl=en&ll=45.52448,-122.717757&spn=0.023933,0.032358&sll=45.522345,-122.712822&sspn=0.023934,0.032358&geocode=FYLStgIdMI6v-CGojI77DIHw4SnVqz2N6QmVVDGojI77DIHw4Q;FU2xtgIdg3av-CmRNoxzkQmVVDFxAN8jMh2eKQ;FZyetgIdj3uv-CnD2fb_jgmVVDHuWX9DnHsevQ;FZpttgIdAoGv-CEm_N2esCDn5ykFuFa4LgqVVDEm_N2esCDn5w&oq=macleay+park&gl=us&dirflg=w&mra=dpe&mrsp=2&sz=15&via=1,2&t=m&z=15
conf/portland/2018/hike.rst:73: [redirected permanently] http://washingtonparkpdx.org/ to http://explorewashingtonpark.org/
conf/portland/2018/hike.rst:80: [redirected permanently] http://www.oregonzoo.org/ to https://www.oregonzoo.org/
conf/portland/2018/lightning-talks.rst:1: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/portland/2018/lightning-talks.rst:74: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/portland/2018/news/announcing-schedule.rst:61: [redirected permanently] https://www.knowledgeowl.com/ to https://www.knowledgeowl.com/home
conf/portland/2018/news/announcing-speakers.rst:51: [redirected with Found] https://writethedocs.slack.com/messages/wtd-conferences to https://writethedocs.slack.com/?redir=%2Fmessages%2Fwtd-conferences
conf/portland/2018/news/announcing-speakers.rst:72: [redirected permanently] https://www.stickermule.com/supports/opensource to https://www.stickermule.com/uses/open-source-stickers?utm_source=opensource&utm_campaign=opensource-sponsorship&utm_medium=referral
conf/portland/2018/news/volunteers-shirts-tickets.rst:49: [redirected permanently] https://goo.gl/forms/MprOM1PfOAdD6TKG3 to https://docs.google.com/forms/d/e/1FAIpQLSc5I3rvVntaxYKF0Qo_X1w4wxptFjUkYr4eMScoseY1xDMpzA/closedform
conf/portland/2018/news/welcome.rst:45: [redirected with Found] http://eepurl.com/cdWqc5 to http://writethedocs.us6.list-manage2.com/subscribe?u=94377ea46d8b176a11a325d03&id=dcf0ed349b
conf/portland/2018/news/welcome-to-portland.rst:41: [redirected permanently] https://goo.gl/maps/hvYkv6RU4qD2 to https://www.google.co.il/maps/place/Jackknife/@45.5205808,-122.6849434,17z/data=!3m1!4b1!4m5!3m4!1s0x54950a035f7576e3:0x1f37e53eb881856a!8m2!3d45.5205771!4d-122.6827547?hl=en&shorturl=1
conf/portland/2018/news/welcome-to-portland.rst:52: [broken] http://www.writethedocs.org/conf/portland/2018/sponsor/: HTTP Error 404: Not Found
conf/portland/2018/news/welcome-to-portland.rst:73: [redirected permanently] https://www.stickermule.com/supports/opensource to https://www.stickermule.com/uses/open-source-stickers?utm_source=opensource&utm_campaign=opensource-sponsorship&utm_medium=referral
conf/portland/2018/sponsors/prospectus.rst:197: [local] /code-of-conduct/
conf/portland/2018/venue.rst:1: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/portland/2018/venue.rst:1: [redirected permanently] http://goo.gl/maps/D2WrJ to https://www.google.com/maps?q=crystal+ballroom&hl=en&sll=37.0625,-95.677068&sspn=55.806079,106.699219&t=m&z=16&iwloc=A
conf/portland/2018/visiting.rst:8: [redirected permanently] http://www.mcmenamins.com/CrystalBallroom to https://www.crystalballroompdx.com/
conf/portland/2018/visiting.rst:15: [redirected permanently] http://pdx.eater.com/maps/best-portland-restaurants-38 to https://pdx.eater.com/maps/38-best-portland-oregon-restaurants
conf/portland/2018/visiting.rst:25: [redirected permanently] http://www.mcmenamins.com/CrystalHotel to https://www.mcmenamins.com/crystal-hotel
conf/portland/2018/visiting.rst:27: [redirected permanently] http://www.hoteldeluxeportland.com/ to https://www.hoteldeluxeportland.com/
conf/portland/2018/visiting.rst:29: [redirected permanently] http://www.sentinelhotel.com/ to https://www.sentinelhotel.com/
conf/portland/2018/visiting.rst:52: [redirected permanently] http://www.portlandstreetcar.org/ to https://portlandstreetcar.org/
conf/portland/2018/visiting.rst:63: [redirected permanently] http://www.radiocab.net/ to http://radiocab.net/
conf/portland/2018/visiting.rst:64: [redirected permanently] http://www.broadwaycab.com/ to https://www.broadwaycab.com/
conf/portland/2018/visiting.rst:56: [broken] https://trimet.org/#/planner: Anchor '/planner' not found
conf/portland/2018/visiting.rst:79: [redirected permanently] http://www.portlandbicycletours.com/ to https://www.portlandbicycletours.com/
conf/portland/2018/visiting.rst:71: [broken] https://ccplots.myparkingworld.com/CCP/en?latlng=45.5230622,-122.67648159999999&_ga=2.213379860.1820592276.1523473263-1319204019.1523473263#details=61,216: Anchor 'details=61,216' not found
conf/portland/2018/visiting.rst:54: [redirected with Found] https://myhopcard.com/ to https://myhopcard.com/home/
conf/portland/2018/welcome-wagon.rst:187: [redirected permanently] http://www.pydanny.com/beginners-guide-pycon-2014.html to https://www.pydanny.com/beginners-guide-pycon-2014.html
conf/portland/2018/writing-day.rst:1: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/portland/2018/writing-day.rst:21: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/portland/2018/writing-day.rst:75: [broken] https://github.com/netlify/netlify-cms#contributors: Anchor 'contributors' not found
conf/portland/2018/writing-day.rst:75: [redirected with Found] https://gitter.im/netlify/netlifyCMS to https://gitter.im/netlify/NetlifyCMS
conf/portland/2018/writing-day.rst:85: [redirected with Found] https://gitter.im/netlify/netlifyCMS to https://gitter.im/netlify/NetlifyCMS
conf/portland/2018/writing-day.rst:120: [local] /blog/newsletter-may-2018/#looking-ahead
conf/prague/2018/cfp.rst:97: [redirected permanently] https://goo.gl/forms/M6YjhBgmCEwOwrzP2 to https://docs.google.com/forms/d/e/1FAIpQLSfBT2kdgfx4xmTROAay1PZjyAhEgN04cN18EbMZB3dujGXswQ/viewform?usp=send_form
conf/prague/2018/convince-your-manager.rst:28: [broken] http://www.writethedocs.org/conf/prague/2017/speakers/: HTTP Error 404: Not Found
conf/prague/2018/lightning-talks.rst:1: [broken] https://www.youtube.com/watch?feature=player_embedded&v=6wcP1aMl7wQ#t=942: Anchor 't=942' not found
conf/prague/2018/lightning-talks.rst:74: [redirected permanently] http://creativecommons.org/licenses/by-nc-sa/4.0/ to https://creativecommons.org/licenses/by-nc-sa/4.0/
conf/prague/2018/sponsors/prospectus.rst:191: [local] /code-of-conduct/
conf/prague/2018/venue.rst:1: [redirected permanently] https://goo.gl/maps/dcbYPV5x5DN2 to https://www.google.cz/maps/place/Autoclub+of+the+Czech+Republic/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/prague/2018/venue.rst:1: [redirected permanently] https://goo.gl/maps/2pdRtnmrJrv to https://www.google.cz/maps/place/Autoklub+%C4%8Cesk%C3%A9+Republiky/@50.0837064,14.4301713,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94939ef5750b:0xd7a71edc6a153d41!8m2!3d50.083703!4d14.43236?hl=en&shorturl=1
conf/prague/2018/visiting.rst:12: [redirected permanently] http://www.prg.aero/en/ to https://www.prg.aero/en
conf/prague/2018/visiting.rst:18: [redirected permanently] http://en.wikipedia.org/wiki/Vogelfluglinie to https://en.wikipedia.org/wiki/Vogelfluglinie
conf/prague/2018/visiting.rst:22: [redirected with Found] https://www.cd.cz/eshop/default.aspx to https://www.cd.cz/error-cd/error-404.htm?aspxerrorpath=/eshop/default.aspx
conf/prague/2018/visiting.rst:27: [redirected permanently] http://www.studentagency.eu/ to https://www.studentagency.eu/en/
conf/prague/2018/visiting.rst:27: [redirected permanently] http://www.eurolines.com/en/ to https://www.eurolines.de/en/home/
conf/prague/2018/visiting.rst:82: [redirected permanently] http://www.aaataxi.cz/en/ to https://www.aaataxi.cz/en/
conf/prague/2018/visiting.rst:84: [redirected with Found] http://www.airportcars.cz/?page=o-nas&lang=en to http://fix-taxi.cz/
conf/prague/2018/visiting.rst:98: [redirected permanently] http://www.booking.com/ to https://www.booking.com/index.en-gb.html?label=gen173nr-1BCAEoggJCAlhYSDNYBHIFdXNfb3KIAQGYAS7CAQN4MTHIAQ_YAQHoAQGSAgF5qAID;sid=d75961678f8ad42934607f0042ff0279;sb_price_type=total&
conf/prague/2018/visiting.rst:99: [redirected permanently] http://www.hotels.com/ to https://www.hotels.com/
conf/prague/2018/visiting.rst:113: [redirected permanently] https://goo.gl/maps/a1iguSbwW9o to https://www.google.cz/maps/place/Modr%C3%BD+zub/@50.0832362,14.4247609,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94ecdbbdcf63:0x29aa2d6da01a5f49!8m2!3d50.0832328!4d14.4269496?hl=en&shorturl=1
conf/prague/2018/visiting.rst:114: [redirected permanently] https://goo.gl/maps/d3GpLZePpuu to https://www.google.cz/maps/place/MAITREA/@50.0859896,14.4210273,17z/data=!4m8!1m2!2m1!1svegan+restauran!3m4!1s0x0:0x8faba0ec7f1316da!8m2!3d50.0884284!4d14.4225088?hl=en&shorturl=1
conf/prague/2018/visiting.rst:115: [redirected permanently] https://goo.gl/maps/tw3KSuEWLxC2 to https://www.google.cz/maps/place/La+Bodeguita+Del+Medio+Music+Bar+%26+Restaurant/@50.0885264,14.4149693,17z/data=!3m1!4b1!4m5!3m4!1s0x470b94e890784613:0xbf38fb40531c9261!8m2!3d50.088523!4d14.417158?hl=en&shorturl=1
conf/prague/2018/welcome-wagon.rst:200: [broken] http://http//www.writethedocs.org/conf/eu/2017/speakers/: <urlopen error [Errno -2] Name or service not known>
conf/prague/2018/welcome-wagon.rst:259: [redirected permanently] http://doubleyouraudience.com/microconf-guide/ to https://kaidavis.com/microconf-guide/
conf/prague/2018/welcome-wagon.rst:260: [redirected permanently] http://www.pydanny.com/beginners-guide-pycon-2014.html to https://www.pydanny.com/beginners-guide-pycon-2014.html
conf/prague/2018/writing-day.rst:1: [redirected permanently] http://en.wikipedia.org/wiki/Sprint_%28software_development%29 to https://en.wikipedia.org/wiki/Sprint_%28software_development%29
conf/prague/2018/writing-day.rst:21: [redirected permanently] http://en.wikipedia.org/wiki/Impostor_syndrome to https://en.wikipedia.org/wiki/Impostor_syndrome
conf/prague/2018/writing-day.rst:62: [local] /blog/newsletter-may-2018/#looking-ahead
conf/unconference.md:5: [redirected permanently] http://en.wikipedia.org/wiki/Unconference to https://en.wikipedia.org/wiki/Unconference
conf/unconference.md:51: [redirected permanently] https://goo.gl/maps/xljmU to https://www.google.com/maps/place/CENTRL+Office/@45.525063,-122.684796,18z/data=!3m1!4b1!4m2!3m1!1s0x54950a0277f70dc7:0xfa58daa93209a3e0
guide/about/alternatives.rst:9: [redirected permanently] http://pydanny-event-notes.readthedocs.org/en/latest/ to http://pydanny-event-notes.readthedocs.io/en/latest/
guide/about/community.rst:9: [redirected permanently] http://twitter.com/writethedocs to https://twitter.com/writethedocs
guide/about/community.rst:5: [redirected permanently] http://en.wikipedia.org/wiki/Third_place to https://en.wikipedia.org/wiki/Third_place
guide/contributing.md:38: [redirected permanently] https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github to https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
guide/docs-as-code.rst:4: [broken] https://ericholscher.com: hostname 'ericholscher.com' doesn't match either of '*.readthedocs.org', 'readthedocs.org'
guide/docs-as-code.rst:28: [broken] https://www.amazon.com/Docs-Like-Code-Anne-Gentle-ebook/dp/B06XHC1TGM: HTTP Error 404: Not Found
guide/index.rst:4: [redirected permanently] http://twitter.com/writethedocs to https://twitter.com/writethedocs
guide/index.rst:11: [redirected permanently] https://github.com/writethedocs/docs to https://github.com/writethedocs/www
guide/index.rst:5: [redirected permanently] https://github.com/writethedocs/docs/issues to https://github.com/writethedocs/www/issues
guide/index.rst:6: [redirected permanently] https://github.com/writethedocs/docs to https://github.com/writethedocs/www
guide/presentations/index.rst:6: [redirected permanently] https://github.com/writethedocs/docs/issues to https://github.com/writethedocs/www/issues
guide/tools/sphinx.rst:8: [redirected with Found] http://sphinx-doc.org/ to http://www.sphinx-doc.org/en/master/
guide/tools/sphinx.rst:20: [redirected with Found] http://sphinx-doc.org/rest.html to http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
guide/tools/sphinx.rst:8: [redirected with Found] http://sphinx-doc.org/rest.html to http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
guide/tools/sphinx.rst:44: [broken] http://sphinx-doc.org/install.html#windows-install-python-and-sphinx: Anchor 'windows-install-python-and-sphinx' not found
guide/tools/sphinx.rst:37: [redirected with Found] http://sphinx-doc.org/ to http://www.sphinx-doc.org/en/master/
guide/tools/sphinx.rst:52: [broken] http://sphinx-doc.org/tutorial.html#setting-up-the-documentation-sources: HTTP Error 404: Not Found
guide/tools/sphinx.rst:98: [redirected permanently] http://sphinx.pocoo.org/rest.html#rst-primer to http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#rst-primer
guide/tools/sphinx-themes.rst:23: [redirected permanently] https://github.com/snide/sphinx_rtd_theme to https://github.com/rtfd/sphinx_rtd_theme
guide/tools/testing.rst:22: [redirected permanently] http://travis-ci.org to https://travis-ci.org/
guide/tools/testing.rst:92: [redirected permanently] https://www.mapbox.com/blog/retext-mapbox-standard/ to https://blog.mapbox.com/regulating-english-with-retext-mapbox-standard-d79a8158f251?gi=9a2677152c69
guide/writing/Markdown_basics.md:26: [broken] https://www.writethedocs.org: hostname 'www.writethedocs.org' doesn't match either of '*.readthedocs.org', 'readthedocs.org'
guide/writing/beginners-guide-to-docs.rst:4: [redirected permanently] http://twitter.com/ericholscher to https://twitter.com/ericholscher
guide/writing/beginners-guide-to-docs.rst:162: [redirected permanently] http://daringfireball.net/projects/markdown/ to https://daringfireball.net/projects/markdown/
guide/writing/beginners-guide-to-docs.rst:162: [redirected with Found] http://sphinx-doc.org/rest.html#rst-primer to http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#rst-primer
guide/writing/beginners-guide-to-docs.rst:235: [redirected with Found] http://docs.fabfile.org/ to http://docs.fabfile.org/en/1.14/
guide/writing/beginners-guide-to-docs.rst:256: [redirected permanently] http://django-tastypie.readthedocs.org/en/latest/cookbook.html to http://django-tastypie.readthedocs.io/en/latest/cookbook.html
guide/writing/beginners-guide-to-docs.rst:280: [redirected permanently] http://read-the-docs.readthedocs.org/en/latest/install.html to http://read-the-docs.readthedocs.io/en/latest/install.html
guide/writing/beginners-guide-to-docs.rst:272: [redirected permanently] http://opencomparison.readthedocs.org/en/latest/contributing.html to http://opencomparison.readthedocs.io/en/latest/contributing.html
guide/writing/beginners-guide-to-docs.rst:296: [redirected permanently] https://medium.com/p/aaa2a5437d3a to https://medium.com/code-zen/how-to-maintain-a-successful-open-source-project-aaa2a5437d3a
guide/writing/docs-principles.rst:144: [redirected permanently] http://en.wikipedia.org/wiki/Comparison_of_documentation_generators to https://en.wikipedia.org/wiki/Comparison_of_documentation_generators
guide/writing/style-guides.md:40: [broken] http://www.macmillanlearning.com/Catalog/product/handbookoftechnicalwriting-eleventhedition-alred: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>
guide/writing/style-guides.md:82: [redirected with Found] http://blog.braintraffic.com/2009/02/web-content-style-guides-that-dont-suck/ to http://braintraffic.com/blog
guide/writing/style-guides.md:85: [redirected permanently] http://blog.hubspot.com/blog/tabid/6307/bid/31247/The-Simple-Template-for-a-Thorough-Content-Style-Guide.aspx to https://blog.hubspot.com/blog/tabid/6307/bid/31247/The-Simple-Template-for-a-Thorough-Content-Style-Guide.aspx
guide/writing/style-guides.md:90: [broken] http://unboundmedia.com/going-digital-5-key-things-to-put-into-a-style-guide-for-web-content: HTTP Error 404: Not Found
guide/writing/style-guides.md:84: [redirected permanently] https://blog.gathercontent.com/tone-of-voice-guide to https://gathercontent.com/blog/tone-of-voice-guide
guide/writing/style-guides.md:83: [redirected permanently] http://www.creativebloq.com/design/create-website-style-guide-6123030 to https://www.creativebloq.com/design/create-website-style-guide-6123030
guide/writing/style-guides.md:88: [redirected permanently] http://techwhirl.com/developing-a-departmental-style-guide/ to https://techwhirl.com/developing-a-departmental-style-guide/
meetups/index.rst:14: [local] ../organizer-guide/meetups/starting
meetups/philly.md:12: [broken] https://www.meetup.com/WriteTheDocsPHL/: HTTP Error 404: Not Found
newsletter.rst:4: [local] /blog/archive/tag/newsletter/
organizer-guide/index.rst:73: [redirected with Found] http://organize.djangogirls.org/ to https://organize.djangogirls.org/
organizer-guide/meetups/starting.rst:109: [redirected permanently] http://www.meetup.com/Write-The-Docs-Seattle/events/231890982/ to https://www.meetup.com/Write-The-Docs-Seattle/events/231890982/
organizer-guide/meetups/starting.rst:43: [redirected permanently] http://www.meetup.com/ to https://www.meetup.com/
organizer-guide/meetups/starting.rst:47: [redirected permanently] https://writethedocs.slack.com/messages/meetup-organisers/ to https://writethedocs.slack.com/?redir=%2Fmessages%2Fmeetup-organisers
organizer-guide/meetups/starting.rst:205: [redirected permanently] http://www.meetup.com/Write-the-Docs-SF/events/232289251/ to https://www.meetup.com/Write-the-Docs-SF/events/232289251/
organizer-guide/meetups/starting.rst:205: [redirected permanently] http://www.meetup.com/Write-The-Docs-PDX/events/231735823/ to https://www.meetup.com/Write-The-Docs-PDX/events/231735823/
origin-story.rst:45: [redirected permanently] http://twitter.com/ericholscher to https://twitter.com/ericholscher
origin-story.rst:45: [redirected with Found] http://flic.kr/p/eaGmjA to https://www.flickr.com/photos/readthedocs/8642359286/
origin-story.rst:67: [redirected permanently] http://hawthornlandings.org/ to https://hawthornlandings.org/
origin-story.rst:121: [redirected permanently] http://www.meetup.com/Write-The-Docs-NY/ to https://www.meetup.com/WriteTheDocsNYC/?_cookie-check=XzpH_i0Z7e7-p4Gk
origin-story.rst:121: [redirected permanently] http://www.meetup.com/Write-the-Docs/ to https://www.meetup.com/Write-the-Docs-SF/?_cookie-check=z5sDpzyRG-3LqpBB
videos.md:9: [local] ../conf/na/2017/videos
videos.md:10: [local] ../conf/eu/2016/videos
videos.md:11: [local] ../conf/na/2016/videos
videos.md:12: [local] ../conf/eu/2015/videos
videos.md:13: [local] ../conf/na/2015/videos


Meetups: What should organizers do during the meetup

  1. Greeted everyone who came
  2. Via slides, introduced the meetup
  3. Gave everyone a few sec to talk about themselves and the theme
  4. Used the help she had, for working the AV, in making sure the speakers were ready
  5. Introduced each of her panelists in a way that boosted their confidence

(also CoC)

"Have a deprecation policy" recommendation

For software project, deprecation policy explains how are managed upgrades, what are backward incompatibles changes, how important is backward compatibility in development process...

Users like to be aware of deprecation policy.

Update to the Welcome Wagon page - intro

Please update the intro section of the Welcome Wagon page with the following information:

Hello!

We’re Kendall and Lou, your Welcome Wagon! We’re glad you’re coming to the 2017 Write the Docs conference!

kendall and lou

Feel free to email us or send us a message on Google Hangouts if there’s anything we can do to make your WtD experience easier. You can reach us at [email protected].

We’ve gathered important stuff here that will help you navigate the conference like a pro, make you feel more at home, and help you to manage the constant flow of information.

The Welcome Wagon events warm up new attendees and connect them with people, both veterans
and other first-timers. Strategies and pro tips provide ways you can make the most of the conference.
The FAQs strive to answer questions before you even have them.

Set up template Code(s) of Conduct (CoC) for conferences and meetups

The current WTD CoC for conferences: http://www.writethedocs.org/code-of-conduct/

The current WTD PDX CoC for Meetups: https://www.meetup.com/Write-The-Docs-PDX/pages/19618086/Code_of_Conduct/

I believe both are acceptable, but, others may disagree. I note that the WTD PDX CoC has not been reviewed by anyone with legal training (as least not to my knowledge)

If both are acceptable, I suggest that we present the WTD PDX CoC as a template for other WTD Meetups.

Use .txt extension instead of .rst

Motivations summary:

I didn't propose this as a pull-request, because it implies many renames of files, which could conflict with other pull requests.

Motivations details below...

Recommended extension for reStructuredText is .txt

We should apply recommendations provided by docutils. Even if this recommendation is a bit hidden, and even if Sphinx's default suggestion is ".rst".

Source readability matters

reStructuredText theorically promotes readability of text files.
I mean, switching to ".rst rendered by Github" shouldn't be the solution to poor source readability. We'd better adopt a style-guide to improve readability.

Examples:

=> full style-guide would be implemented in other tickets. This one focus on file extension only.

http://docs.writethedocs.org is the place for documentation builds, not Github

Github can't build the documentation

See https://github.com/writethedocs/docs/blob/d89d3a374f9eee7a52830b1868357877e4f0f0fe/docs/index.rst
=> the toctree isn't displayed.
Many directives aren't parsed by Github (I think it uses rst2html).
It means that the documentation built by Github is missing important parts!

Github doesn't parse .txt, and that's useful

Example of links to sourcecode, very useful in bugtracker tickets:

KO with ".rst": https://github.com/writethedocs/docs/blob/d89d3a374f9eee7a52830b1868357877e4f0f0fe/docs/mindshare.rst#L48
OK with ".txt": https://github.com/benoitbryon/documentation-style-guide-sphinx/blob/3c96a81bcd52ceb7d057f9bcf291c2148d9c736e/docs/style-guide.txt#L28

Add to Meetup FAQ: What happens w/moves from Basic -> Unlimited subscription plans

Some meetups have started with the "Basic" subscription plan, and have grown quickly.

When the meetup -> 50 members, Meetup is supposed to prompt the organizer to upgrade to the "Unlimited" plan.

Based on Meetup.com feedback to a WtD meetup organizer, "If you decide to upgrade your subscription plan, you will not be charged for that upgrade until your next renewal date.

In other words, if you upgrade now, you can begin accepting new members right away, but you won’t be charged at the Unlimited rate until your subscription renews on ."

Cleaning Undefined label warnings

We get a TON of these on clean builds:

/_data/na-2017-day-1.json:1: WARNING: undefined label: 15-minute-talk (if the link has no caption the label must precede a section header)
/_data/na-2017-day-1.json:1: WARNING: undefined label: 5-min-switch-speakers (if the link has no caption the label must precede a section header)
/_data/na-2017-day-1.json:1: WARNING: undefined label: 15-minute-talk (if the link has no caption the label must precede a section header)

are they an unavoidable consequence of json/markdown? or can I fix by specifying Titles in either links or anchors?

Also, these. Do we have to add years to links?

/home/samuel/Nosync/Repositories/WTD/www/docs/conf/eu/2016/index.rst:17: WARNING: Duplicate explicit target name: "videos".

Add page "benefits of documentation"

See James Bennett presentation at PyCon US... he answers a question about how to make (existing) projects care about documentation: "talk about the benefits". Then starts with "documentation helps to grow the user base".

=> Introduce a page about "benefits of documentation" ("why you should care about documentation", or "documentation matters").

Mechanics Writing Project for WTD EU

Would a writing day for a mechanics topic be appropriate? I am thinking about guidance on tooling and organization for various kinds of projects. If by some chance people want to hack on a tool, that would be good too. This could also be to discuss how various projects can make doc writing easier.

If this fits, I'll write a PR.

Meetup data as JSON/YAML

Would it make sense to make the meetup data machine-parsable using something YAML(preferred) or JSON similar to what we have right now with the talks? This might help with re-using meetup information for the video archive and other future endeavours ;)

Fix break and lunch links

Hrm, this ended up linking all the content like "Snack Break" and "Lunch" to non-existing entries in the speaker page, which seems like a subpar outcome. We should probably just special case the logic to not apply to those specific titles. from #176

Create documentation for ALL of the Sphinx-RST format

Right now, learning to write Sphinx-style RST documentation requires referring to several hard-to-find documents spread out all across the Internet. It would be lovely if there were a single document describing everything possible with ReStructuredText and Sphinx, including basic syntax and full documentation for all roles available in a Sphinx environment, ideally in a single web page that's easily searchable.

Add roundup blog posts to "Thanks" section of the site

If anyone is looking for a way to contribute back to WTD — it would be great to find links to all the round up blog posts and add them to the main conf website under the "Thanks" section. You can find the page to edit here: https://github.com/writethedocs/www/blob/master/docs/conf/na/2016/index.rst

It should just be a link to the blog posts under a heading like "Write ups from the community".

The #writethedocs hashtag on Twitter is probably the best place to find write ups, as well as Google for "write the docs 2016" or similar.

  • NA 2017

  • NA 2016

  • EU 2017

  • EU 2016

Probably not worth the effort:

  • NA 2015
  • EU 2015

Create a WTD linter

A few people in Slack were talking about having a set of custom rules that we would implement in a linter. This ticket tracks ideas that we think might be cool for a WTD linter:

  • Gendered pronouns (he/she/his/her)
  • Semicolons

Feel free to comment below with more suggestions!

Improve meetup page

We should be highlighting the organizers of the meetups, and providing more information about upcoming events and other good things on our meetup page. We should also call out Mike Jang as the magical person who has started so much goodness around meetups, and give him more recognition on the website.

Updates to Welcome Wagon events

Please update the existing content with the following information:

Welcome Wagon events

Write the Docs Welcome Wagon Introduction Sunday, September 10th at 17:00 in the quiet room (downstairs, across from the cloak room) at Auto-Klub

Join us for an informal Introduction to Write the Docs, to the Welcome Wagon, and to other first-time conference attendees. We’ll pass on some information about the conference specifically for first-timers and give everyone a chance to meet someone new before we join the opening reception.

Welcome Wagon Tours
Sunday, September 10th at 17:30, and Monday, September 11th at 8:00 starting in the quiet room (downstairs, across from the cloak room) at Auto-Klub

Come on a short tour of the venue with a veteran Write the Docs attendee so you’ll know where everything is and everything you can take part in.

Welcome Wagon Check-In
Tuesday, September 12th at 8:00 in the quiet room (downstairs, across from the cloak room) at Auto-Klub

Meet back up with the Welcome Wagon and fellow first-timers to check-in about how the conference is going for you. Ask any questions you have, pass on stories from your first day, and let the Welcome Wagon know if there is anything you need to make your second day as successful as your first one.

Recommend to document alternatives (similar projects)

List similar projects in the documentation.

Benefits:

  • by searching alternatives, you may find other projects that already fit your needs!
  • if you do it early, it's easier to use another project or pull-request your features. Then you may need a merge.
  • people like to know alternatives
  • focus on differences with your project. If you created a new project instead of contributing to others, you certainly have some valuable difference (if not, you do you really need to create yet another project?)

Note: issue imported from benoitbryon/docness#17

Add more information about making meetups sustainable

We need to help meetup organizers build a sustainable meetup that is ongoing. I asked on Twitter about this and got a few answers, which might also prove interesting for taking some content from:

I think to start:

  • Recommending at most 10 meetups a year (skip August & Dec, as most people are on vacation/checked out)
  • Recommend having at least 2 people who can organize the meetup

What should WTD LINT

@ericholscher @thatdocslady @Bradamant3 @kelly-o

I'd like us to agree on a minimal list of checks that we should lint in the docs. I'd rather only break the build for "meaningful" things, such as insulting language, and only flag more trivial grammar/spelling issues as warnings.

  • WTD/RTD branding
  • discriminatory language
  • thoughts?

Then in the background we can work on fixing up less important errors if we we think that is important.

Related to #147 and #58

Add proper video archive

Currently we just link to Youtube on our video page -- this is not the best experience. We should go through all our old speaker data and generate nicer video pages with talk information, thumbnails, speaker headshots, and embedded videos for the conference.

We did a better job of this in 2013, and should do it in a central place for all our videos.

Why Write The Docs

I think we need a separate page for the "Write The Docs Worldview"

Is it a "Worldview", a "Philosophy", or a "Why Write The Docs"?

Well, here's a first draft, h/t @meker12

"We consider everyone who cares about communication, documentation, and their users to be a member of our community. This can be programmers, tech writers, customer support reps, marketers, and anyone else who wants people to have great experiences with software.

Our meetups and conferences create a time and a place for the global community of Documentarians to share information, discuss ideas, and work together to improve the art and science of documentation. (From http://www.writethedo...­) Focus of talks will vary from meetup to meetup, but the opportunity to see and learn about documentation from different perspectives is one of goals. And the goal for all of us is to create great content for the intended audience and purpose,"

Add a page about "licences for documentation"

For both writers and readers, license matters.
Add a page about:

  • best practices/recipes:
    • "choose a license"
    • "add a LICENSE file"
    • "about/license includes ../../LICENSE".
    • ...
  • guidelines to choose a license
  • list of licences that fits documentation needs (or not):
    • are BSD, MIT, GPL ok? Do they apply to documentation?
    • GFDL? FreeBSD Documentation License? OPL?
    • creative commons?
    • fair-license?
    • closed-source?
    • ...
    • Could be a link to another website (wikipedia?) holding a comparison grid.

Missing licenses

I can't seem to find a license for this repository nor the docs on http://www.writethedocs.org/. I started looking for one in the Beginner's guide and dug upwards finally ending up here but still failed to find any license.

Do you have a license for the repository and the docs and if so, which is it?

Bad titles

Lots of "Permalink to this headline" nonsense.

Process to onboard new contributors

Readme does not provide instructions for Windows users.

Workflow -- When do we add contributors to team|collaborator| list, and when do we just force fork when someone commits a change.

"include examples from code" recommendation

Documentation often contains code samples. Whenever possible, include these code samples from project, tests or demo. It limits duplication of code. And code in project, tests or demo can be included in standard tests.

Improve cookie cutter with conditional text

There are a couple of major stages in the conf web page:

  1. Is there any news?
  2. Are there any speakers?
  3. Is there a schedule?

Instead of having to cut and paste bit of page, we should be able to have both in the page, and just set the state in conf.py for a particular conference.

Am I overthinking?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.